Operator Tools
CLI utilities and watchers for managing sessions, enforcing goals, tracking policies, and recording decisions.
Goal Management and Monitoring
- chitra-goals — Enroll sessions, query status, close goals, hold and resume sessions, track open asks, and render the operator board.
- watchd — Completion reviewer. Watches tmux panes for completion claims and launches isolated LLM reviewer processes to judge whether claims match frozen goals.
State and Policy Tracking
- chitra-convlog — Operator decision log. Records four-stage conversation (raw message → brief → ruling → directive) as an append-only JSONL log.
- chitra-usage — Usage snapshot evaluation. Reads API provider usage (Claude, Codex) and checks against policy thresholds.
- chitra-artifacts — Artifact review tracking. Records Claude-artifact publish state and marks artifacts as reviewed.
- chitra-capabilities — Runtime authorization toggles. Enable and disable capabilities (dispatch, goal enforcement, etc.) with optional expiry.
See Also
- Concepts — How tools interact with chitra's layers
- Configuration — Policy thresholds and settings