Show the current state of the GRACE project.
Report Contents
- Artifacts Status
Check existence and version of:
-
AGENTS.md — GRACE principles
-
docs/knowledge-graph.xml — version and module count
-
docs/requirements.xml — version and UseCase count
-
docs/technology.xml — version and stack summary
-
docs/development-plan.xml — version and module count
- Codebase Metrics
Scan source files and report:
-
Total source files
-
Files WITH MODULE_CONTRACT
-
Files WITHOUT MODULE_CONTRACT (warning)
-
Total semantic blocks (START_BLOCK / END_BLOCK pairs)
-
Unpaired blocks (integrity violation)
- Knowledge Graph Health
Quick check:
-
Modules in graph vs modules in codebase
-
Any orphaned or missing entries
- Recent Changes
List the 5 most recent CHANGE_SUMMARY entries across all files.
- Suggested Next Action
Based on the status, suggest what to do next:
-
If no requirements — "Define requirements in docs/requirements.xml"
-
If requirements but no plan — "Run $grace-plan "
-
If plan but missing modules — "Run $grace-generate module , $grace-execute , or $grace-multiagent-execute "
-
If drift detected — "Run $grace-refresh "
-
If tests or logs are too weak for autonomous work — "Run $grace-verification "
-
If everything synced — "Project is healthy"