Action Plan Examples¶
Use these canonical examples as starting points for Codex/Claude Code action workflows.
Files¶
Validate¶
runagents action validate --file docs-site/docs/cli/examples/bootstrap-agent-plan.json -o json
runagents action validate --file docs-site/docs/cli/examples/deploy-from-draft-plan.json -o json
Apply¶
runagents action apply --file docs-site/docs/cli/examples/bootstrap-agent-plan.json -o json
runagents action apply --file docs-site/docs/cli/examples/deploy-from-draft-plan.json -o json
Notes¶
- Keep each
idempotency_keystable across retries of the same intent. - Prefer
validatein CI and assistant loops beforeapply.