ai-or-die 0.1.78 → 0.1.80

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": "ai-or-die",
3
- "version": "0.1.78",
3
+ "version": "0.1.80",
4
4
  "description": "Universal AI coding terminal — Claude, Copilot, Gemini & more in your browser",
5
5
  "main": "src/server.js",
6
6
  "bin": {
@@ -12,12 +12,12 @@
12
12
  "start:direct": "node bin/ai-or-die.js",
13
13
  "dev": "node bin/supervisor.js --dev",
14
14
  "dev:direct": "node bin/ai-or-die.js --dev",
15
- "test": "mocha --exit test/*.test.js",
15
+ "test": "mocha --exit test/*.test.js test/control/*.test.js",
16
16
  "test:integration": "mocha --exit --timeout 60000 test/supervisor-integration.test.js test/integration/*.test.js",
17
17
  "test:browser": "npx playwright test --config e2e/playwright.config.js",
18
18
  "soak": "node test/longevity/harness/cli.js",
19
19
  "test:longevity-smoke": "mocha --exit --timeout 120000 test/longevity/smoke.test.js",
20
- "test:longevity:server": "mocha --exit --timeout 120000 --recursive --extension .test.js test/longevity/event-loop test/longevity/disk test/longevity/process test/longevity/browser-sampler.test.js test/longevity/cli.test.js test/longevity/gate-evaluator-directional.test.js test/longevity/gate-evaluator-vacuous.test.js test/longevity/resume.test.js test/longevity/smoke.test.js",
20
+ "test:longevity:server": "mocha --exit --timeout 120000 --recursive --extension .test.js test/longevity/event-loop test/longevity/disk test/longevity/process test/longevity/browser-sampler.test.js test/longevity/cli.test.js test/longevity/gate-evaluator-directional.test.js test/longevity/gate-evaluator-vacuous.test.js test/longevity/event-loop-tolerance.test.js test/longevity/resume.test.js test/longevity/smoke.test.js",
21
21
  "test:longevity:browser": "playwright test --config test/longevity/playwright.config.js",
22
22
  "test:longevity": "npm run test:longevity:server && npm run test:longevity:browser",
23
23
  "build:bundle": "node scripts/build-sea.js bundle",