Project instructions
Repo rules, branch discipline, sensitive files, test expectations, and your definition of done — the entry point for the whole stack.
AGENTS.mdInstall layer
No prompt pack, no hidden service. CodexFlow writes a signed operating stack into your project as human-readable files — every one visible in your Git diff before you commit.
The install layer
This is the entire footprint — it lives under your repo root and nowhere else on your machine.
What each layer does
Repo rules, branch discipline, sensitive files, test expectations, and your definition of done — the entry point for the whole stack.
AGENTS.md2,050+ repeatable workflows across 35 domains. Each one has a purpose, inputs, process, checks, and success criteria.
.agents/skills11 focused operating modes — planning, review, safety, memory, tests, release, dependencies, scope, and onboarding.
.codexflow/agentsSchema-versioned facts, decisions, handoffs, incidents, and learned rules kept in the repo — not buried in chat history.
.codexflow/memoryRepeated rituals — start, plan, build, review, ship, rollback — turned into reusable procedures that live with the repo.
.codexflow/commandsDeterministic checks for branches, secrets, destructive commands, payload integrity, memory freshness, and public leaks.
.codexflow/checksAGENTS.md defines.codexflow/agents
Each is one file with a purpose, trigger conditions, allowed context, output contract, and guardrails.
Local-first by design
The payload is signature- and checksum-verified before anything is written. The CLI sends no usage telemetry. Everything it emits is human-readable, versionable, and easy to remove — so you always review before you commit.
Honest boundaries
It gives your repo a reusable operating stack. You still review, test, and own the code you ship.
Install the signed CodexFlow layer once, read the diff, and keep only what you want.