agentis-ctx 0.3.5

Fast CLI tool that generates AI-ready context from your codebase, with built-in code intelligence
Documentation
1
2
3
4
5
6
7
{
  "hooks": {
    "SessionStart": [{"matcher":"startup|resume|clear|compact","hooks":[{"type":"command","command":"\"$(git rev-parse --show-toplevel)/.codex/hooks/ctx/session-start.sh\"","statusMessage":"Loading ctx codebase map"}]}],
    "PostToolUse": [{"matcher":"Edit|Write","hooks":[{"type":"command","command":"\"$(git rev-parse --show-toplevel)/.codex/hooks/ctx/post-tool-use.sh\"","statusMessage":"Checking architecture rules"}]}],
    "Stop": [{"hooks":[{"type":"command","command":"\"$(git rev-parse --show-toplevel)/.codex/hooks/ctx/stop.sh\"","timeout":120,"statusMessage":"Checking ctx quality gates"}]}]
  }
}