From e18cb24097032320be81839a7cecdbe1f679e692 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 12 Sep 2025 08:42:04 -0500 Subject: [PATCH] docs(changelog): add CHANGELOG.md and link from docs index --- docs/CHANGELOG.md | 12 ++++++++++++ docs/README.md | 1 + 2 files changed, 13 insertions(+) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..7261af8 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,12 @@ +Changelog + +v0.0.1-Bootstrap — 2025-09-11 +- Clean root: only README/LICENSE, allowed dotfiles, and directories. +- Docs consolidated under docs/ with clickable links. +- COMMON/CTO/COO/CCO reserved for prompts, questions, and proposals. +- Modular prompt packs: COMMON base + area manifests; packs in CTO/dist/prompts and COO/dist/prompts. +- CI image at docker/ci.Dockerfile; compose at docker/ci.compose.yml. +- Make targets in scripts/Makefile; hooks installed via scripts/setup-hooks. +- Commitlint config in .config/commitlint.config.cjs; hook updated. +- Tags/releases reset to this baseline; previous tags removed. + diff --git a/docs/README.md b/docs/README.md index 3c0d311..c2d5ede 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,6 +9,7 @@ Key Documents - Documentation style: [docs-style.md](docs-style.md) - Operational notes: [RESUME.md](RESUME.md), [TODO.md](TODO.md) - History: [history/BOOTSTRAP.md](history/BOOTSTRAP.md) + - Changelog: [CHANGELOG.md](CHANGELOG.md) - Weekly recap: [RECAP-2025-09-11.md](RECAP-2025-09-11.md) Usage