Commit 12523cf
docs: seed CHANGELOG.md (Keep-a-Changelog format) (#37)
Closes Row-2 Phase 3 of the 2026-05-26 estate tech-debt audit chain for
this repo. The 2026-05-26 documentation-debt audit
(hyperpolymath/standards#197) flagged that 180 of 279 estate repos
lacked a CHANGELOG.md (65% gap) — this seed closes that finding here.
The seed:
- Uses Keep-a-Changelog format with an [Unreleased] section.
- Buckets the most recent 100 commits by conventional-commit prefix
(feat/fix/refactor/docs/ci/build) into Added/Fixed/Changed/
Documentation/CI sections.
- References standards#206's changelog-reusable.yml + the canonical
templates/cliff.toml for full-regeneration via git-cliff.
The file is initial — the maintainer can adopt changelog-reusable.yml in
this repo's CI to keep it auto-regenerated, or regenerate manually.
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
-->
## Summary
<!-- What does this PR do, and why? -->
Closes #
## Type of change
- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (would change existing behaviour)
- [ ] 🕳️ Soundness fix (fixes a checker/proof false-negative)
- [ ] 📖 Documentation
- [ ] 🧹 Refactor / tech debt (behaviour-preserving)
- [ ] ⚡ Performance
- [ ] 🔧 Build / CI / tooling
## How has this been verified?
<!-- Establish ground truth: which tool did you RUN, and what did it
report?
Don't cite a status doc — cite the command and its output. -->
## Checklist
- [ ] My commits are **signed** (`git commit -S`).
- [ ] I ran the project's own checks/tests locally and they pass.
- [ ] New files carry the correct `SPDX-License-Identifier` (code/config
`MPL-2.0`,
prose `CC-BY-SA-4.0`); I did not relicense existing files.
- [ ] Docs are updated, and no public claim now overstates what the code
does.
- [ ] I have not introduced a soundness hole (or I have flagged where I
might have).
## Notes for reviewers
<!-- Anything that needs special attention, follow-up, or context. -->
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 545ddfa commit 12523cf
0 file changed
0 commit comments