Skip to content

Commit d5fcf12

Browse files
committed
update gh-stack file schema
1 parent 0c08844 commit d5fcf12

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

internal/stack/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"type": "string",
3131
"description": "Identifier for this stack, populated from the API when available."
3232
},
33+
"prefix": {
34+
"type": "string",
35+
"description": "Branch name prefix for the stack (e.g. 'myfeature')."
36+
},
37+
"numbered": {
38+
"type": "boolean",
39+
"description": "Whether to use auto-incrementing numbered branch names."
40+
},
3341
"trunk": {
3442
"$ref": "#/$defs/branchRef",
3543
"description": "The trunk (base) branch of the stack."

0 commit comments

Comments
 (0)