aiwg 2026.6.2 → 2026.6.3

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiwg",
3
- "version": "2026.6.2",
3
+ "version": "2026.6.3",
4
4
  "description": "Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platforms. Optional utilities for persistent artifact memory, background orchestration, autonomous loops, and artifact indexing.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -46,6 +46,7 @@
46
46
  "uat:daemon:claude": "vitest run --config config/vitest.uat-daemon.config.js --reporter=verbose daemon-live-claude",
47
47
  "uat:cockpit-live": "vitest run --config config/vitest.uat-cockpit-live.config.js",
48
48
  "uat:cockpit-live:matrix": "AIWG_COCKPIT_LIVE_REQUIRED=1 AIWG_COCKPIT_LIVE_MATRIX_REQUIRED=1 vitest run --config config/vitest.uat-cockpit-live.config.js",
49
+ "e2e:cockpit-dev": "node test/e2e/cockpit-dev-e2e.mjs",
49
50
  "lint:schemas": "node tools/scripts/lint-schemas.mjs",
50
51
  "lint:dep-sources": "node tools/lint/dep-source.mjs",
51
52
  "lint:affected-packages": "node tools/lint/affected-packages.mjs",
@@ -266,7 +267,7 @@
266
267
  }
267
268
  },
268
269
  "devDependencies": {
269
- "@pagenary/publisher": "^2026.6.4",
270
+ "@pagenary/publisher": "^2026.6.13",
270
271
  "@types/js-yaml": "^4.0.9",
271
272
  "@types/node": "^22.8.0",
272
273
  "@types/semver": "^7.7.1",
@@ -280,7 +281,6 @@
280
281
  "graphology-traversal": "^0.3.0",
281
282
  "graphology-types": "^0.24.0",
282
283
  "simple-statistics": "^7.8.8",
283
- "terser": "^5.47.1",
284
284
  "tsx": "^4.21.0",
285
285
  "typescript": "^5.9.3",
286
286
  "vitest": "^2.1.0"