docs(changelog): add entry for git-checkout bootstrap test scaffolding

ISSUES CLOSED: #553
This commit is contained in:
2026-03-04 20:19:27 +00:00
parent 34a65ee9d0
commit 26ee1d632d
+4
View File
@@ -2,6 +2,10 @@
## Unreleased
- Added TDD-style failing Behave BDD tests for the built-in `git-checkout` resource type
bootstrap. Two scenarios verify that `git-checkout` exists in the registry after init and
that `agents resource add git-checkout` succeeds. Includes Robot Framework smoke tests.
Tests are intentionally failing until the bug fix for #524 is applied. (#553)
- Extended `CorrectionService._compute_affected_subtree()` to BFS over both the structural
decision tree (parent-child) and the influence DAG (`decision_dependencies` edges). Added
cycle detection guard via visited set. Updated `DecisionService.record_decision()` to accept