Toolbox Aid David Quesenberry 04/05/2026 README.md
This repository is a docs-first game/runtime workspace with a stable engine layer, advanced architecture layer, tools, samples, and PR-history documentation.
- Workflow:
PLAN_PR -> BUILD_PR -> APPLY_PR - One PR per purpose
- Small, surgical scope changes
- Build/apply delta ZIP outputs stored under
<project folder>/tmp/
- docs/README.md: top-level documentation index
docs/pr/: preserved PR history and architecture evolutiondocs/dev/: active workflow controlsdocs/dev/reports/: active report artifactsdocs/architecture/: durable architecture and boundary contractsdocs/archive/: archived dev-ops notes and generated reports
- Engine code remains in
engine/. - Advanced composable architecture remains in
src/advanced/. - Tools/samples/games consume public contracts and should not bypass engine boundaries.