Activate the license
Verify the signed activation file and register the local install identity. codexflow license activate
Workflow
CodexFlow verifies the license, checks entitlement, installs a signed payload, and writes local files you inspect in Git.
Start clean
CodexFlow writes ordinary repo files. A branch keeps the whole install visible, reversible, and easy to compare before anything reaches main.
Install path
Every paid install follows the same gate: local signature checks, online entitlement checks, then Git-reviewable output.
Verify the signed activation file and register the local install identity. codexflow license activate
Confirm the license is active, eligible for this payload, and inside its soft device limit. online check
Verify the signed manifest, archive checksum, size, license tier, and entitlement before writing files. payload install
Write the operating layer into the repo, then inspect it before committing. codexflow emit
Once the payload passes verification, CodexFlow writes the operating stack into the project where Codex and Git can read it.
AGENTS.md captures repo rules, branch discipline, test expectations, sensitive files, and the definition of done.
AGENTS.md2,000+ workflows give Codex task-specific process, checks, and handoff rules instead of one generic prompt.
.agents/skillsPlanning, implementation, review, security, release, and memory roles keep each job inside a focused mode.
.codexflow/agentsDecisions, handoffs, incidents, and learned project rules survive the current chat and stay with the repo.
.codexflow/memoryRepeatable workflows turn start, plan, build, review, fix, ship, and rollback into shared repo procedures.
.codexflow/commandsDeterministic guards catch branch mistakes, secrets, payload issues, stale memory, and public leaks.
.codexflow/checksDaily workflow
The difference is not a bigger prompt. The repo carries the operating rules forward between sessions.
git diff and revert like any other files.Trust model
The online layer lets revoked, expired, or over-limit licenses fail while keeping the payload signed and the output local.
CodexFlow gives Codex a repo operating layer. You still own the code, review the diff, and decide what ships.
Activate the license, verify the signed payload, emit the files, and review the result in Git.