Capture work into the dev-docs backlog the right way — scope it, put the detail in a plans/ doc (reuse an existing one or create a new one), and add a lean backlink line to todos.md under the correct section. Handles both a single one-off item (/add-todo ) and a deeper body of analysis (research output, an audit, a…
Tidy the gitignored dev-docs/ working folder — auto-purge time-boxed dirs, then run a todos.md-driven tidy (read only todos.md; reconcile misplaced plans/ files and stale/completed actions, reading a specific backlinked doc only when a check points at it), soft-deleting finished docs to dev-docs/bin/ and pruning their…
Send a coordination/feedback note to another local project's inbox. Resolves a target repo by name anywhere under the Koding/ parent tree, composes a message file per the inbox schema, and drops it in that repo's inbox/unread/ (creating the folder if missing).
Run a large feature or refactor as a gated, phased project. Starts with an investigation phase (Explore agents on the code-review MCP map scale and impacted paths) — NOT standard plan mode — then builds a custom gated phased plan, creates a branch + draft PR for CI tracking, and executes each phase autonomously (code…
Process inbox/unread/ — read each message, lift durable info into a dev-docs/ detail file, add a lean backlink to dev-docs/todos.md, route actionable items to the right project's inbox, append a Status footer and move the message to inbox/read/, and auto-purge inbox/read/ entries older than 7 days.
Cut a codingest release — goal-check against the phased-plan, bump the version across every manifest site first (workspace table AND the internal path-dependency pins), then ONE release build + test pass (incl. parity) that serves gate, record refresh, and binaries; conditional bench refresh; promote CHANGELOG…
Use when reviewing a code change or answering structural questions about a codebase, including definitions, callers, dependencies, routes, affected tests, and history across git revisions. Builds a local Cypher-queryable code graph, uses it alongside the diff and literal search, and verifies every finding against…