@neuroverseos/governance 0.4.0 → 0.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuroverseos/governance",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Deterministic governance engine for AI agents — enforce worlds (permanent rules) and plans (mission constraints) with full audit trace",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -48,6 +48,11 @@
48
48
  "import": "./dist/adapters/deep-agents.js",
49
49
  "require": "./dist/adapters/deep-agents.cjs"
50
50
  },
51
+ "./spatial": {
52
+ "types": "./dist/spatial/index.d.ts",
53
+ "import": "./dist/spatial/index.js",
54
+ "require": "./dist/spatial/index.cjs"
55
+ },
51
56
  "./plan": {
52
57
  "types": "./dist/index.d.ts",
53
58
  "import": "./dist/index.js",
@@ -73,7 +78,7 @@
73
78
  ".well-known"
74
79
  ],
75
80
  "scripts": {
76
- "build": "tsup src/index.ts src/cli/neuroverse.ts src/cli/plan.ts src/cli/run.ts src/adapters/index.ts src/adapters/langchain.ts src/adapters/openai.ts src/adapters/openclaw.ts src/adapters/express.ts src/adapters/autoresearch.ts src/adapters/deep-agents.ts --format esm,cjs --dts --clean && npm run build:browser && cp src/worlds/*.nv-world.md dist/worlds/ && npm run build:viz",
81
+ "build": "tsup src/index.ts src/cli/neuroverse.ts src/cli/plan.ts src/cli/run.ts src/adapters/index.ts src/adapters/langchain.ts src/adapters/openai.ts src/adapters/openclaw.ts src/adapters/express.ts src/adapters/autoresearch.ts src/adapters/deep-agents.ts src/spatial/index.ts --format esm,cjs --dts --clean && npm run build:browser && cp src/worlds/*.nv-world.md dist/worlds/ && cp src/spatial/zones/*.nv-world.md dist/worlds/ && npm run build:viz",
77
82
  "build:browser": "tsup src/browser.ts --format iife --global-name NeuroVerse --outDir dist --no-dts",
78
83
  "build:viz": "vite build",
79
84
  "dev:viz": "vite dev",
@@ -122,7 +127,15 @@
122
127
  "deep-agents",
123
128
  "coding-agents",
124
129
  "ai-firewall",
125
- "agent-guardrails"
130
+ "agent-guardrails",
131
+ "smart-glasses",
132
+ "spatial-governance",
133
+ "mentra",
134
+ "mentraos",
135
+ "ar-governance",
136
+ "spatial-handshake",
137
+ "zone-governance",
138
+ "auki"
126
139
  ],
127
140
  "repository": {
128
141
  "type": "git",
@@ -1,9 +1,9 @@
1
- import {
2
- loadConfig
3
- } from "./chunk-OT6PXH54.js";
4
1
  import {
5
2
  createProvider
6
3
  } from "./chunk-INWQHLPS.js";
4
+ import {
5
+ loadConfig
6
+ } from "./chunk-OT6PXH54.js";
7
7
  import {
8
8
  validateWorld
9
9
  } from "./chunk-7P3S7MAY.js";
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  CONFIGURE_AI_EXIT_CODES
3
3
  } from "./chunk-FMSTRBBS.js";
4
+ import {
5
+ createProvider
6
+ } from "./chunk-INWQHLPS.js";
4
7
  import {
5
8
  getConfigPath,
6
9
  loadConfig,
7
10
  redactConfig,
8
11
  saveConfig
9
12
  } from "./chunk-OT6PXH54.js";
10
- import {
11
- createProvider
12
- } from "./chunk-INWQHLPS.js";
13
13
  import "./chunk-QWGCMQQD.js";
14
14
 
15
15
  // src/cli/configure-ai.ts