@lazyingart/agintiflow 0.20.164 → 0.20.166

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": "@lazyingart/agintiflow",
3
- "version": "0.20.164",
3
+ "version": "0.20.166",
4
4
  "type": "module",
5
5
  "description": "AgInTiFlow is a project-aware agent workspace for hybrid wet-dry R&D, hardware-aware intelligence, software automation, and industrial workflows.",
6
6
  "license": "Apache-2.0",
@@ -76,6 +76,7 @@
76
76
  "scripts/smoke-toolchain-docker.js",
77
77
  "scripts/smoke-web-autostart.js",
78
78
  "scripts/smoke-web-api.js",
79
+ "scripts/smoke-web-ui.js",
79
80
  "scripts/smoke-webapp-command.js",
80
81
  "scripts/smoke-web-port-fallback.js",
81
82
  "src/",
@@ -90,7 +91,7 @@
90
91
  "scripts": {
91
92
  "start": "node run.js",
92
93
  "web": "node web.js",
93
- "check": "node --check run.js && node --check web.js && node --check bin/aginti-cli.js && node --check src/*.js && node --check src/mcp/*.js && node --check public/app.js && node --check scripts/seed-supervised-homework.js && node --check scripts/smoke-mcp.js && node --check scripts/fixtures/mcp-stdio-smoke-server.mjs",
94
+ "check": "node --check run.js && node --check web.js && node --check bin/aginti-cli.js && node --check src/*.js && node --check src/mcp/*.js && node --check public/app.js && node --check scripts/seed-supervised-homework.js && node --check scripts/smoke-mcp.js && node --check scripts/smoke-web-ui.js && node --check scripts/fixtures/mcp-stdio-smoke-server.mjs",
94
95
  "setup:toolchain-docker": "scripts/setup-agent-toolchain-docker.sh",
95
96
  "smoke:coding-tools": "node scripts/smoke-coding-tools.js",
96
97
  "smoke:dynamic-step-budget": "node scripts/smoke-dynamic-step-budget.js",
@@ -112,6 +113,7 @@
112
113
  "smoke:runtime-compat": "node scripts/smoke-runtime-compat.js",
113
114
  "smoke:tmux-tools": "node scripts/smoke-tmux-tools.js",
114
115
  "smoke:web-api": "node scripts/smoke-web-api.js",
116
+ "smoke:web-ui": "node scripts/smoke-web-ui.js",
115
117
  "smoke:web-autostart": "node scripts/smoke-web-autostart.js",
116
118
  "smoke:webapp-command": "node scripts/smoke-webapp-command.js",
117
119
  "smoke:web-port-fallback": "node scripts/smoke-web-port-fallback.js",
@@ -122,7 +124,7 @@
122
124
  "storage:migrate": "node bin/aginti-cli.js storage migrate",
123
125
  "publish:env": "node scripts/npm-publish-from-env.js publish --access public",
124
126
  "publish:env:whoami": "node scripts/npm-publish-from-env.js whoami",
125
- "test": "npm run check && npm run smoke:runtime-compat && npm run smoke:autoupdate && npm run smoke:web-api && npm run smoke:web-autostart && npm run smoke:webapp-command && npm run smoke:web-port-fallback && npm run smoke:docker-command && npm run smoke:coding-tools && npm run smoke:dynamic-step-budget && npm run smoke:aaps-adapter && npm run smoke:auxiliary-tools && npm run smoke:perception-research && npm run smoke:auth && npm run smoke:canvas-artifacts && npm run smoke:capabilities && npm run smoke:mcp && npm run smoke:model-roles && npm run smoke:platform && npm run smoke:permission-modes && npm run smoke:skills && npm run smoke:skillmesh && npm run smoke:tmux-tools && npm run smoke:cli-chat && npm run smoke:inbox",
127
+ "test": "npm run check && npm run smoke:runtime-compat && npm run smoke:autoupdate && npm run smoke:web-api && npm run smoke:web-ui && npm run smoke:web-autostart && npm run smoke:webapp-command && npm run smoke:web-port-fallback && npm run smoke:docker-command && npm run smoke:coding-tools && npm run smoke:dynamic-step-budget && npm run smoke:aaps-adapter && npm run smoke:auxiliary-tools && npm run smoke:perception-research && npm run smoke:auth && npm run smoke:canvas-artifacts && npm run smoke:capabilities && npm run smoke:mcp && npm run smoke:model-roles && npm run smoke:platform && npm run smoke:permission-modes && npm run smoke:skills && npm run smoke:skillmesh && npm run smoke:tmux-tools && npm run smoke:cli-chat && npm run smoke:inbox",
126
128
  "pack:dry-run": "npm pack --dry-run",
127
129
  "smoke:capabilities": "node scripts/smoke-capabilities.js"
128
130
  },