diff --git a/.story_kit/work/1_upcoming/232_story_fix_incorrect_bug_tool_descriptions_in_mcp_tools_list.md b/.story_kit/work/1_upcoming/232_story_fix_incorrect_bug_tool_descriptions_in_mcp_tools_list.md new file mode 100644 index 0000000..94df27a --- /dev/null +++ b/.story_kit/work/1_upcoming/232_story_fix_incorrect_bug_tool_descriptions_in_mcp_tools_list.md @@ -0,0 +1,20 @@ +--- +name: "Fix incorrect bug tool descriptions in MCP tools/list" +--- + +# Story 232: Fix incorrect bug tool descriptions in MCP tools/list + +## User Story + +As an LLM agent consuming the MCP tools/list response, I want the create_bug, list_bugs, and close_bug tool descriptions to reference the correct paths (work/1_upcoming/, work/2_current/, work/5_done/) so that I don't hallucinate a nonexistent .story_kit/bugs/ directory. + +## Acceptance Criteria + +- [ ] create_bug description says 'Create a bug file in work/1_upcoming/' instead of '.story_kit/bugs/' +- [ ] list_bugs description says 'List all open bugs in work/1_upcoming/' instead of 'files in .story_kit/bugs/ excluding archive/' +- [ ] close_bug description says 'Archive a bug from work/2_current/ or work/1_upcoming/ to the done archive' instead of referencing .story_kit/bugs/archive/ +- [ ] Existing MCP tool tests still pass + +## Out of Scope + +- TBD