From 26ee1d632d83307ab3ee76ca860d12fa31baaa63 Mon Sep 17 00:00:00 2001 From: "Brent E. Edwards" Date: Wed, 4 Mar 2026 20:19:27 +0000 Subject: [PATCH] docs(changelog): add entry for git-checkout bootstrap test scaffolding ISSUES CLOSED: #553 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a131d9..f13d1443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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