From 492a0fc74967f4a8489b1ee85a5f2fa3ee189100 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 09:54:49 +0000 Subject: [PATCH] story-kit: done 347_story_mcp_tool_for_shell_command_execution --- ...y_rename_story_kit_directory_to_storkit.md | 25 ------------------- ...or_file_operations_read_write_edit_list.md | 22 ---------------- ...ry_mcp_tool_for_shell_command_execution.md | 0 3 files changed, 47 deletions(-) delete mode 100644 .story_kit/work/1_backlog/341_story_rename_story_kit_directory_to_storkit.md delete mode 100644 .story_kit/work/1_backlog/346_story_mcp_tools_for_file_operations_read_write_edit_list.md rename .story_kit/work/{1_backlog => 5_done}/347_story_mcp_tool_for_shell_command_execution.md (100%) diff --git a/.story_kit/work/1_backlog/341_story_rename_story_kit_directory_to_storkit.md b/.story_kit/work/1_backlog/341_story_rename_story_kit_directory_to_storkit.md deleted file mode 100644 index 442b899..0000000 --- a/.story_kit/work/1_backlog/341_story_rename_story_kit_directory_to_storkit.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "Rename .story_kit directory to .storkit" ---- - -# Story 341: Rename .story_kit directory to .storkit - -## User Story - -As a project owner, I want the config directory renamed from .story_kit to .storkit, so that the directory name matches the new binary and product name. - -## Acceptance Criteria - -- [ ] Rename the physical directory from .story_kit to .storkit -- [ ] All server code references to .story_kit paths updated to .storkit -- [ ] All .gitignore references updated -- [ ] bot.toml and project.toml paths updated -- [ ] CLAUDE.md references updated -- [ ] Watcher, worktree, and pipeline code updated -- [ ] MCP tool descriptions updated if they reference .story_kit -- [ ] Agent prompts updated if they reference .story_kit -- [ ] No backwards compatibility — .story_kit simply stops working, users must rename to .storkit - -## Out of Scope - -- TBD diff --git a/.story_kit/work/1_backlog/346_story_mcp_tools_for_file_operations_read_write_edit_list.md b/.story_kit/work/1_backlog/346_story_mcp_tools_for_file_operations_read_write_edit_list.md deleted file mode 100644 index 7d36b71..0000000 --- a/.story_kit/work/1_backlog/346_story_mcp_tools_for_file_operations_read_write_edit_list.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: "MCP tools for file operations (read, write, edit, list)" ---- - -# Story 346: MCP tools for file operations (read, write, edit, list) - -## User Story - -As a non-Claude agent connected via MCP, I want file operation tools so that I can read, write, and edit code in my worktree. - -## Acceptance Criteria - -- [ ] read_file tool — reads file contents, supports offset/limit for large files -- [ ] write_file tool — writes/creates a file at a given path -- [ ] edit_file tool — replaces a string in a file (old_string/new_string like Claude Code's Edit) -- [ ] list_files tool — glob pattern matching to find files in the worktree -- [ ] All operations scoped to the agent's worktree path for safety -- [ ] Returns clear errors for missing files, permission issues, etc. - -## Out of Scope - -- TBD diff --git a/.story_kit/work/1_backlog/347_story_mcp_tool_for_shell_command_execution.md b/.story_kit/work/5_done/347_story_mcp_tool_for_shell_command_execution.md similarity index 100% rename from .story_kit/work/1_backlog/347_story_mcp_tool_for_shell_command_execution.md rename to .story_kit/work/5_done/347_story_mcp_tool_for_shell_command_execution.md