@contractspec/example.knowledge-canon 1.62.0 → 2.1.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.
- package/.turbo/turbo-build.log +11 -11
- package/CHANGELOG.md +79 -45
- package/dist/agent.d.ts +2 -3
- package/dist/blueprint.d.ts +1 -2
- package/dist/blueprint.js +1 -1
- package/dist/browser/blueprint.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/docs/knowledge-canon.docblock.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +3 -3
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/docs/knowledge-canon.docblock.d.ts +0 -1
- package/dist/docs/knowledge-canon.docblock.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +3 -3
- package/dist/node/blueprint.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/docs/knowledge-canon.docblock.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +3 -3
- package/dist/source.sample.d.ts +1 -2
- package/dist/tenant.d.ts +1 -2
- package/package.json +5 -5
- package/src/agent.ts +1 -1
- package/src/blueprint.ts +2 -2
- package/src/docs/knowledge-canon.docblock.ts +2 -2
- package/src/example.ts +1 -1
- package/src/source.sample.ts +1 -1
- package/src/tenant.ts +1 -1
- package/dist/agent.d.ts.map +0 -1
- package/dist/blueprint.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/docs/knowledge-canon.docblock.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/source.sample.d.ts.map +0 -1
- package/dist/tenant.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,23 +3,23 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=8
|
|
6
|
-
Bundled 8 modules in
|
|
6
|
+
Bundled 8 modules in 42ms
|
|
7
7
|
|
|
8
8
|
./agent.js 1.0 KB (entry point)
|
|
9
|
-
./index.js
|
|
10
|
-
./blueprint.js 0.
|
|
11
|
-
docs/index.js 1.
|
|
12
|
-
docs/knowledge-canon.docblock.js 1.
|
|
9
|
+
./index.js 6.00 KB (entry point)
|
|
10
|
+
./blueprint.js 0.83 KB (entry point)
|
|
11
|
+
docs/index.js 1.68 KB (entry point)
|
|
12
|
+
docs/knowledge-canon.docblock.js 1.68 KB (entry point)
|
|
13
13
|
./example.js 1.0 KB (entry point)
|
|
14
14
|
./source.sample.js 0.67 KB (entry point)
|
|
15
15
|
./tenant.js 0.85 KB (entry point)
|
|
16
16
|
|
|
17
17
|
[contractspec-bun-build] transpile target=node root=src entries=8
|
|
18
|
-
Bundled 8 modules in
|
|
18
|
+
Bundled 8 modules in 57ms
|
|
19
19
|
|
|
20
20
|
./agent.js 0.99 KB (entry point)
|
|
21
|
-
./index.js 5.
|
|
22
|
-
./blueprint.js 0.
|
|
21
|
+
./index.js 5.98 KB (entry point)
|
|
22
|
+
./blueprint.js 0.82 KB (entry point)
|
|
23
23
|
docs/index.js 1.66 KB (entry point)
|
|
24
24
|
docs/knowledge-canon.docblock.js 1.66 KB (entry point)
|
|
25
25
|
./example.js 1.0 KB (entry point)
|
|
@@ -27,11 +27,11 @@ Bundled 8 modules in 17ms
|
|
|
27
27
|
./tenant.js 0.84 KB (entry point)
|
|
28
28
|
|
|
29
29
|
[contractspec-bun-build] transpile target=browser root=src entries=8
|
|
30
|
-
Bundled 8 modules in
|
|
30
|
+
Bundled 8 modules in 30ms
|
|
31
31
|
|
|
32
32
|
./agent.js 0.99 KB (entry point)
|
|
33
|
-
./index.js 5.
|
|
34
|
-
./blueprint.js 0.
|
|
33
|
+
./index.js 5.98 KB (entry point)
|
|
34
|
+
./blueprint.js 0.82 KB (entry point)
|
|
35
35
|
docs/index.js 1.66 KB (entry point)
|
|
36
36
|
docs/knowledge-canon.docblock.js 1.66 KB (entry point)
|
|
37
37
|
./example.js 1.0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @contractspec/example.knowledge-canon
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
|
|
16
|
+
## 2.0.0
|
|
17
|
+
|
|
18
|
+
### Major Changes
|
|
19
|
+
|
|
20
|
+
- a09bafc: feat: optimize performance
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 7f3203a: fix: make workspace test runs resilient when packages have no tests
|
|
25
|
+
|
|
26
|
+
Updates package test scripts to pass cleanly when no matching test files exist:
|
|
27
|
+
- Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
|
|
28
|
+
- Uses `jest --passWithNoTests` for the UI kit web package.
|
|
29
|
+
- Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
|
|
30
|
+
|
|
31
|
+
This keeps `turbo run test` deterministic across the monorepo while preserving existing test execution behavior where tests are present.
|
|
32
|
+
|
|
33
|
+
- Updated dependencies [a09bafc]
|
|
34
|
+
- Updated dependencies [f152678]
|
|
35
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
36
|
+
|
|
3
37
|
## 1.62.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
|
@@ -21,7 +55,7 @@
|
|
|
21
55
|
### Patch Changes
|
|
22
56
|
|
|
23
57
|
- Updated dependencies [374fd71]
|
|
24
|
-
- @contractspec/lib.contracts@1.61.0
|
|
58
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
25
59
|
|
|
26
60
|
## 1.60.0
|
|
27
61
|
|
|
@@ -32,7 +66,7 @@
|
|
|
32
66
|
### Patch Changes
|
|
33
67
|
|
|
34
68
|
- Updated dependencies
|
|
35
|
-
- @contractspec/lib.contracts@1.60.0
|
|
69
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
36
70
|
|
|
37
71
|
## 1.59.0
|
|
38
72
|
|
|
@@ -43,7 +77,7 @@
|
|
|
43
77
|
### Patch Changes
|
|
44
78
|
|
|
45
79
|
- Updated dependencies [1a0cf44]
|
|
46
|
-
- @contractspec/lib.contracts@1.59.0
|
|
80
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
47
81
|
|
|
48
82
|
## 1.58.0
|
|
49
83
|
|
|
@@ -55,7 +89,7 @@
|
|
|
55
89
|
|
|
56
90
|
- Updated dependencies [d1f0fd0]
|
|
57
91
|
- Updated dependencies [4355a9e]
|
|
58
|
-
- @contractspec/lib.contracts@1.58.0
|
|
92
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
59
93
|
|
|
60
94
|
## 1.57.0
|
|
61
95
|
|
|
@@ -71,7 +105,7 @@
|
|
|
71
105
|
- Updated dependencies [4651e06]
|
|
72
106
|
- Updated dependencies [ad9d10a]
|
|
73
107
|
- Updated dependencies [11a5a05]
|
|
74
|
-
- @contractspec/lib.contracts@1.57.0
|
|
108
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
75
109
|
|
|
76
110
|
## 1.56.1
|
|
77
111
|
|
|
@@ -79,7 +113,7 @@
|
|
|
79
113
|
|
|
80
114
|
- fix: improve publish config
|
|
81
115
|
- Updated dependencies
|
|
82
|
-
- @contractspec/lib.contracts@1.56.1
|
|
116
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
83
117
|
|
|
84
118
|
## 1.56.0
|
|
85
119
|
|
|
@@ -90,7 +124,7 @@
|
|
|
90
124
|
### Patch Changes
|
|
91
125
|
|
|
92
126
|
- Updated dependencies
|
|
93
|
-
- @contractspec/lib.contracts@1.56.0
|
|
127
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
94
128
|
|
|
95
129
|
## 1.55.0
|
|
96
130
|
|
|
@@ -101,7 +135,7 @@
|
|
|
101
135
|
### Patch Changes
|
|
102
136
|
|
|
103
137
|
- Updated dependencies
|
|
104
|
-
- @contractspec/lib.contracts@1.55.0
|
|
138
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
105
139
|
|
|
106
140
|
## 1.54.0
|
|
107
141
|
|
|
@@ -112,7 +146,7 @@
|
|
|
112
146
|
### Patch Changes
|
|
113
147
|
|
|
114
148
|
- Updated dependencies [ec5e95c]
|
|
115
|
-
- @contractspec/lib.contracts@1.54.0
|
|
149
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
116
150
|
|
|
117
151
|
## 1.53.0
|
|
118
152
|
|
|
@@ -125,7 +159,7 @@
|
|
|
125
159
|
- Updated dependencies [5b371b1]
|
|
126
160
|
- Updated dependencies [f4180d4]
|
|
127
161
|
- Updated dependencies [64d84e1]
|
|
128
|
-
- @contractspec/lib.contracts@1.53.0
|
|
162
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
129
163
|
|
|
130
164
|
## 1.52.0
|
|
131
165
|
|
|
@@ -136,7 +170,7 @@
|
|
|
136
170
|
### Patch Changes
|
|
137
171
|
|
|
138
172
|
- Updated dependencies [d93e6a9]
|
|
139
|
-
- @contractspec/lib.contracts@1.52.0
|
|
173
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
140
174
|
|
|
141
175
|
## 1.51.0
|
|
142
176
|
|
|
@@ -149,7 +183,7 @@
|
|
|
149
183
|
- Updated dependencies [23e46e9]
|
|
150
184
|
- Updated dependencies [ad1f852]
|
|
151
185
|
- Updated dependencies [e6faefb]
|
|
152
|
-
- @contractspec/lib.contracts@1.51.0
|
|
186
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
153
187
|
|
|
154
188
|
## 1.50.0
|
|
155
189
|
|
|
@@ -160,7 +194,7 @@
|
|
|
160
194
|
### Patch Changes
|
|
161
195
|
|
|
162
196
|
- Updated dependencies [5325d6b]
|
|
163
|
-
- @contractspec/lib.contracts@1.50.0
|
|
197
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
164
198
|
|
|
165
199
|
## 1.49.0
|
|
166
200
|
|
|
@@ -171,14 +205,14 @@
|
|
|
171
205
|
### Patch Changes
|
|
172
206
|
|
|
173
207
|
- Updated dependencies [cafd041]
|
|
174
|
-
- @contractspec/lib.contracts@1.49.0
|
|
208
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
175
209
|
|
|
176
210
|
## 1.48.1
|
|
177
211
|
|
|
178
212
|
### Patch Changes
|
|
179
213
|
|
|
180
214
|
- Updated dependencies [c560ee7]
|
|
181
|
-
- @contractspec/lib.contracts@1.48.1
|
|
215
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
182
216
|
|
|
183
217
|
## 1.48.0
|
|
184
218
|
|
|
@@ -189,7 +223,7 @@
|
|
|
189
223
|
### Patch Changes
|
|
190
224
|
|
|
191
225
|
- Updated dependencies [b0444a4]
|
|
192
|
-
- @contractspec/lib.contracts@1.48.0
|
|
226
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
193
227
|
|
|
194
228
|
## 1.47.0
|
|
195
229
|
|
|
@@ -210,7 +244,7 @@
|
|
|
210
244
|
- Updated dependencies [c231a8b]
|
|
211
245
|
- Updated dependencies [42b8d78]
|
|
212
246
|
- Updated dependencies [fd38e85]
|
|
213
|
-
- @contractspec/lib.contracts@1.47.0
|
|
247
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
214
248
|
|
|
215
249
|
## 1.46.2
|
|
216
250
|
|
|
@@ -218,7 +252,7 @@
|
|
|
218
252
|
|
|
219
253
|
- 7e21625: feat: library services (landing page & api)
|
|
220
254
|
- Updated dependencies [7e21625]
|
|
221
|
-
- @contractspec/lib.contracts@1.46.2
|
|
255
|
+
- @contractspec/lib.contracts-spec@1.46.2
|
|
222
256
|
|
|
223
257
|
## 1.46.1
|
|
224
258
|
|
|
@@ -226,7 +260,7 @@
|
|
|
226
260
|
|
|
227
261
|
- 2d8a72b: fix: mcp for presentation
|
|
228
262
|
- Updated dependencies [2d8a72b]
|
|
229
|
-
- @contractspec/lib.contracts@1.46.1
|
|
263
|
+
- @contractspec/lib.contracts-spec@1.46.1
|
|
230
264
|
|
|
231
265
|
## 1.46.0
|
|
232
266
|
|
|
@@ -237,7 +271,7 @@
|
|
|
237
271
|
### Patch Changes
|
|
238
272
|
|
|
239
273
|
- Updated dependencies [07cb19b]
|
|
240
|
-
- @contractspec/lib.contracts@1.46.0
|
|
274
|
+
- @contractspec/lib.contracts-spec@1.46.0
|
|
241
275
|
|
|
242
276
|
## 1.45.6
|
|
243
277
|
|
|
@@ -245,7 +279,7 @@
|
|
|
245
279
|
|
|
246
280
|
- a913074: feat: improve ai agents rules management"
|
|
247
281
|
- Updated dependencies [a913074]
|
|
248
|
-
- @contractspec/lib.contracts@1.45.6
|
|
282
|
+
- @contractspec/lib.contracts-spec@1.45.6
|
|
249
283
|
|
|
250
284
|
## 1.45.5
|
|
251
285
|
|
|
@@ -253,7 +287,7 @@
|
|
|
253
287
|
|
|
254
288
|
- 9ddd7fa: feat: improve versioning
|
|
255
289
|
- Updated dependencies [9ddd7fa]
|
|
256
|
-
- @contractspec/lib.contracts@1.45.5
|
|
290
|
+
- @contractspec/lib.contracts-spec@1.45.5
|
|
257
291
|
|
|
258
292
|
## 1.45.4
|
|
259
293
|
|
|
@@ -261,7 +295,7 @@
|
|
|
261
295
|
|
|
262
296
|
- fix: github action
|
|
263
297
|
- Updated dependencies
|
|
264
|
-
- @contractspec/lib.contracts@1.45.4
|
|
298
|
+
- @contractspec/lib.contracts-spec@1.45.4
|
|
265
299
|
|
|
266
300
|
## 1.45.3
|
|
267
301
|
|
|
@@ -269,7 +303,7 @@
|
|
|
269
303
|
|
|
270
304
|
- e74ea9e: feat: version management
|
|
271
305
|
- Updated dependencies [e74ea9e]
|
|
272
|
-
- @contractspec/lib.contracts@1.45.3
|
|
306
|
+
- @contractspec/lib.contracts-spec@1.45.3
|
|
273
307
|
|
|
274
308
|
## 1.45.2
|
|
275
309
|
|
|
@@ -277,7 +311,7 @@
|
|
|
277
311
|
|
|
278
312
|
- 39ca241: code cleaning
|
|
279
313
|
- Updated dependencies [39ca241]
|
|
280
|
-
- @contractspec/lib.contracts@1.45.2
|
|
314
|
+
- @contractspec/lib.contracts-spec@1.45.2
|
|
281
315
|
|
|
282
316
|
## 1.45.1
|
|
283
317
|
|
|
@@ -285,7 +319,7 @@
|
|
|
285
319
|
|
|
286
320
|
- feat: improve app config and examples contracts
|
|
287
321
|
- Updated dependencies
|
|
288
|
-
- @contractspec/lib.contracts@1.45.1
|
|
322
|
+
- @contractspec/lib.contracts-spec@1.45.1
|
|
289
323
|
- @contractspec/lib.schema@1.45.1
|
|
290
324
|
|
|
291
325
|
## 1.45.0
|
|
@@ -311,7 +345,7 @@
|
|
|
311
345
|
### Patch Changes
|
|
312
346
|
|
|
313
347
|
- Updated dependencies [e73ca1d]
|
|
314
|
-
- @contractspec/lib.contracts@1.45.0
|
|
348
|
+
- @contractspec/lib.contracts-spec@1.45.0
|
|
315
349
|
- @contractspec/lib.schema@1.45.0
|
|
316
350
|
|
|
317
351
|
## 1.44.1
|
|
@@ -320,7 +354,7 @@
|
|
|
320
354
|
|
|
321
355
|
- 3c594fb: fix
|
|
322
356
|
- Updated dependencies [3c594fb]
|
|
323
|
-
- @contractspec/lib.contracts@1.44.1
|
|
357
|
+
- @contractspec/lib.contracts-spec@1.44.1
|
|
324
358
|
- @contractspec/lib.schema@1.44.1
|
|
325
359
|
|
|
326
360
|
## 1.44.0
|
|
@@ -332,7 +366,7 @@
|
|
|
332
366
|
### Patch Changes
|
|
333
367
|
|
|
334
368
|
- Updated dependencies [5f3a868]
|
|
335
|
-
- @contractspec/lib.contracts@1.44.0
|
|
369
|
+
- @contractspec/lib.contracts-spec@1.44.0
|
|
336
370
|
- @contractspec/lib.schema@1.44.0
|
|
337
371
|
|
|
338
372
|
## 1.43.4
|
|
@@ -341,7 +375,7 @@
|
|
|
341
375
|
|
|
342
376
|
- 9216062: fix: cross-platform compatibility
|
|
343
377
|
- Updated dependencies [9216062]
|
|
344
|
-
- @contractspec/lib.contracts@1.43.4
|
|
378
|
+
- @contractspec/lib.contracts-spec@1.43.4
|
|
345
379
|
- @contractspec/lib.schema@1.43.3
|
|
346
380
|
|
|
347
381
|
## 1.43.3
|
|
@@ -350,7 +384,7 @@
|
|
|
350
384
|
|
|
351
385
|
- 24d9759: improve documentation
|
|
352
386
|
- Updated dependencies [24d9759]
|
|
353
|
-
- @contractspec/lib.contracts@1.43.3
|
|
387
|
+
- @contractspec/lib.contracts-spec@1.43.3
|
|
354
388
|
- @contractspec/lib.schema@1.43.2
|
|
355
389
|
|
|
356
390
|
## 1.43.2
|
|
@@ -359,7 +393,7 @@
|
|
|
359
393
|
|
|
360
394
|
- e147271: fix: improve stability
|
|
361
395
|
- Updated dependencies [e147271]
|
|
362
|
-
- @contractspec/lib.contracts@1.43.2
|
|
396
|
+
- @contractspec/lib.contracts-spec@1.43.2
|
|
363
397
|
- @contractspec/lib.schema@1.43.1
|
|
364
398
|
|
|
365
399
|
## 1.43.1
|
|
@@ -367,7 +401,7 @@
|
|
|
367
401
|
### Patch Changes
|
|
368
402
|
|
|
369
403
|
- Updated dependencies [f28fdad]
|
|
370
|
-
- @contractspec/lib.contracts@1.43.1
|
|
404
|
+
- @contractspec/lib.contracts-spec@1.43.1
|
|
371
405
|
|
|
372
406
|
## 1.43.0
|
|
373
407
|
|
|
@@ -378,7 +412,7 @@
|
|
|
378
412
|
### Patch Changes
|
|
379
413
|
|
|
380
414
|
- Updated dependencies [042d072]
|
|
381
|
-
- @contractspec/lib.contracts@1.43.0
|
|
415
|
+
- @contractspec/lib.contracts-spec@1.43.0
|
|
382
416
|
- @contractspec/lib.schema@1.43.0
|
|
383
417
|
|
|
384
418
|
## 1.42.10
|
|
@@ -387,7 +421,7 @@
|
|
|
387
421
|
|
|
388
422
|
- 1e6a0f1: fix: mcp server
|
|
389
423
|
- Updated dependencies [1e6a0f1]
|
|
390
|
-
- @contractspec/lib.contracts@1.42.10
|
|
424
|
+
- @contractspec/lib.contracts-spec@1.42.10
|
|
391
425
|
- @contractspec/lib.schema@1.42.10
|
|
392
426
|
|
|
393
427
|
## 1.42.9
|
|
@@ -396,7 +430,7 @@
|
|
|
396
430
|
|
|
397
431
|
- 9281db7: fix ModelRegistry
|
|
398
432
|
- Updated dependencies [9281db7]
|
|
399
|
-
- @contractspec/lib.contracts@1.42.9
|
|
433
|
+
- @contractspec/lib.contracts-spec@1.42.9
|
|
400
434
|
- @contractspec/lib.schema@1.42.9
|
|
401
435
|
|
|
402
436
|
## 1.42.8
|
|
@@ -405,7 +439,7 @@
|
|
|
405
439
|
|
|
406
440
|
- e07b5ac: fix
|
|
407
441
|
- Updated dependencies [e07b5ac]
|
|
408
|
-
- @contractspec/lib.contracts@1.42.8
|
|
442
|
+
- @contractspec/lib.contracts-spec@1.42.8
|
|
409
443
|
- @contractspec/lib.schema@1.42.8
|
|
410
444
|
|
|
411
445
|
## 1.42.7
|
|
@@ -414,7 +448,7 @@
|
|
|
414
448
|
|
|
415
449
|
- e9b575d: fix release
|
|
416
450
|
- Updated dependencies [e9b575d]
|
|
417
|
-
- @contractspec/lib.contracts@1.42.7
|
|
451
|
+
- @contractspec/lib.contracts-spec@1.42.7
|
|
418
452
|
- @contractspec/lib.schema@1.42.7
|
|
419
453
|
|
|
420
454
|
## 1.42.6
|
|
@@ -423,7 +457,7 @@
|
|
|
423
457
|
|
|
424
458
|
- 1500242: fix tooling
|
|
425
459
|
- Updated dependencies [1500242]
|
|
426
|
-
- @contractspec/lib.contracts@1.42.6
|
|
460
|
+
- @contractspec/lib.contracts-spec@1.42.6
|
|
427
461
|
- @contractspec/lib.schema@1.42.6
|
|
428
462
|
|
|
429
463
|
## 1.42.5
|
|
@@ -432,7 +466,7 @@
|
|
|
432
466
|
|
|
433
467
|
- 1299719: fix vscode
|
|
434
468
|
- Updated dependencies [1299719]
|
|
435
|
-
- @contractspec/lib.contracts@1.42.5
|
|
469
|
+
- @contractspec/lib.contracts-spec@1.42.5
|
|
436
470
|
- @contractspec/lib.schema@1.42.5
|
|
437
471
|
|
|
438
472
|
## 1.42.4
|
|
@@ -441,7 +475,7 @@
|
|
|
441
475
|
|
|
442
476
|
- ac28b99: fix: generate from openapi
|
|
443
477
|
- Updated dependencies [ac28b99]
|
|
444
|
-
- @contractspec/lib.contracts@1.42.4
|
|
478
|
+
- @contractspec/lib.contracts-spec@1.42.4
|
|
445
479
|
- @contractspec/lib.schema@1.42.4
|
|
446
480
|
|
|
447
481
|
## 1.42.3
|
|
@@ -450,7 +484,7 @@
|
|
|
450
484
|
|
|
451
485
|
- 3f5d015: fix(tooling): cicd
|
|
452
486
|
- Updated dependencies [3f5d015]
|
|
453
|
-
- @contractspec/lib.contracts@1.42.3
|
|
487
|
+
- @contractspec/lib.contracts-spec@1.42.3
|
|
454
488
|
- @contractspec/lib.schema@1.42.3
|
|
455
489
|
|
|
456
490
|
## 1.42.2
|
|
@@ -459,7 +493,7 @@
|
|
|
459
493
|
|
|
460
494
|
- 1f9ac4c: fix
|
|
461
495
|
- Updated dependencies [1f9ac4c]
|
|
462
|
-
- @contractspec/lib.contracts@1.42.2
|
|
496
|
+
- @contractspec/lib.contracts-spec@1.42.2
|
|
463
497
|
- @contractspec/lib.schema@1.42.2
|
|
464
498
|
|
|
465
499
|
## 1.42.1
|
|
@@ -468,7 +502,7 @@
|
|
|
468
502
|
|
|
469
503
|
- f043995: Fix release
|
|
470
504
|
- Updated dependencies [f043995]
|
|
471
|
-
- @contractspec/lib.contracts@1.42.1
|
|
505
|
+
- @contractspec/lib.contracts-spec@1.42.1
|
|
472
506
|
- @contractspec/lib.schema@1.42.1
|
|
473
507
|
|
|
474
508
|
## 1.42.0
|
|
@@ -480,5 +514,5 @@
|
|
|
480
514
|
### Patch Changes
|
|
481
515
|
|
|
482
516
|
- Updated dependencies [8eefd9c]
|
|
483
|
-
- @contractspec/lib.contracts@1.42.0
|
|
517
|
+
- @contractspec/lib.contracts-spec@1.42.0
|
|
484
518
|
- @contractspec/lib.schema@1.42.0
|
package/dist/agent.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import type { ResolvedAppConfig } from '@contractspec/lib.contracts/app-config/runtime';
|
|
1
|
+
import type { ResolvedAppConfig } from '@contractspec/lib.contracts-spec/app-config/runtime';
|
|
2
2
|
/**
|
|
3
3
|
* Selects knowledge bindings that apply to a workflow or agent identifier.
|
|
4
4
|
*/
|
|
5
5
|
export declare function selectKnowledgeBindings(resolved: ResolvedAppConfig, options: {
|
|
6
6
|
workflowId?: string;
|
|
7
7
|
agentId?: string;
|
|
8
|
-
}): import("@contractspec/lib.contracts").ResolvedKnowledge[];
|
|
8
|
+
}): import("@contractspec/lib.contracts-spec/app-config/runtime").ResolvedKnowledge[];
|
|
9
9
|
/**
|
|
10
10
|
* Pseudo implementation of an assistant lookup that routes prompts to the appropriate
|
|
11
11
|
* knowledge sources. In a real system this would call the ingestion/search services.
|
|
@@ -14,4 +14,3 @@ export declare function answerWithKnowledge(resolved: ResolvedAppConfig, questio
|
|
|
14
14
|
workflowId?: string;
|
|
15
15
|
agentId?: string;
|
|
16
16
|
}): Promise<string>;
|
|
17
|
-
//# sourceMappingURL=agent.d.ts.map
|
package/dist/blueprint.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { AppBlueprintSpec } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { AppBlueprintSpec } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
export declare const artisanKnowledgeBlueprint: AppBlueprintSpec;
|
|
3
|
-
//# sourceMappingURL=blueprint.d.ts.map
|
package/dist/blueprint.js
CHANGED
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
OwnersEnum,
|
|
32
32
|
StabilityEnum,
|
|
33
33
|
TagsEnum
|
|
34
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
34
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
35
35
|
var artisanKnowledgeBlueprint = {
|
|
36
36
|
meta: {
|
|
37
37
|
key: "artisan.knowledge.product",
|
|
@@ -51,7 +51,7 @@ var artisanKnowledgeBlueprint = {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
// src/docs/knowledge-canon.docblock.ts
|
|
54
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
54
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
55
55
|
var blocks = [
|
|
56
56
|
{
|
|
57
57
|
id: "docs.examples.knowledge-canon",
|
|
@@ -93,7 +93,7 @@ var blocks = [
|
|
|
93
93
|
];
|
|
94
94
|
registerDocBlocks(blocks);
|
|
95
95
|
// src/example.ts
|
|
96
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
96
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
97
97
|
var example = defineExample({
|
|
98
98
|
meta: {
|
|
99
99
|
key: "knowledge-canon",
|
package/dist/docs/index.d.ts
CHANGED
package/dist/docs/index.js
CHANGED
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
OwnersEnum,
|
|
33
33
|
StabilityEnum,
|
|
34
34
|
TagsEnum
|
|
35
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
35
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
36
36
|
var artisanKnowledgeBlueprint = {
|
|
37
37
|
meta: {
|
|
38
38
|
key: "artisan.knowledge.product",
|
|
@@ -52,7 +52,7 @@ var artisanKnowledgeBlueprint = {
|
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
// src/docs/knowledge-canon.docblock.ts
|
|
55
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
55
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
56
56
|
var blocks = [
|
|
57
57
|
{
|
|
58
58
|
id: "docs.examples.knowledge-canon",
|
|
@@ -94,7 +94,7 @@ var blocks = [
|
|
|
94
94
|
];
|
|
95
95
|
registerDocBlocks(blocks);
|
|
96
96
|
// src/example.ts
|
|
97
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
97
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
98
98
|
var example = defineExample({
|
|
99
99
|
meta: {
|
|
100
100
|
key: "knowledge-canon",
|
package/dist/node/blueprint.js
CHANGED
package/dist/node/docs/index.js
CHANGED
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
OwnersEnum,
|
|
32
32
|
StabilityEnum,
|
|
33
33
|
TagsEnum
|
|
34
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
34
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
35
35
|
var artisanKnowledgeBlueprint = {
|
|
36
36
|
meta: {
|
|
37
37
|
key: "artisan.knowledge.product",
|
|
@@ -51,7 +51,7 @@ var artisanKnowledgeBlueprint = {
|
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
// src/docs/knowledge-canon.docblock.ts
|
|
54
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
54
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
55
55
|
var blocks = [
|
|
56
56
|
{
|
|
57
57
|
id: "docs.examples.knowledge-canon",
|
|
@@ -93,7 +93,7 @@ var blocks = [
|
|
|
93
93
|
];
|
|
94
94
|
registerDocBlocks(blocks);
|
|
95
95
|
// src/example.ts
|
|
96
|
-
import { defineExample } from "@contractspec/lib.contracts";
|
|
96
|
+
import { defineExample } from "@contractspec/lib.contracts-spec";
|
|
97
97
|
var example = defineExample({
|
|
98
98
|
meta: {
|
|
99
99
|
key: "knowledge-canon",
|
package/dist/source.sample.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { KnowledgeSourceConfig } from '@contractspec/lib.contracts/knowledge/source';
|
|
1
|
+
import type { KnowledgeSourceConfig } from '@contractspec/lib.contracts-spec/knowledge/source';
|
|
2
2
|
export declare const productCanonNotionSource: KnowledgeSourceConfig;
|
|
3
|
-
//# sourceMappingURL=source.sample.d.ts.map
|
package/dist/tenant.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import type { TenantAppConfig } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { TenantAppConfig } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
export declare const artisanKnowledgeTenantConfig: TenantAppConfig;
|
|
3
|
-
//# sourceMappingURL=tenant.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.knowledge-canon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Knowledge example – Product Canon space (blueprint + tenant config + source sample + runtime helper).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
"lint": "bun lint:fix",
|
|
81
81
|
"lint:fix": "eslint src --fix",
|
|
82
82
|
"lint:check": "eslint src",
|
|
83
|
-
"test": "bun test",
|
|
83
|
+
"test": "bun test --pass-with-no-tests",
|
|
84
84
|
"prebuild": "contractspec-bun-build prebuild",
|
|
85
85
|
"typecheck": "tsc --noEmit"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@contractspec/lib.contracts": "1.
|
|
88
|
+
"@contractspec/lib.contracts-spec": "2.1.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@contractspec/tool.typescript": "1.
|
|
91
|
+
"@contractspec/tool.typescript": "2.1.0",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
|
-
"@contractspec/tool.bun": "1.
|
|
93
|
+
"@contractspec/tool.bun": "2.1.0"
|
|
94
94
|
},
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"access": "public",
|
package/src/agent.ts
CHANGED
package/src/blueprint.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { AppBlueprintSpec } from '@contractspec/lib.contracts/app-config/spec';
|
|
1
|
+
import type { AppBlueprintSpec } from '@contractspec/lib.contracts-spec/app-config/spec';
|
|
2
2
|
import {
|
|
3
3
|
OwnersEnum,
|
|
4
4
|
StabilityEnum,
|
|
5
5
|
TagsEnum,
|
|
6
|
-
} from '@contractspec/lib.contracts/ownership';
|
|
6
|
+
} from '@contractspec/lib.contracts-spec/ownership';
|
|
7
7
|
|
|
8
8
|
export const artisanKnowledgeBlueprint: AppBlueprintSpec = {
|
|
9
9
|
meta: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DocBlock } from '@contractspec/lib.contracts/docs';
|
|
2
|
-
import { registerDocBlocks } from '@contractspec/lib.contracts/docs';
|
|
1
|
+
import type { DocBlock } from '@contractspec/lib.contracts-spec/docs';
|
|
2
|
+
import { registerDocBlocks } from '@contractspec/lib.contracts-spec/docs';
|
|
3
3
|
|
|
4
4
|
const blocks: DocBlock[] = [
|
|
5
5
|
{
|
package/src/example.ts
CHANGED
package/src/source.sample.ts
CHANGED
package/src/tenant.ts
CHANGED
package/dist/agent.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent.d.ts","sourceRoot":"","sources":["../src/agent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAC;AAExF;;GAEG;AACH,wBAAgB,uBAAuB,CACrC,QAAQ,EAAE,iBAAiB,EAC3B,OAAO,EAAE;IAAE,UAAU,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,6DAanD;AAED;;;GAGG;AACH,wBAAsB,mBAAmB,CACvC,QAAQ,EAAE,iBAAiB,EAC3B,QAAQ,EAAE,MAAM,EAChB,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE;IAAE,UAAU,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,GACjE,OAAO,CAAC,MAAM,CAAC,CAgBjB"}
|
package/dist/blueprint.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blueprint.d.ts","sourceRoot":"","sources":["../src/blueprint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAOpF,eAAO,MAAM,yBAAyB,EAAE,gBAkBvC,CAAC"}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"knowledge-canon.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/knowledge-canon.docblock.ts"],"names":[],"mappings":""}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDA2BX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,QAAQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"source.sample.d.ts","sourceRoot":"","sources":["../src/source.sample.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8CAA8C,CAAC;AAE1F,eAAO,MAAM,wBAAwB,EAAE,qBAwBtC,CAAC"}
|
package/dist/tenant.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.d.ts","sourceRoot":"","sources":["../src/tenant.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAEnF,eAAO,MAAM,4BAA4B,EAAE,eA6B1C,CAAC"}
|