1.6 KiB
1.6 KiB
AGENTS (Repository Rules)
This repository vendors the playbook standards snapshot under:
docs/standards/playbook/
Sync language rulesets into the repo root via:
sh docs/standards/playbook/scripts/sync_standards.sh cpp(C++)sh docs/standards/playbook/scripts/sync_standards.sh tsl(TSL)sh docs/standards/playbook/scripts/sync_standards.sh python(Python)
When working on C++ code, follow the generated ruleset entry:
.agents/cpp/index.md
Human-facing standards snapshot (vendored):
docs/standards/playbook/docs/
核心规则
- AGENT_RULES.md - 执行流程与优先级
项目上下文
- memory-bank/project-brief.md - 项目定位
- memory-bank/tech-stack.md - 技术栈
- memory-bank/architecture.md - 架构设计
- memory-bank/progress.md - 进度追踪
- memory-bank/decisions.md - 架构决策
工作流程
- docs/prompts/coding/clarify.md - 需求澄清
- docs/prompts/coding/review.md - 复盘总结
- docs/prompts/system/agent-behavior.md - 工作模式参考
请以 .agents/ 下的规则为准:
- 入口:
.agents/index.md - 语言规则:
.agents/cpp/index.md、.agents/tsl/index.md、.agents/markdown/index.md