Investigate a specific Claude Code session by session ID — correlate the local transcript (/.claude/projects/...jsonl) with the router's production logs to understand what the client rendered vs. what the upstream served. Use when given a session ID and asked "why did X render?" for a Claude Code conversation routed…
Investigate a specific Codex CLI session by session ID — correlate the local rollout transcript (/.codex/sessions/YYYY/MM/DD/rollout-- .jsonl) with the router's production logs to understand what Codex rendered vs. what the upstream served on the /v1/responses path. Use when given a session ID and asked "why did X…
Fetches feedback from a GitHub PR — review-thread comments, ad-hoc PR comments (including those posted as a review's body without a thread), and bot/advisory review submissions — and fixes all of them as they appear (comments before CI). Bot comment-length nits apply verbatim; comments requiring a genuine human…
Run the Weave router locally in docker compose and drive it with claude -p to reproduce and verify routing/translation behavior for a specific upstream model (e.g. GLM-5.1, DeepSeek, Qwen). Use when verifying a router fix end-to-end, reproducing a prod routing bug, confirming a model's streaming behavior (nudges…
Run the Weave router locally in docker compose and drive it with codex exec to reproduce and verify routing/translation/marker behavior for Codex's Responses API path. Use when verifying a router fix end-to-end for Codex, reproducing a prod Codex routing bug, confirming routing-marker / force-model /…
AGENTS.md instructions for workweave/router, covering router — agents, engineering principles, layer model and import rules, hard rules and where to put new code.
Claude Code instructions for workweave/router, covering router — claude, engineering principles, layer model and import rules, hard rules and where to put new code.