We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c08844 commit d5fcf12Copy full SHA for d5fcf12
1 file changed
internal/stack/schema.json
@@ -30,6 +30,14 @@
30
"type": "string",
31
"description": "Identifier for this stack, populated from the API when available."
32
},
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
41
"trunk": {
42
"$ref": "#/$defs/branchRef",
43
"description": "The trunk (base) branch of the stack."
0 commit comments