You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(agents): add development guardrails, C++ language server docs, and Claude Code automation
- Add CRITICAL primacy zone with pre-edit checklist (branch verify, worktree verify, read master first)
- Add C++17-only enforcement rules with explicit forbidden C++20/C++23 features
- Add dual build system rules: CMakeLists.txt + .pbxproj must both be updated
- Add stacked branch independence requirement (each branch compiles on its own)
- Add code-first verification: read master implementation before writing new code
- Add PR review response rules: re-read master before defending code in reviews
- Document Claude Code automation: hooks, skills, context threshold
- Document C++ language server integration: Serena MCP (clangd) and clangd-lsp plugin
- Shared compile_commands.json dependency and regeneration command
- Known .mm file limitation with list of bridge files
- Update /engine-test skill to pass -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- Add compile_commands.json and .cache (clangd index) to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments