@inkeep/open-knowledge 0.9.0-beta.3 → 0.9.0-beta.5
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/assets/skills/discovery/SKILL.md +1 -1
- package/dist/assets/skills/project/SKILL.md +1 -1
- package/dist/cli.mjs +52 -45
- package/dist/config-schema.json +110 -0
- package/dist/config.project.schema.json +110 -0
- package/dist/constants-Bz06c8hN.mjs +2 -0
- package/dist/{dist-4zOLBY_u.mjs → dist-BkOSFGR2.mjs} +24 -24
- package/dist/dist-CcwJUIV6.mjs +1 -0
- package/dist/{gh-detect-D2G82zd8.mjs → gh-detect-CXkelKVd.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/init-DwLGKHOJ.mjs +281 -0
- package/dist/init-jTViq3OZ.mjs +1 -0
- package/dist/loader-B0gRV8ky.mjs +1 -0
- package/dist/{loader-B94xxhF4.mjs → loader-DwAApXf7.mjs} +3 -3
- package/dist/{preview-IowgpgUV.mjs → preview-DQUlTvw4.mjs} +2 -2
- package/dist/preview-le3hO-Wh.mjs +1 -0
- package/dist/public/assets/{ActivityModeContent-VeLmGStY.js → ActivityModeContent-DJXpiZd9.js} +1 -1
- package/dist/public/assets/{DocumentContext-DyWq88Oi.js → DocumentContext-DTuvLW_x.js} +3 -3
- package/dist/public/assets/{GraphPanel-DpS0IXil.js → GraphPanel-CkyBCnW-.js} +1 -1
- package/dist/public/assets/{SettingsDialogBody-TFMYbspP.js → SettingsDialogBody-BaPvetlg.js} +2 -2
- package/dist/public/assets/SourceEditor-B1_Gixe_.js +2 -0
- package/dist/public/assets/{config-validation-events-BHhT2sfB.js → config-validation-events-BL3EPRrw.js} +5 -5
- package/dist/public/assets/index-D1S1GyyV.js +1914 -0
- package/dist/public/assets/{index-D77KFmom.css → index-D4TqB27u.css} +1 -1
- package/dist/public/assets/{prop-types-D4y0ShsN.js → prop-types-CMBUMzzz.js} +131 -131
- package/dist/public/assets/{target-navigation-intent-BkZKsDIN.js → target-navigation-intent-DK3GQaQx.js} +1 -1
- package/dist/public/assets/{toggle-group-CyqGfiPk.js → toggle-group-Dx4VUJtk.js} +1 -1
- package/dist/public/assets/{typing-burst-detector--VqS1pLF.js → typing-burst-detector-BC-nkePC.js} +2 -2
- package/dist/public/index.html +8 -8
- package/dist/{repair-launch-json-CGiRd0Ba.mjs → repair-launch-json-vIRa-3co.mjs} +2 -2
- package/dist/{repair-mcp-configs-cFyopRVT.mjs → repair-mcp-configs-Dlc--ykk.mjs} +2 -2
- package/dist/repair-skills-9sqdgFxP.mjs +1 -0
- package/dist/{repair-skills-D8MBEWb0.mjs → repair-skills-B2NKABTJ.mjs} +2 -2
- package/dist/schemas/v0/config.project.schema.json +110 -0
- package/dist/{src-anqXmWoa.mjs → src-iCrNc821.mjs} +2 -2
- package/dist/{start-CBJ696UQ.mjs → start-7ediTKw1.mjs} +2 -2
- package/dist/start-DLG9QOtB.mjs +1 -0
- package/dist/{write-project-skill-CGyX2Ibf.mjs → write-project-skill-Dol4FEz9.mjs} +2 -2
- package/package.json +1 -1
- package/dist/constants-BtpEAF0U.mjs +0 -2
- package/dist/dist-CH5d3MtO.mjs +0 -1
- package/dist/init-C5-3hvkY.mjs +0 -1
- package/dist/init-Cu0mEDcn.mjs +0 -281
- package/dist/loader-CkKuTgTE.mjs +0 -1
- package/dist/preview-F-HynLDz.mjs +0 -1
- package/dist/public/assets/SourceEditor-BmMfcBsg.js +0 -2
- package/dist/public/assets/index-BVuC-cVt.js +0 -1914
- package/dist/repair-skills-4iOcKqG5.mjs +0 -1
- package/dist/start-Bq_IuUTr.mjs +0 -1
package/dist/config-schema.json
CHANGED
|
@@ -134,6 +134,116 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"additionalProperties": {}
|
|
137
|
+
},
|
|
138
|
+
"telemetry": {
|
|
139
|
+
"default": {
|
|
140
|
+
"localSink": {
|
|
141
|
+
"enabled": true,
|
|
142
|
+
"spans": {
|
|
143
|
+
"maxBytes": 52428800
|
|
144
|
+
},
|
|
145
|
+
"logs": {
|
|
146
|
+
"maxBytes": 26214400
|
|
147
|
+
},
|
|
148
|
+
"attributeDenylist": [
|
|
149
|
+
"authorization",
|
|
150
|
+
"auth.token",
|
|
151
|
+
"auth.bearer",
|
|
152
|
+
"cookie",
|
|
153
|
+
"set-cookie",
|
|
154
|
+
"x-api-key",
|
|
155
|
+
"password",
|
|
156
|
+
"secret"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"type": "object",
|
|
161
|
+
"properties": {
|
|
162
|
+
"localSink": {
|
|
163
|
+
"default": {
|
|
164
|
+
"enabled": true,
|
|
165
|
+
"spans": {
|
|
166
|
+
"maxBytes": 52428800
|
|
167
|
+
},
|
|
168
|
+
"logs": {
|
|
169
|
+
"maxBytes": 26214400
|
|
170
|
+
},
|
|
171
|
+
"attributeDenylist": [
|
|
172
|
+
"authorization",
|
|
173
|
+
"auth.token",
|
|
174
|
+
"auth.bearer",
|
|
175
|
+
"cookie",
|
|
176
|
+
"set-cookie",
|
|
177
|
+
"x-api-key",
|
|
178
|
+
"password",
|
|
179
|
+
"secret"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"type": "object",
|
|
183
|
+
"properties": {
|
|
184
|
+
"enabled": {
|
|
185
|
+
"default": true,
|
|
186
|
+
"type": "boolean",
|
|
187
|
+
"scope": "project",
|
|
188
|
+
"agentSettable": false,
|
|
189
|
+
"defaultScope": "project"
|
|
190
|
+
},
|
|
191
|
+
"spans": {
|
|
192
|
+
"default": {
|
|
193
|
+
"maxBytes": 52428800
|
|
194
|
+
},
|
|
195
|
+
"type": "object",
|
|
196
|
+
"properties": {
|
|
197
|
+
"maxBytes": {
|
|
198
|
+
"default": 52428800,
|
|
199
|
+
"type": "number",
|
|
200
|
+
"scope": "project",
|
|
201
|
+
"agentSettable": false,
|
|
202
|
+
"defaultScope": "project"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"additionalProperties": {}
|
|
206
|
+
},
|
|
207
|
+
"logs": {
|
|
208
|
+
"default": {
|
|
209
|
+
"maxBytes": 26214400
|
|
210
|
+
},
|
|
211
|
+
"type": "object",
|
|
212
|
+
"properties": {
|
|
213
|
+
"maxBytes": {
|
|
214
|
+
"default": 26214400,
|
|
215
|
+
"type": "number",
|
|
216
|
+
"scope": "project",
|
|
217
|
+
"agentSettable": false,
|
|
218
|
+
"defaultScope": "project"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"additionalProperties": {}
|
|
222
|
+
},
|
|
223
|
+
"attributeDenylist": {
|
|
224
|
+
"default": [
|
|
225
|
+
"authorization",
|
|
226
|
+
"auth.token",
|
|
227
|
+
"auth.bearer",
|
|
228
|
+
"cookie",
|
|
229
|
+
"set-cookie",
|
|
230
|
+
"x-api-key",
|
|
231
|
+
"password",
|
|
232
|
+
"secret"
|
|
233
|
+
],
|
|
234
|
+
"type": "array",
|
|
235
|
+
"items": {
|
|
236
|
+
"type": "string"
|
|
237
|
+
},
|
|
238
|
+
"scope": "project",
|
|
239
|
+
"agentSettable": false,
|
|
240
|
+
"defaultScope": "project"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"additionalProperties": {}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"additionalProperties": {}
|
|
137
247
|
}
|
|
138
248
|
},
|
|
139
249
|
"additionalProperties": {}
|
|
@@ -60,6 +60,116 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"additionalProperties": {}
|
|
63
|
+
},
|
|
64
|
+
"telemetry": {
|
|
65
|
+
"default": {
|
|
66
|
+
"localSink": {
|
|
67
|
+
"enabled": true,
|
|
68
|
+
"spans": {
|
|
69
|
+
"maxBytes": 52428800
|
|
70
|
+
},
|
|
71
|
+
"logs": {
|
|
72
|
+
"maxBytes": 26214400
|
|
73
|
+
},
|
|
74
|
+
"attributeDenylist": [
|
|
75
|
+
"authorization",
|
|
76
|
+
"auth.token",
|
|
77
|
+
"auth.bearer",
|
|
78
|
+
"cookie",
|
|
79
|
+
"set-cookie",
|
|
80
|
+
"x-api-key",
|
|
81
|
+
"password",
|
|
82
|
+
"secret"
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"localSink": {
|
|
89
|
+
"default": {
|
|
90
|
+
"enabled": true,
|
|
91
|
+
"spans": {
|
|
92
|
+
"maxBytes": 52428800
|
|
93
|
+
},
|
|
94
|
+
"logs": {
|
|
95
|
+
"maxBytes": 26214400
|
|
96
|
+
},
|
|
97
|
+
"attributeDenylist": [
|
|
98
|
+
"authorization",
|
|
99
|
+
"auth.token",
|
|
100
|
+
"auth.bearer",
|
|
101
|
+
"cookie",
|
|
102
|
+
"set-cookie",
|
|
103
|
+
"x-api-key",
|
|
104
|
+
"password",
|
|
105
|
+
"secret"
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"enabled": {
|
|
111
|
+
"default": true,
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"scope": "project",
|
|
114
|
+
"agentSettable": false,
|
|
115
|
+
"defaultScope": "project"
|
|
116
|
+
},
|
|
117
|
+
"spans": {
|
|
118
|
+
"default": {
|
|
119
|
+
"maxBytes": 52428800
|
|
120
|
+
},
|
|
121
|
+
"type": "object",
|
|
122
|
+
"properties": {
|
|
123
|
+
"maxBytes": {
|
|
124
|
+
"default": 52428800,
|
|
125
|
+
"type": "number",
|
|
126
|
+
"scope": "project",
|
|
127
|
+
"agentSettable": false,
|
|
128
|
+
"defaultScope": "project"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"additionalProperties": {}
|
|
132
|
+
},
|
|
133
|
+
"logs": {
|
|
134
|
+
"default": {
|
|
135
|
+
"maxBytes": 26214400
|
|
136
|
+
},
|
|
137
|
+
"type": "object",
|
|
138
|
+
"properties": {
|
|
139
|
+
"maxBytes": {
|
|
140
|
+
"default": 26214400,
|
|
141
|
+
"type": "number",
|
|
142
|
+
"scope": "project",
|
|
143
|
+
"agentSettable": false,
|
|
144
|
+
"defaultScope": "project"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"additionalProperties": {}
|
|
148
|
+
},
|
|
149
|
+
"attributeDenylist": {
|
|
150
|
+
"default": [
|
|
151
|
+
"authorization",
|
|
152
|
+
"auth.token",
|
|
153
|
+
"auth.bearer",
|
|
154
|
+
"cookie",
|
|
155
|
+
"set-cookie",
|
|
156
|
+
"x-api-key",
|
|
157
|
+
"password",
|
|
158
|
+
"secret"
|
|
159
|
+
],
|
|
160
|
+
"type": "array",
|
|
161
|
+
"items": {
|
|
162
|
+
"type": "string"
|
|
163
|
+
},
|
|
164
|
+
"scope": "project",
|
|
165
|
+
"agentSettable": false,
|
|
166
|
+
"defaultScope": "project"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"additionalProperties": {}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"additionalProperties": {}
|
|
63
173
|
}
|
|
64
174
|
},
|
|
65
175
|
"additionalProperties": {}
|