# ScyllaDB — AI Agent Instructions This file routes you to the relevant instruction files. Do NOT load all files at once — read only what applies to your current task. ## Instruction Files - `.github/copilot-instructions.md` — build system, test runner, code philosophy, test philosophy - `.github/instructions/cpp.instructions.md` — C++ style, Seastar patterns, memory, error handling (for `*.cc`, `*.hh`) - `.github/instructions/python.instructions.md` — Python style, testing conventions (for `*.py`) ## Which files to read - **Always read** `.github/copilot-instructions.md` for build/test commands and project values - **If editing C++ files** (`*.cc`, `*.hh`): also read `.github/instructions/cpp.instructions.md` - **If editing Python files** (`*.py`): also read `.github/instructions/python.instructions.md`