@basou/core 0.12.0 → 0.13.1
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.
- package/dist/index.d.ts +1104 -10
- package/dist/index.js +965 -54
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/event.schema.json +7 -0
- package/schemas/manifest.schema.json +92 -9
- package/schemas/session-import.schema.json +7 -0
package/package.json
CHANGED
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"type": "string",
|
|
35
35
|
"format": "date-time",
|
|
36
36
|
"pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"
|
|
37
|
+
},
|
|
38
|
+
"view": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"minLength": 1,
|
|
41
|
+
"pattern": "^(?![~/\\\\])(?![A-Za-z]:)(?!\\s)[^\\0\\\\]*[^\\0\\\\\\s]$"
|
|
37
42
|
}
|
|
38
43
|
},
|
|
39
44
|
"required": [
|
|
@@ -41,7 +46,8 @@
|
|
|
41
46
|
"name",
|
|
42
47
|
"created_at",
|
|
43
48
|
"updated_at"
|
|
44
|
-
]
|
|
49
|
+
],
|
|
50
|
+
"additionalProperties": {}
|
|
45
51
|
},
|
|
46
52
|
"project": {
|
|
47
53
|
"type": "object",
|
|
@@ -62,7 +68,8 @@
|
|
|
62
68
|
}
|
|
63
69
|
]
|
|
64
70
|
}
|
|
65
|
-
}
|
|
71
|
+
},
|
|
72
|
+
"additionalProperties": {}
|
|
66
73
|
},
|
|
67
74
|
"capabilities": {
|
|
68
75
|
"type": "object",
|
|
@@ -76,7 +83,8 @@
|
|
|
76
83
|
},
|
|
77
84
|
"required": [
|
|
78
85
|
"enabled"
|
|
79
|
-
]
|
|
86
|
+
],
|
|
87
|
+
"additionalProperties": {}
|
|
80
88
|
},
|
|
81
89
|
"approval": {
|
|
82
90
|
"type": "object",
|
|
@@ -99,7 +107,8 @@
|
|
|
99
107
|
},
|
|
100
108
|
"required": [
|
|
101
109
|
"default_risk_level"
|
|
102
|
-
]
|
|
110
|
+
],
|
|
111
|
+
"additionalProperties": {}
|
|
103
112
|
},
|
|
104
113
|
"adapters": {
|
|
105
114
|
"type": "object",
|
|
@@ -116,12 +125,14 @@
|
|
|
116
125
|
},
|
|
117
126
|
"required": [
|
|
118
127
|
"enabled"
|
|
119
|
-
]
|
|
128
|
+
],
|
|
129
|
+
"additionalProperties": {}
|
|
120
130
|
}
|
|
121
131
|
},
|
|
122
132
|
"required": [
|
|
123
133
|
"claude-code"
|
|
124
|
-
]
|
|
134
|
+
],
|
|
135
|
+
"additionalProperties": {}
|
|
125
136
|
},
|
|
126
137
|
"git": {
|
|
127
138
|
"type": "object",
|
|
@@ -134,7 +145,8 @@
|
|
|
134
145
|
"commit"
|
|
135
146
|
]
|
|
136
147
|
}
|
|
137
|
-
}
|
|
148
|
+
},
|
|
149
|
+
"additionalProperties": {}
|
|
138
150
|
},
|
|
139
151
|
"import": {
|
|
140
152
|
"type": "object",
|
|
@@ -145,9 +157,79 @@
|
|
|
145
157
|
"items": {
|
|
146
158
|
"type": "string",
|
|
147
159
|
"minLength": 1,
|
|
148
|
-
"pattern": "^(?![~/\\\\])(?![A-Za-z]:)[^\\0\\\\]
|
|
160
|
+
"pattern": "^(?![~/\\\\])(?![A-Za-z]:)(?!\\s)[^\\0\\\\]*[^\\0\\\\\\s]$"
|
|
149
161
|
}
|
|
150
162
|
}
|
|
163
|
+
},
|
|
164
|
+
"additionalProperties": {}
|
|
165
|
+
},
|
|
166
|
+
"repos": {
|
|
167
|
+
"minItems": 1,
|
|
168
|
+
"type": "array",
|
|
169
|
+
"items": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"properties": {
|
|
172
|
+
"path": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"minLength": 1,
|
|
175
|
+
"pattern": "^(?![~/\\\\])(?![A-Za-z]:)(?!\\s)[^\\0\\\\]*[^\\0\\\\\\s]$"
|
|
176
|
+
},
|
|
177
|
+
"visibility": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"enum": [
|
|
180
|
+
"public",
|
|
181
|
+
"private",
|
|
182
|
+
"future-public"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"language": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"enum": [
|
|
188
|
+
"en",
|
|
189
|
+
"ja",
|
|
190
|
+
"en+ja"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"publishes": {
|
|
194
|
+
"type": "array",
|
|
195
|
+
"items": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"kind": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"enum": [
|
|
201
|
+
"web",
|
|
202
|
+
"npm"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"visibility": {
|
|
206
|
+
"type": "string",
|
|
207
|
+
"enum": [
|
|
208
|
+
"public",
|
|
209
|
+
"private",
|
|
210
|
+
"future-public"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"language": {
|
|
214
|
+
"type": "string",
|
|
215
|
+
"enum": [
|
|
216
|
+
"en",
|
|
217
|
+
"ja",
|
|
218
|
+
"en+ja"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"required": [
|
|
223
|
+
"kind"
|
|
224
|
+
],
|
|
225
|
+
"additionalProperties": {}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"required": [
|
|
230
|
+
"path"
|
|
231
|
+
],
|
|
232
|
+
"additionalProperties": {}
|
|
151
233
|
}
|
|
152
234
|
}
|
|
153
235
|
},
|
|
@@ -160,5 +242,6 @@
|
|
|
160
242
|
"approval",
|
|
161
243
|
"adapters",
|
|
162
244
|
"git"
|
|
163
|
-
]
|
|
245
|
+
],
|
|
246
|
+
"additionalProperties": {}
|
|
164
247
|
}
|