huskies: merge 509_bug_create_story_silently_drops_description_and_any_other_unknown_parameters_with_no_error

This commit is contained in:
dave
2026-04-10 10:16:49 +00:00
parent 5377eeae5b
commit c6b6be872b
3 changed files with 44 additions and 1 deletions
+4
View File
@@ -334,6 +334,10 @@ fn handle_tools_list(id: Option<Value>) -> JsonRpcResponse {
"type": "string",
"description": "Optional user story text (As a..., I want..., so that...)"
},
"description": {
"type": "string",
"description": "Optional description / background context for the story"
},
"acceptance_criteria": {
"type": "array",
"items": { "type": "string" },