- Add TSF file naming constraint to syntax/02_core_model.md - Clarify semicolon rules: syntax facts vs style preferences - Separate control flow end semicolon rules (syntax allows both) - Add function body semicolon requirements to syntax/05_functions_and_calls.md - Move style preferences to code_style.md (control flow end semicolons) - Remove cross-references from syntax docs to maintain independence - Enhance Gitea workflow emoji for better CI output readability - Fix CI test path from tests/ to test/ - Organize agent test results under test/agent/result/ directory - Add complete Chinese translation of test cases (test_cases_zh.md) - Clean up .gitignore to use unified test/agent/result/ directory - Remove obsolete agent test artifacts (REPORTS_LOCATION.md, old results) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
29 lines
953 B
Markdown
29 lines
953 B
Markdown
# 任务入口路由
|
||
|
||
<!--
|
||
本文件不重复定义核心规则;它只负责把任务路由到合适的任务入口。
|
||
验证要求、主循环规则见 AGENT_RULES.md。
|
||
-->
|
||
|
||
## 路由原则
|
||
|
||
- 需求不明确:先看 `docs/prompts/coding/clarify.md`
|
||
- 需要判断设计、计划或执行路径:先回到 `AGENT_RULES.md`
|
||
- 需要确认改动是否站得住:看 `docs/prompts/coding/verify-change.md`
|
||
- 一轮工作收尾:看 `docs/prompts/coding/close-task.md`
|
||
- 需要更新上下文:看 `docs/prompts/coding/update-memory.md`
|
||
- 需要评审 MR/PR:看 `docs/prompts/coding/code-review.md`
|
||
|
||
## 边界说明
|
||
|
||
- `prompts/` 是入口,不是规则权威
|
||
- 完整流程与执行约束只在 `AGENT_RULES.md`
|
||
- 项目私有规则写入 `AGENT_RULES.local.md`
|
||
- 设计产物只放 `docs/superpowers/specs/`
|
||
- 计划产物只放 `docs/superpowers/plans/`
|
||
- 项目上下文与执行状态写入 `memory-bank/`
|
||
|
||
---
|
||
|
||
**最后更新**:{{DATE}}
|