# C++

`knowledge-bases/structured/cpp/` is the structured knowledge pack for C++.

## When to Install

- the repo contains `.cpp`, `.cc`, `.cxx`, `.hpp`, or similar files
- the task touches native libraries, performance-critical modules, or embedded code
- the work needs guidance on ownership, ABI safety, or test loops

## Pack Depth

- overview, review checklist, and framework notes
- promoted rules in `rules/cpp/`
- canonical skill in `skills/cpp-engineering/SKILL.md`
- workflow template in `templates/workflows/implement-cpp-change.md`

## Examples

- `knowledge-bases/structured/cpp/examples/01-reference-scenario.md`

## Validation Cues

- verify the repo build and targeted tests before handoff
- escalate when ABI or threading changes make the risk profile non-local
