project_evidence_scan
Read-only scan of a repo's state files and recent git activity surfaces exact evidence — human gates, blockers, next moves, safe parallel work — returning candidate signals for focus decisions without mutation or inference.
Instructions
Read-only scan of a repo's native operating state (STATE.md, FLAGS*, HANDOFF*, ROADMAP.md, PLAN*.md, TODO.md, AGENTS.md + recent git activity / dirty files). Returns evidence — human gates, blockers, next moves, do-not-touch, safe parallel work — surfaced as exact lines. Call AFTER context_resolve and BEFORE building a focus answer. Mutates nothing and does no inference: it returns ALL candidate signals; deciding the focus is the agent's job. This is NOT context_resolve — do not use it to pick which project you're in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | Optional Brain OS entity this repo maps to (echoed back; does not affect the scan). | |
| root_path | Yes | Absolute path to the repo/project root to scan. |