huskies: merge 493_bug_story_dependency_chain_not_firing_due_to_front_matter_format_issues
This commit is contained in:
@@ -339,6 +339,11 @@ fn handle_tools_list(id: Option<Value>) -> JsonRpcResponse {
|
||||
"items": { "type": "string" },
|
||||
"description": "Optional list of acceptance criteria"
|
||||
},
|
||||
"depends_on": {
|
||||
"type": "array",
|
||||
"items": { "type": "integer" },
|
||||
"description": "Optional list of story IDs this story depends on; written as a YAML inline sequence in front matter"
|
||||
},
|
||||
"commit": {
|
||||
"type": "boolean",
|
||||
"description": "If true, git-add and git-commit the new story file to the current branch"
|
||||
|
||||
Reference in New Issue
Block a user