VexJoy AI Agent with Intelligent Routing - /do routes plain-English requests to the right specialist agent and gates the work with reviews, tests, and a learning loop.
Runs when you submit a prompt, before the agent sees it, executing pipeline-context-detector.py, review-false-positive-capture.py, codex-auto-review.py, prompt-capture.py and routing-outcome-finalizer.py via python3 (5 commands). From notque/vexjoy-agent.
Runs when a subagent finishes, executing subagent-completion-guard.py and routing-outcome-recorder.py via python3 (2 commands). From notque/vexjoy-agent.
Runs when the agent finishes a response, executing session-summary.py, routing-outcome-stop-fallback.py, rules-distill-trigger.py and stop-drift-guard.py via python3 (4 commands). From notque/vexjoy-agent.