AI-Assisted Workflow
This repository uses a simplified AI workflow with a single guidance file.
Canonical guidance file
CLAUDE.md— Claude Code guidance (the authoritative AI instruction file)
When documentation drifts from code, fix the drift instead of working around it.
Recommended flow
- Keep documentation and code in sync.
- Run the relevant preset-driven validation commands.
- Use
/reviewbefore merge or after a major cleanup phase.
Tool choices
- LSP:
clangd - Build/test entry points:
cmake --preset=...andctest --preset=... - Hooks: repository-managed
.githooks/ - Autopilot strategy: prefer a longer single session over
/fleetunless the work is truly parallel
What to avoid
- reintroducing GitBook / HonKit /
.kiroassumptions - adding generic AI docs that duplicate existing instructions
- adding heavy MCP or plugin layers without a repository-specific payoff