🔧 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.
This commit is contained in:
csh
2025-12-14 17:57:26 +08:00
parent dbdde4ed48
commit 7c13d70d3a
9 changed files with 284 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# AGENTS (lsp-server)
## Scope
This directory tree (`lsp-server/`) contains the C++ codebase for the LSP server.
## Rules
- Follow the repository C++ agent ruleset: `.agents/cpp/index.md`.
- Follow the vendored C++ standards snapshot:
- `docs/standards/playbook/docs/cpp/code_style.md`
- `docs/standards/playbook/docs/cpp/naming.md`
- `docs/standards/playbook/docs/cpp/toolchain.md`
## Local tooling config
This project already provides local configs:
- `lsp-server/.clang-format`
- `lsp-server/.clangd`
- `lsp-server/CMakeLists.txt`
- `lsp-server/CMakeUserPresets.json`
- `lsp-server/conanfile.txt`