@orkestrel/brief 0.0.7 → 0.0.8
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/README.md +20 -6
- package/dist/src/core/index.cjs +93 -13
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +332 -165
- package/dist/src/core/index.d.ts +332 -165
- package/dist/src/core/index.js +93 -13
- package/dist/src/core/index.js.map +1 -1
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orkestrel/brief",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "A synchronous, deterministic specification compiler: a rough request becomes a closed, content-hashed execution contract another agent can run, gated by a traceable reasoner and projected into every downstream artifact.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"test:src:core": "vitest run --config vite.config.ts --no-cache --reporter=dot --project src:core",
|
|
60
60
|
"test:policy": "vitest run --config vite.config.ts --no-cache --reporter=dot --project policy",
|
|
61
61
|
"test:config": "vitest run --config vite.config.ts --no-cache --reporter=dot --project config",
|
|
62
|
-
"test:guides": "
|
|
62
|
+
"test:guides": "node --experimental-strip-types tests/guides.test.ts",
|
|
63
63
|
"test:distribution": "vitest run --config vite.config.ts --no-cache --reporter=dot --project distribution",
|
|
64
64
|
"test:probe": "vitest run --config vite.config.ts --no-cache --reporter=verbose --project probe",
|
|
65
65
|
"build": "npm run clean && npm run build:src",
|
|
@@ -71,23 +71,22 @@
|
|
|
71
71
|
"test:setup": "vitest run --config vite.config.ts --no-cache --reporter=dot --project setup"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@orkestrel/contract": "^0.0.
|
|
75
|
-
"@orkestrel/emitter": "^0.0.
|
|
76
|
-
"@orkestrel/interpret": "^0.0.
|
|
77
|
-
"@orkestrel/reason": "^0.0.
|
|
74
|
+
"@orkestrel/contract": "^0.0.17",
|
|
75
|
+
"@orkestrel/emitter": "^0.0.10",
|
|
76
|
+
"@orkestrel/interpret": "^0.0.13",
|
|
77
|
+
"@orkestrel/reason": "^0.0.10"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@microsoft/api-extractor": "^7.59.
|
|
81
|
-
"@orkestrel/guide": "^0.0.
|
|
82
|
-
"@orkestrel/probe": "^0.0.
|
|
83
|
-
"@orkestrel/scaffold": "^0.0.
|
|
84
|
-
"@orkestrel/test": "^0.0.
|
|
85
|
-
"@types/node": "^26.
|
|
86
|
-
"oxfmt": "^0.
|
|
87
|
-
"oxlint": "^1.
|
|
80
|
+
"@microsoft/api-extractor": "^7.59.1",
|
|
81
|
+
"@orkestrel/guide": "^0.0.18",
|
|
82
|
+
"@orkestrel/probe": "^0.0.12",
|
|
83
|
+
"@orkestrel/scaffold": "^0.0.64",
|
|
84
|
+
"@orkestrel/test": "^0.0.14",
|
|
85
|
+
"@types/node": "^26.5.1",
|
|
86
|
+
"oxfmt": "^0.67.0",
|
|
87
|
+
"oxlint": "^1.82.0",
|
|
88
88
|
"typescript": "^6.0.3",
|
|
89
|
-
"vite": "^8.
|
|
90
|
-
"vite-plugin-dts": "^5.1.0",
|
|
89
|
+
"vite": "^8.3.0",
|
|
91
90
|
"vitest": "^4.1.11"
|
|
92
91
|
},
|
|
93
92
|
"engines": {
|