a00b6a878220235d9d21c9f4600cc6ab3ac6097d
- Move docs to docs/; keep areas for prompts only - Relocate Makefile to scripts/Makefile; update docs to use it - Move ci.Dockerfile to docker/ci.Dockerfile; update compose - Move commitlint config to .config and update hook - Remove root AGENTS.md (use area AGENTS.md)
LLMScaffolding
Base scaffolding for AI‑assisted work. Clean root; docs in docs/
; areas for prompts.
Layout
- docs/ — human‑readable docs (getting started, workflow, CI, style)
- COMMON/ CTO/ COO/ CCO/ — questions, proposals, and prompt modules only
- scripts/ — Makefile and helper scripts
- docker/ — CI compose and Dockerfile
- dist/prompts/ — generated prompt packs (cto.md, coo.md)
- proposals/, questions/ — repository planning artifacts
Quickstart
- Install hooks:
make -f scripts/Makefile hooks-setup
- Run checks:
make -f scripts/Makefile check
- Build prompt packs:
make -f scripts/Makefile prompts
Docs
- Git workflow: docs/git-workflow.md
- Local CI parity: docs/bootstrap-cicd.md
- Documentation style: docs/docs-style.md
- Operational notes: docs/RESUME.md, docs/TODO.md
- History: docs/history/BOOTSTRAP.md
v0.0.1-Bootstrap
Latest
Languages
Shell
57%
Python
19.6%
Dockerfile
17.4%
Makefile
5.3%
JavaScript
0.7%