Files
tsl-devkit/AGENTS.md
T
csh 7c13d70d3a 🔧 chore(standards): sync cpp playbook rules
Vendor standards live under docs/standards/playbook and are synced into .agents/cpp.

Add AGENTS.md entries so agents working in lsp-server follow the C++ ruleset and standards.
2025-12-14 17:57:26 +08:00

20 lines
551 B
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/`