Browse docs

Adapters & support

Coding OS is agent-agnostic by design, but how much it can enforce depends on which hooks a runtime supports. Here is exactly what fires where — no overclaiming.

RuntimeHook coverageWhat that means
Claude CodeFullEvery hook fires — gates, skills, doc-anchors, and verification. The engineering loop is enforced end to end.
Codex CLIPartialBash-event hooks fire; the core loop, board, and knowledge graph all work. Enforcement that needs non-Bash events is advisory.
Codex appNoneNo hook runtime. The CLI and git-level commit hooks still enforce the commit contract on every commit.
HumansGit hooksInstall the git hooks and the commit contract holds; the board and graph are agent-optional — ideal for mixed human/agent teams.