zelari-code 2.49.0 → 2.50.1

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": "zelari-code",
3
- "version": "2.49.0",
3
+ "version": "2.50.1",
4
4
  "description": "Zelari Code — open-source coding orchestrator CLI. You choose the model; the proof is mandatory. Kraken by default, council when the work earns it: plan/build phases, provider-agnostic LLM streaming, self-update.",
5
5
  "author": "Anathema Studio <https://anathema-studio.com/>",
6
6
  "license": "Apache-2.0",
@@ -37,6 +37,8 @@
37
37
  "test:watch": "vitest",
38
38
  "test:session": "vitest run packages/core/src/session src/cli/sessionSpine.test.ts src/cli/headlessSpine.test.ts src/cli/headlessHistorySeed.test.ts src/cli/headlessSessionEvent.test.ts src/cli/sessionReplayInvariant.test.ts src/cli/legacyContextIsolation.test.ts src/cli/kraken/verificationBridge.session.test.ts",
39
39
  "smoke": "node bin/zelari-code.js --version",
40
+ "smoke:mission": "vitest run src/cli/headless/missionE2e.smoke.test.ts",
41
+ "mission:metrics": "node scripts/mission-metrics.mjs",
40
42
  "verify:council": "npm run build --workspace=@zelari/core && node scripts/verify-council.mjs",
41
43
  "verify:principles": "node scripts/verify-principles.mjs",
42
44
  "verify:versions": "node scripts/verify-versions.mjs",
@@ -75,7 +77,7 @@
75
77
  "@testing-library/react": "^16.3.2",
76
78
  "@types/node": "^25.3.0",
77
79
  "@types/react": "^19.0.10",
78
- "@zelari/core": "2.49.0",
80
+ "@zelari/core": "2.50.1",
79
81
  "esbuild": "^0.25.0",
80
82
  "eslint": "^10.10.0",
81
83
  "jsdom": "^29.1.1",