45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
# 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/`
|
|
|
|
<!-- playbook:templates:start -->
|
|
|
|
### 核心规则
|
|
|
|
- [AGENT_RULES.md](./AGENT_RULES.md) - 执行流程与优先级
|
|
|
|
### 项目状态
|
|
|
|
- [memory-bank/project-brief.md](memory-bank/project-brief.md) - 项目定位
|
|
- [memory-bank/active-context.md](memory-bank/active-context.md) - 当前上下文
|
|
- [memory-bank/progress.md](memory-bank/progress.md) - 进度追踪
|
|
|
|
### 工作流入口
|
|
|
|
- [docs/prompts/README.md](docs/prompts/README.md) - 提示词与流程入口
|
|
<!-- playbook:templates:end -->
|
|
|
|
<!-- playbook:agents:start -->
|
|
|
|
请以 `.agents/` 下的规则为准:
|
|
|
|
- 入口:`.agents/index.md`
|
|
- 语言规则:`.agents/cpp/index.md`、`.agents/tsl/index.md`、`.agents/markdown/index.md`
|
|
<!-- playbook:agents:end -->
|