docs: add CHANGELOG entry for decision recording and snapshot store

This commit is contained in:
2026-02-25 18:13:13 +00:00
committed by khyari hamza
parent 878bad4848
commit 4e871e70af
+2
View File
@@ -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.