@inkeep/open-knowledge 0.9.0-beta.2 → 0.9.0-beta.4

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.
Files changed (46) hide show
  1. package/dist/assets/skills/discovery/SKILL.md +1 -1
  2. package/dist/assets/skills/project/SKILL.md +1 -1
  3. package/dist/cli.mjs +52 -45
  4. package/dist/config-schema.json +110 -0
  5. package/dist/config.project.schema.json +110 -0
  6. package/dist/constants-BM8w0hds.mjs +2 -0
  7. package/dist/{dist-4zOLBY_u.mjs → dist-BXBvUD1t.mjs} +23 -23
  8. package/dist/dist-Ck52TFc0.mjs +1 -0
  9. package/dist/{gh-detect-D2G82zd8.mjs → gh-detect-D7VnGgqQ.mjs} +2 -2
  10. package/dist/index.mjs +1 -1
  11. package/dist/init-DY0Tg0Hn.mjs +281 -0
  12. package/dist/init-g5qA1EwQ.mjs +1 -0
  13. package/dist/loader-B2727ILW.mjs +1 -0
  14. package/dist/{loader-Wnpz-1ow.mjs → loader-CT-f0ckE.mjs} +3 -3
  15. package/dist/preview-ByuVOyc1.mjs +1 -0
  16. package/dist/{preview-Zscldd2i.mjs → preview-CGN29pIo.mjs} +2 -2
  17. package/dist/public/assets/{ActivityModeContent-euFDBS2L.js → ActivityModeContent-23W6IyBi.js} +1 -1
  18. package/dist/public/assets/{DocumentContext-Bp7yI6Mn.js → DocumentContext-SHvJNWIX.js} +27 -24
  19. package/dist/public/assets/{GraphPanel-DpS0IXil.js → GraphPanel-DVJ6eGSP.js} +1 -1
  20. package/dist/public/assets/{SettingsDialogBody-ClHbgcbu.js → SettingsDialogBody-DZKro5Ny.js} +1 -1
  21. package/dist/public/assets/{SourceEditor-M7KxwQRi.js → SourceEditor-AKMYQzoN.js} +1 -1
  22. package/dist/public/assets/{config-validation-events-CWtBjAEw.js → config-validation-events-D8972EJ5.js} +5 -5
  23. package/dist/public/assets/{index-DRNL8oa_.js → index-DzW0JF0b.js} +12 -12
  24. package/dist/public/assets/{prop-types-D4y0ShsN.js → prop-types-cyYYFQkG.js} +131 -131
  25. package/dist/public/assets/{target-navigation-intent-BkZKsDIN.js → target-navigation-intent-DAk_BTjV.js} +1 -1
  26. package/dist/public/assets/{toggle-group-CyqGfiPk.js → toggle-group-niHrqjkN.js} +1 -1
  27. package/dist/public/assets/{typing-burst-detector-BsID0itC.js → typing-burst-detector-ujD0pffB.js} +1 -1
  28. package/dist/public/index.html +7 -7
  29. package/dist/{repair-launch-json-Bjb-STMp.mjs → repair-launch-json-BYRMkqp3.mjs} +2 -2
  30. package/dist/{repair-mcp-configs-B9rXr-qZ.mjs → repair-mcp-configs-BwHZViW-.mjs} +2 -2
  31. package/dist/{repair-skills-D8MBEWb0.mjs → repair-skills-Cm2uNESR.mjs} +2 -2
  32. package/dist/repair-skills-cKMnX9L9.mjs +1 -0
  33. package/dist/schemas/v0/config.project.schema.json +110 -0
  34. package/dist/{src-Cgr60f7p.mjs → src-BDiegEyp.mjs} +2 -2
  35. package/dist/start-BH8M2iSB.mjs +1 -0
  36. package/dist/{start-CyX9WBkT.mjs → start-CcdbaFqg.mjs} +2 -2
  37. package/dist/{write-project-skill-CGyX2Ibf.mjs → write-project-skill-G5GcPARq.mjs} +2 -2
  38. package/package.json +1 -1
  39. package/dist/constants-CER6xX3y.mjs +0 -2
  40. package/dist/dist-CH5d3MtO.mjs +0 -1
  41. package/dist/init-BB2m7KMd.mjs +0 -1
  42. package/dist/init-BE5tJ7yP.mjs +0 -281
  43. package/dist/loader-CNSlajs5.mjs +0 -1
  44. package/dist/preview-pecQcyyw.mjs +0 -1
  45. package/dist/repair-skills-4iOcKqG5.mjs +0 -1
  46. package/dist/start-DXmpMpKP.mjs +0 -1
@@ -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": {}
@@ -0,0 +1,2 @@
1
+ import"./dist-BXBvUD1t.mjs";var e=`0.9.0-beta.4`;const t=`config.yml`,n=e;export{n,t};
2
+ //# sourceMappingURL=constants-BM8w0hds.mjs.map