From 12fdbd91554f85f9d5a174a23a0f42b3375124f5 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 18:44:16 +0000 Subject: [PATCH] story-kit: create 169_story_gate_pipeline_transitions_on_ensure_acceptance --- ...peline_transitions_on_ensure_acceptance.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/169_story_gate_pipeline_transitions_on_ensure_acceptance.md diff --git a/.story_kit/work/1_upcoming/169_story_gate_pipeline_transitions_on_ensure_acceptance.md b/.story_kit/work/1_upcoming/169_story_gate_pipeline_transitions_on_ensure_acceptance.md new file mode 100644 index 0000000..7be273d --- /dev/null +++ b/.story_kit/work/1_upcoming/169_story_gate_pipeline_transitions_on_ensure_acceptance.md @@ -0,0 +1,20 @@ +--- +name: "Gate pipeline transitions on ensure_acceptance" +--- + +# Story 169: Gate pipeline transitions on ensure_acceptance + +## User Story + +As a project owner, I want story progression to be blocked unless ensure_acceptance passes, so that agents can't skip the testing workflow. + +## Acceptance Criteria + +- [ ] move_story_to_merge rejects stories that haven't passed ensure_acceptance +- [ ] accept_story rejects stories that haven't passed ensure_acceptance +- [ ] Rejection returns a clear error message telling the agent what's missing +- [ ] Existing passing stories (all criteria checked, tests recorded) still flow through normally + +## Out of Scope + +- TBD