story-kit: create 232_story_fix_incorrect_bug_tool_descriptions_in_mcp_tools_list

This commit is contained in:
Dave
2026-02-27 10:22:48 +00:00
parent 99cd9bff7c
commit 40152e6e1c

View File

@@ -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