What problem does it solve?
It keeps the project dashboard accurate by regenerating STATUS.md from the latest active documentation and by verifying whether listed high/critical fixes were actually applied in the codebase.
Core Features & Use Cases
- Recompiles a single source of truth (STATUS.md): Reads the newest files from
docs/audits/current/, docs/mvp/current/, and ADRs in docs/decisions/, then consolidates them into an at-a-glance project state.
- Verifies issue resolution in real code: For each CRITICA/ALTA issue referenced by the docs, checks the referenced file/line and marks it as RESOLVIDO, EM PROGRESSO, or PENDENTE based on actual changes.
- Supports planning and sprint visibility: Summarizes overall status, critical/open issues, recently resolved issues, audits coverage, current sprint progress, next sprint suggestions, and quick links to the relevant docs.
Quick Start
Run status-update to recompile docs/status with the latest audits, MVP plan, ADRs, and a real code verification of critical and high issues.