24 lines
613 B
Markdown
24 lines
613 B
Markdown
# 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`
|