grace-status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Show the current state of the GRACE project.
展示GRACE项目的当前状态。

Report Contents

报告内容

1. Artifacts Status

1. 工件状态

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
检查以下内容的存在性和版本:
  • AGENTS.md
    — GRACE原则
  • docs/knowledge-graph.xml
    — 版本和模块数量
  • docs/requirements.xml
    — 版本和用例数量
  • docs/technology.xml
    — 版本和技术栈摘要
  • docs/development-plan.xml
    — 版本和模块数量

2. Codebase Metrics

2. 代码库指标

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)
扫描源文件并报告:
  • 源文件总数
  • 包含MODULE_CONTRACT的文件
  • 未包含MODULE_CONTRACT的文件(警告)
  • 语义块总数(START_BLOCK / END_BLOCK 配对)
  • 不匹配的块(完整性违规)

3. Knowledge Graph Health

3. 知识图谱健康状况

Quick check:
  • Modules in graph vs modules in codebase
  • Any orphaned or missing entries
快速检查:
  • 图谱中的模块与代码库中的模块对比
  • 是否存在孤立或缺失的条目

4. Recent Changes

4. 近期变更

List the 5 most recent CHANGE_SUMMARY entries across all files.
列出所有文件中最近5条CHANGE_SUMMARY条目。

5. Suggested Next Action

5. 建议的后续操作

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"
根据状态,建议后续操作:
  • 若没有需求 —— 在docs/requirements.xml中定义需求
  • 若有需求但无计划 —— 运行
    $grace-plan
  • 若有计划但缺少模块 —— 运行
    $grace-generate module
    $grace-execute
    $grace-multiagent-execute
  • 若检测到偏差 —— 运行
    $grace-refresh
  • 若测试或日志不足以支持自主工作 —— 运行
    $grace-verification
  • 若所有内容同步 —— 项目状态健康