@agentproto/agencies-engine 0.1.0 → 0.1.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentproto/agencies-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "agentagencies/v1 reference engine — workspace walkers (computeAgencyOverview), index helpers, and FS-only orchestration. Routes I/O through @agentproto/governance-engine's IGovernanceFilesystem so it works against Node fs (dev) and Supabase / S3 (prod) via the same code path.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentagencies",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"gray-matter": "^4.0.3",
|
|
48
48
|
"@agentproto/agencies": "0.1.0-alpha.0",
|
|
49
|
-
"@agentproto/governance": "0.1.
|
|
50
|
-
"@agentproto/governance
|
|
49
|
+
"@agentproto/governance-engine": "0.1.2",
|
|
50
|
+
"@agentproto/governance": "0.1.0-alpha.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "^25.6.2",
|