AGENTS.md from the project, and cordango new writes one with the same content as
CLAUDE.md. There is nothing to configure.
1
Create the workspace
2
Start Codex in it
Sandbox settings
A Cordango workspace is a good fit forworkspace-write. The whole authoring loop writes only
inside the workspace, and the parts that reach the network are the four connected commands, which
you will want to approve anyway.
cordango publish and cordango login asking before they touch an instance, which is
the right default for a command that changes what a real workspace is running.
Starting prompt
Starting from nothing
Non-interactive runs
codex exec runs a prompt without the TUI, which makes the check loop scriptable:
Nested instructions
Codex readsAGENTS.md from subdirectories as well as the root. That is useful in a workspace with
several apps: a per-app apps/support/AGENTS.md can carry the business rules that only apply to
that app, while the generated root file keeps carrying the Cordango workflow.
Do not restate the workflow in a nested file. Add to it.
