中文
最小安全动作
只读 triage demo 读取本地 git 状态、最近提交和项目结构,然后写入状态文件。它不提交、不推送、不删除、不调用外部 API。
English
Minimal Safe Action
The read-only triage demo reads local git status, recent commits, and project structure, then writes state files. It does not commit, push, delete, or call external APIs.
python3 scripts/read_only_repo_triage.py --repo .
sed -n '1,160p' state/triage.md
sed -n '1,160p' state/inbox.md
- 读取
Read repo signals only. - 记录
Persist findings to state files. - 等待
Send uncertain items to the human inbox. - 不越界
No commit, push, delete, or merge.
记住:第一条 loop 的价值不是自动完成,而是稳定发现并留下可审查的状态。