From 07ca1c9fc1aed3508ce9b666ecf4e9d6f8585ac3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 21 Apr 2026 17:35:55 +0200 Subject: [PATCH] chore(meta): update changelog for sprint-37 CI sweep Refs: #723 #854 #855 #856 #857 #858 #859 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773f5921e..eae646ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- **Asset pipeline discipline** (#854, #855, #856, #857, #858, #859) — `systems.db` is now a source-canonical snapshot with a `meta` table stamped by every generator (SHA of source + schema). Pre-push hook rejects stale DBs; `/pr-push` auto-runs `make regen-db` when generator sources change. Full rules in `.claude/rules/asset-pipeline.md` +- **`make regen-db`** — runs all three generators (generate_brands, import_economics, generate_atlas) and stamps the meta table +- **`make check-systems-db`** — verifies the meta stamp matches current generator sources +- **`make install-hooks`** — installs pre-push and pre-commit hooks in one step +- **`tooling/db/decision show `** (#723) — drill-down view of a decision with implementing tickets and cross-refs + +### Changed +- `decisions-coverage` Makefile target now lists implementing ticket IDs per decision instead of aggregate counts + ## [v0.1.36] — 2026-04-21 ### Added