arc402-cli 1.8.20 → 1.8.21

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": "arc402-cli",
3
- "version": "1.8.20",
3
+ "version": "1.8.21",
4
4
  "description": "ARC-402 CLI for discovery, negotiation payloads, hire/remediation/dispute workflows, and network reads",
5
5
  "bin": {
6
6
  "arc402": "./dist/index.js"
@@ -52,7 +52,7 @@ fi
52
52
  # Priority:
53
53
  # 1. /workroom/runtime/dist/daemon/index.js — host dev mount (JS changes w/o rebuild)
54
54
  # 2. @arc402/daemon dist/index.js — new split package (production)
55
- # 3. arc402-cli dist/daemon/index.js — legacy monolith (backwards compat)
55
+ # 3. arc402-cli dist/daemon/index.js — legacy monolith fallback
56
56
  if [ -f "/workroom/runtime/dist/daemon/index.js" ]; then
57
57
  DAEMON_ENTRY="/workroom/runtime/dist/daemon/index.js"
58
58
  log "Daemon: host dist/ mount (dev mode)"