From f7d432abd37e2b68757e32f48801b77eb1996da0 Mon Sep 17 00:00:00 2001 From: Nikolas de Hor Date: Wed, 11 Mar 2026 19:38:52 -0300 Subject: [PATCH] fix: add File List and Change Log structure to story template The create-story template ended with an empty File List section, providing no guidance on format. The dev-story workflow expects structured File List entries (new/modified/deleted with paths) and a Change Log section, but the template included neither. Adds table format with action/path columns for File List and date/summary columns for Change Log, matching the dev-story workflow's expectations. Fixes #1789 --- .../4-implementation/create-story/template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/bmm/workflows/4-implementation/create-story/template.md b/src/bmm/workflows/4-implementation/create-story/template.md index c4e129f5f..b1fd0d262 100644 --- a/src/bmm/workflows/4-implementation/create-story/template.md +++ b/src/bmm/workflows/4-implementation/create-story/template.md @@ -47,3 +47,19 @@ so that {{benefit}}. ### Completion Notes List ### File List + + + +| Action | File Path | +|--------|-----------| + + + + +### Change Log + + + +| Date | Summary | +|------|---------| +