From 4df3f8594c562da022db0b816a79d7d442ac9ef9 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 2 Apr 2026 17:15:50 +0000 Subject: [PATCH] storkit: accept 457_bug_store_json_created_at_project_root_instead_of_inside_storkit --- ...missing_from_scaffold_storkit_gitignore.md | 27 ------------------- ..._project_root_instead_of_inside_storkit.md | 0 2 files changed, 27 deletions(-) delete mode 100644 .storkit/work/1_backlog/459_bug_matrix_history_json_and_timers_json_missing_from_scaffold_storkit_gitignore.md rename .storkit/work/{5_done => 6_archived}/457_bug_store_json_created_at_project_root_instead_of_inside_storkit.md (100%) diff --git a/.storkit/work/1_backlog/459_bug_matrix_history_json_and_timers_json_missing_from_scaffold_storkit_gitignore.md b/.storkit/work/1_backlog/459_bug_matrix_history_json_and_timers_json_missing_from_scaffold_storkit_gitignore.md deleted file mode 100644 index 89e6b957..00000000 --- a/.storkit/work/1_backlog/459_bug_matrix_history_json_and_timers_json_missing_from_scaffold_storkit_gitignore.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "matrix_history.json and timers.json missing from scaffold .storkit/.gitignore" ---- - -# Bug 459: matrix_history.json and timers.json missing from scaffold .storkit/.gitignore - -## Description - -The scaffold's write_story_kit_gitignore function in scaffold.rs does not include matrix_history.json or timers.json in the .storkit/.gitignore entries. Both files are runtime state that should not be committed to git. matrix_device_id and matrix_store/ are already covered, but matrix_history.json (conversation history) and timers.json (timer store) are missing. - -## How to Reproduce - -1. Run storkit scaffold on a new project. 2. Start the Matrix bot. 3. Observe that matrix_history.json and timers.json are created inside .storkit/ but are not gitignored. - -## Actual Result - -matrix_history.json and timers.json appear as untracked files in git status. - -## Expected Result - -Both files are listed in .storkit/.gitignore and do not appear in git status. - -## Acceptance Criteria - -- [ ] matrix_history.json added to the entries array in write_story_kit_gitignore in scaffold.rs -- [ ] timers.json added to the entries array in write_story_kit_gitignore in scaffold.rs -- [ ] scaffold test in scaffold_creates_story_kit_gitignore_with_relative_entries asserts both entries are present diff --git a/.storkit/work/5_done/457_bug_store_json_created_at_project_root_instead_of_inside_storkit.md b/.storkit/work/6_archived/457_bug_store_json_created_at_project_root_instead_of_inside_storkit.md similarity index 100% rename from .storkit/work/5_done/457_bug_store_json_created_at_project_root_instead_of_inside_storkit.md rename to .storkit/work/6_archived/457_bug_store_json_created_at_project_root_instead_of_inside_storkit.md