Agent-safe CLI flow
archastro status
archastro get agents
archastro get agent <agent-id>
# apply one scoped change command here
archastro get agent <agent-id>Deterministic instructions for agents (Claude Code, Codex, Gemini) using CLI and OpenAPI safely.
Agents should read docs URLs as canonical, avoid destructive operations by default, and confirm app context before changes.
This sequence is designed for autonomous coding agents operating in a repo terminal.
archastro status
archastro get agents
archastro get agent <agent-id>
# apply one scoped change command here
archastro get agent <agent-id>{
"action": "update-agent",
"target": "agent_<id>",
"status": "success",
"verification": [
"archastro get agent <agent-id>"
]
}