From 4e871e70af3786bf557ec227a03038789c645ee3 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Wed, 25 Feb 2026 18:13:13 +0000 Subject: [PATCH] docs: add CHANGELOG entry for decision recording and snapshot store --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d684b9a0..bb7349a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -191,6 +191,8 @@ - Added `ReadOnlyViolationError` to `ChangeSetCapture` to prevent write artifacts on read-only plans. - Added CLI fail-fast guards on `plan execute` and `plan apply` for read-only plans. +- Added `DecisionService` with record/list/tree helpers and `SnapshotStore` for hash-based + deduplication of context snapshots during plan execution. - Expanded CONTRIBUTING.md with detailed guidance on the issue creation process, label system, ticket lifecycle, pull request requirements, and review/merge process. - Added commit scope, quality, and message format guidelines to CONTRIBUTING.md.