|
|
@@ -8351,6 +8351,47 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
+ "Event.worktree.ready": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "worktree.ready"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "name": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "branch": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["name", "branch"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
+ "Event.worktree.failed": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "type": {
|
|
|
+ "type": "string",
|
|
|
+ "const": "worktree.failed"
|
|
|
+ },
|
|
|
+ "properties": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "message": {
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["message"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "required": ["type", "properties"]
|
|
|
+ },
|
|
|
"Pty": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -8464,47 +8505,6 @@
|
|
|
},
|
|
|
"required": ["type", "properties"]
|
|
|
},
|
|
|
- "Event.worktree.ready": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "worktree.ready"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "name": {
|
|
|
- "type": "string"
|
|
|
- },
|
|
|
- "branch": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["name", "branch"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
- "Event.worktree.failed": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "type": {
|
|
|
- "type": "string",
|
|
|
- "const": "worktree.failed"
|
|
|
- },
|
|
|
- "properties": {
|
|
|
- "type": "object",
|
|
|
- "properties": {
|
|
|
- "message": {
|
|
|
- "type": "string"
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["message"]
|
|
|
- }
|
|
|
- },
|
|
|
- "required": ["type", "properties"]
|
|
|
- },
|
|
|
"OutputFormatText": {
|
|
|
"type": "object",
|
|
|
"properties": {
|
|
|
@@ -9968,22 +9968,22 @@
|
|
|
"$ref": "#/components/schemas/Event.todo.updated"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.pty.created"
|
|
|
+ "$ref": "#/components/schemas/Event.worktree.ready"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.pty.updated"
|
|
|
+ "$ref": "#/components/schemas/Event.worktree.failed"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.pty.exited"
|
|
|
+ "$ref": "#/components/schemas/Event.pty.created"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.pty.deleted"
|
|
|
+ "$ref": "#/components/schemas/Event.pty.updated"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.worktree.ready"
|
|
|
+ "$ref": "#/components/schemas/Event.pty.exited"
|
|
|
},
|
|
|
{
|
|
|
- "$ref": "#/components/schemas/Event.worktree.failed"
|
|
|
+ "$ref": "#/components/schemas/Event.pty.deleted"
|
|
|
},
|
|
|
{
|
|
|
"$ref": "#/components/schemas/Event.message.updated"
|