Files
tsl-devkit/.agents/index.md
T
csh 7838f3ec3d
lsp-server ci / build-and-test (push) Failing after 0s
🔧 chore(playbook): align repo with latest workflow
sync playbook-managed rules and prompts.
migrate memory-bank to the new structure and move plans to docs/superpowers/plans.
keep product README files untouched.
2026-05-24 13:34:07 +08:00

22 lines
610 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# .agents(多语言)
本目录用于存放仓库级/语言级的代理规则集。
建议约定:
- `.agents/cpp/`C++ 相关规则集(由 playbook 同步;适用于 C++23/Modules
- `.agents/tsl/`TSL 相关规则集(由 playbook 同步;适用于 `.tsl`/`.tsf`
- `.agents/markdown/`:Markdown 相关规则集(仅代码格式化)
规则发生冲突时,建议以“更靠近代码的目录规则更具体”为准。
入口建议从:
- `.agents/cpp/index.md`
- `.agents/tsl/index.md`
- `.agents/markdown/index.md`
标准快照文档入口:
- docs/standards/playbook/docs