@basou/core 0.29.0 → 0.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  "properties": {
8
8
  "schema_version": {
9
9
  "type": "string",
10
- "const": "0.1.0"
10
+ "pattern": "^0\\.\\d+\\.\\d+$"
11
11
  },
12
12
  "session": {
13
13
  "type": "object",
@@ -45,6 +45,7 @@
45
45
  "enum": [
46
46
  "claude-code-adapter",
47
47
  "claude-code-import",
48
+ "codex-adapter",
48
49
  "codex-import",
49
50
  "human",
50
51
  "import",
@@ -67,7 +68,8 @@
67
68
  "required": [
68
69
  "kind",
69
70
  "version"
70
- ]
71
+ ],
72
+ "additionalProperties": {}
71
73
  },
72
74
  "started_at": {
73
75
  "type": "string",
@@ -126,7 +128,8 @@
126
128
  "required": [
127
129
  "command",
128
130
  "exit_code"
129
- ]
131
+ ],
132
+ "additionalProperties": {}
130
133
  },
131
134
  "related_files": {
132
135
  "default": [],
@@ -196,7 +199,8 @@
196
199
  "required": [
197
200
  "start",
198
201
  "end"
199
- ]
202
+ ],
203
+ "additionalProperties": {}
200
204
  }
201
205
  },
202
206
  "active_gap_cap_ms": {
@@ -212,7 +216,8 @@
212
216
  "minimum": 0,
213
217
  "maximum": 9007199254740991
214
218
  }
215
- }
219
+ },
220
+ "additionalProperties": {}
216
221
  },
217
222
  "integrity": {
218
223
  "type": "object",
@@ -241,11 +246,13 @@
241
246
  "status",
242
247
  "working_directory",
243
248
  "invocation"
244
- ]
249
+ ],
250
+ "additionalProperties": {}
245
251
  }
246
252
  },
247
253
  "required": [
248
254
  "schema_version",
249
255
  "session"
250
- ]
256
+ ],
257
+ "additionalProperties": {}
251
258
  }
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "basou_version": {
30
30
  "type": "string",
31
- "const": "0.1.0"
31
+ "pattern": "^0\\.\\d+\\.\\d+$"
32
32
  }
33
33
  },
34
34
  "required": [
@@ -7,7 +7,7 @@
7
7
  "properties": {
8
8
  "schema_version": {
9
9
  "type": "string",
10
- "const": "0.1.0"
10
+ "pattern": "^0\\.\\d+\\.\\d+$"
11
11
  },
12
12
  "task": {
13
13
  "type": "object",
@@ -72,11 +72,13 @@
72
72
  "updated_at",
73
73
  "workspace_id",
74
74
  "created_in_session"
75
- ]
75
+ ],
76
+ "additionalProperties": {}
76
77
  }
77
78
  },
78
79
  "required": [
79
80
  "schema_version",
80
81
  "task"
81
- ]
82
+ ],
83
+ "additionalProperties": {}
82
84
  }