Task context map
September 26, 2026 ยท View on GitHub
Read the rows in order for the task at hand. Skip the listed surfaces unless the change reaches them.
| Task | Read in order | Skip by default |
|---|---|---|
| Understand the codebase | Repository map, architecture invariants | Release and integration docs |
| Implement a feature or fix | Matching .agents/skills workflow, repository map, relevant nested AGENTS.md, quality gates | Unchanged output and integration lenses |
| Change extraction or analysis | Repository map, detection internals, extraction internals when parsing changes, relevant crate AGENTS.md, analyzer authoring, review routing | Site and package docs |
| Change crate boundaries or public APIs | Architecture invariants, core migration, backwards compatibility | Styling validation |
| Change human CLI output | CLI internals, review routing, CLI nested AGENTS.md, matching CLI review skill | LSP and editor docs unless behavior is shared |
| Change JSON or CI output | CLI internals, backwards compatibility, review routing, relevant format review skill | Human CLI styling unless output is shared |
| Change LSP, MCP, or editor integration | Repository map, matching LSP internals, MCP internals, or VS Code internals, review routing, matching integration skill | Unrelated analyzers |
| Change framework plugins | Plugin internals, plugin authoring, relevant detection and graph references | Unrelated output formats |
| Change security analysis | Detection internals, security agent verification, relevant core and security tests, review routing | Editor and cloud surfaces unless output changes |
| Change similar-code analysis | Similar-code analysis, repository map, detection internals, MCP internals or Node/package references when affected, review routing | Bare analysis, CI gates, LSP, and editor surfaces unless the versioned scope changes |
| Change runtime coverage or licensing | Repository map, architecture invariants, crates/cli/src/coverage/, crates/license/, crates/v8-coverage/, .github/workflows/protocol-parity.yml | Unrelated static analyzers |
| Change the coverage-map matcher | crates/engine/src/health/scoring.rs, tests/coverage-producer-corpus/README.md, quality gates for npm run check:coverage-producers | Coverage ingestion, licensing, and unrelated analyzers |
| Change Node bindings or packaged multicall | Repository map, backwards compatibility, scripts/contract-surfaces.mjs, scripts/check-contract-surfaces.mjs, crates/napi/, crates/multicall/ | Human CLI styling unless shared |
| Change visualization | Repository map, crates/engine/src/viz.rs, crates/cli/src/viz/mod.rs, viz-frontend/src/, viz-frontend/package.json, review routing | Unrelated editor integrations |
| Change GitHub Action or GitLab CI | Review routing, action or CI tests, matching integration review skill | Editor integrations |
| Audit slop or unnecessary maintenance complexity | Repository map, .agents/skills/slop-audit/SKILL.md, quality gates | Unrequested metric targets or blanket test deletion |
| Change docs, skills, or agent routing | Knowledge architecture, AI tooling, quality gates | Analyzer internals |
| Prepare a release | Release procedure, quality gates, release security, backwards compatibility, changelog and companion-source contracts | Unchanged analyzer internals |
| Prepare a commit or push | Quality gates, active workflow skill | Unrelated reference catalogues |
| Change a finding that several commands or surfaces report | Drift contract, review routing, quality gates | Unaffected specialist lenses |
| Review a cross-surface change | Review routing, quality gates, affected durable references | Unaffected specialist lenses |
Use live command help and generated contracts for volatile CLI details. Do not copy full flag or tool catalogues into root routers.