cargo-hauler 0.8.4 → 0.8.6

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 (45) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +7 -6
  3. package/dist/.claude-plugin/marketplace.json +1 -1
  4. package/dist/.claude-plugin/plugin.json +1 -1
  5. package/dist/.codex-plugin/plugin.json +1 -1
  6. package/dist/.cursor-plugin/plugin.json +1 -1
  7. package/dist/AGENTS.md +6 -7
  8. package/dist/INSTALL.md +1 -1
  9. package/dist/README.md +7 -6
  10. package/dist/agent-bundle.compile-evidence.json +1 -1
  11. package/dist/agent-bundle.manifest.json +1 -1
  12. package/dist/agent-bundle.package-compile-evidence.json +1 -1
  13. package/dist/bin/cargo-hauler-flight.mjs +254 -167
  14. package/dist/bin/cargo-hauler-install.js +28 -28
  15. package/dist/bin/cargo-hauler.mjs +2573 -12025
  16. package/dist/bin/hauler.js +27 -26
  17. package/dist/hooks/event-route-session-start.claude.mjs +330 -223
  18. package/dist/hooks/event-route-session-start.codex.mjs +330 -223
  19. package/dist/hooks/event-route-session-start.cursor.mjs +330 -223
  20. package/dist/hooks/event-route-stop.claude.mjs +330 -223
  21. package/dist/hooks/event-route-stop.codex.mjs +330 -223
  22. package/dist/hooks/event-route-stop.cursor.mjs +330 -223
  23. package/dist/hooks/event-route-tool-after.claude.execute.mjs +330 -223
  24. package/dist/hooks/event-route-tool-after.claude.mjs +37 -37
  25. package/dist/hooks/event-route-tool-after.codex.execute.mjs +330 -223
  26. package/dist/hooks/event-route-tool-after.codex.mjs +37 -37
  27. package/dist/hooks/event-route-tool-after.cursor.execute.mjs +330 -223
  28. package/dist/hooks/event-route-tool-after.cursor.mjs +37 -37
  29. package/dist/hooks/event-route-tool-before.claude.execute.mjs +330 -223
  30. package/dist/hooks/event-route-tool-before.claude.mjs +31 -31
  31. package/dist/hooks/event-route-tool-before.codex.execute.mjs +330 -223
  32. package/dist/hooks/event-route-tool-before.codex.mjs +31 -31
  33. package/dist/hooks/event-route-tool-before.cursor.execute.mjs +330 -223
  34. package/dist/hooks/event-route-tool-before.cursor.mjs +31 -31
  35. package/dist/hooks/hooks-flight.mjs +191 -114
  36. package/dist/install.mjs +1 -1
  37. package/dist/mcp/mcp-hauler-2b8242f9-flight.mjs +316 -203
  38. package/dist/mcp/mcp-hauler-2b8242f9.mjs +2800 -12216
  39. package/dist/mcp-apps/dashboard.html +17 -17
  40. package/dist/package.json +9 -9
  41. package/dist/plugin.json +1 -1
  42. package/dist/scripts/hauler.mjs +27 -26
  43. package/dist/skills/cargo-hauler/SKILL.md +32 -136
  44. package/dist/skills/hauler-dashboard/SKILL.md +1 -1
  45. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a827798: Update dev dependencies: react, react-dom, @types/react, @types/react-dom 19.2 -> 19.3, scheduler 0.27 -> 0.28, @effect/tsgo 0.38.0 -> 0.45.0.
8
+ - 8fbb2a9: Let `hauler status`, `hauler log`, `hauler daemon status`, `hauler_status`, `hauler_dashboard`, `hauler_last`, `hauler_log`, `hauler_result`, and `hauler_await` read a protocol-compatible newer daemon without `DaemonNewerError`, while `hauler_request`, `hauler_kill`, and Cargo admission keep rejecting it; default omitted `hauler_log` arguments (#234).
9
+
10
+ ## 0.8.5
11
+
12
+ ### Patch Changes
13
+
14
+ - 99bdc91: Track Agent Bundle `62ffe403c5`, whose runtime declares `zod` as a peer, so the plugin's own `zod@4.6.5` is the only copy the framework types against. `hauler last` is flagless again instead of advertising an unusable `--input <json>` option, and the `kill --ticket`, `request --after`, and `result --full` fields carry their schema descriptions in host forms once more; `hauler_dashboard` gains the `limit` form field it always accepted; and a unit test now re-derives every tool's and CLI route's input metadata from its zod schema so the two cannot drift.
15
+
3
16
  ## 0.8.4
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -743,10 +743,11 @@ there; state files keep the permissions the filesystem gives them.
743
743
  reporting a ticket as not found; `hauler_status`, `hauler_log`, and
744
744
  `hauler_last` read the ledger with the daemon marked `stopped` or
745
745
  `unresponsive`. Reads never request daemon shutdown. They use an older
746
- daemon when its wire-protocol identity is compatible; a truly incompatible
747
- daemon is reported with its pid and version. A client older than the daemon
748
- it finds — a session still on a previous plugin — keeps the directional
749
- `DaemonNewer` behavior and never shuts it down.
746
+ or newer daemon when its wire-protocol identity is compatible; a truly
747
+ incompatible daemon is reported with its pid and version. Submissions and
748
+ mutations from a client older than the daemon — a session still on a
749
+ previous plugin — keep the directional `DaemonNewer` behavior and never
750
+ write to or shut down that daemon.
750
751
  - The state directory is not migrated between installs. Every rendered
751
752
  document names the one in use (`state dir …` in the header; `stateRoot` in
752
753
  `--json`), so a `CARGO_HAULER_STATE_DIR` change is visible on the next
@@ -1025,8 +1026,8 @@ ships no preview harness of its own.
1025
1026
 
1026
1027
  agent-bundle does not yet have an npm release; this repository pins the
1027
1028
  [pkg.pr.new](https://pkg.pr.new) preview of Agent Bundle main commit
1028
- [`3d769d6`](https://github.com/ScriptedAlchemy/agent-bundle/commit/3d769d6c52ed33532ec3927d64aa66f54486af8d),
1029
- through [Agent Bundle PR #792](https://github.com/ScriptedAlchemy/agent-bundle/pull/792),
1029
+ [`62ffe40`](https://github.com/ScriptedAlchemy/agent-bundle/commit/62ffe403c5af73499fe7f5767c6d60be26e250db),
1030
+ through [Agent Bundle PR #794](https://github.com/ScriptedAlchemy/agent-bundle/pull/794),
1030
1031
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1031
1032
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1032
1033
  `agent` component kind as unavailable on every host (agent-bundle G5
@@ -1 +1 @@
1
- {"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","name":"cargo-hauler-marketplace","owner":{"name":"cargo-hauler"},"plugins":[{"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","source":"./","version":"0.8.4"}]}
1
+ {"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","name":"cargo-hauler-marketplace","owner":{"name":"cargo-hauler"},"plugins":[{"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","source":"./","version":"0.8.6"}]}
@@ -1 +1 @@
1
- {"author":{"name":"cargo-hauler"},"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","name":"cargo-hauler","version":"0.8.4"}
1
+ {"author":{"name":"cargo-hauler"},"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","name":"cargo-hauler","version":"0.8.6"}
@@ -1 +1 @@
1
- {"author":{"name":"cargo-hauler"},"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","hooks":"./.codex-plugin/hooks.json","interface":{"capabilities":["mcp","hooks","skills"],"category":"Productivity","defaultPrompt":["Help me use cargo-hauler."],"developerName":"cargo-hauler","displayName":"cargo-hauler","longDescription":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","shortDescription":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks."},"keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","mcpServers":"./.codex-plugin/mcp.json","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","skills":"./skills/","version":"0.8.4"}
1
+ {"author":{"name":"cargo-hauler"},"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","hooks":"./.codex-plugin/hooks.json","interface":{"capabilities":["mcp","hooks","skills"],"category":"Productivity","defaultPrompt":["Help me use cargo-hauler."],"developerName":"cargo-hauler","displayName":"cargo-hauler","longDescription":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","shortDescription":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks."},"keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","mcpServers":"./.codex-plugin/mcp.json","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","skills":"./skills/","version":"0.8.6"}
@@ -1 +1 @@
1
- {"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","displayName":"cargo-hauler","hooks":"./.cursor-plugin/hooks.json","keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","mcpServers":"./.cursor-plugin/mcp.json","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","skills":"./skills/","version":"0.8.4"}
1
+ {"description":"Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.","displayName":"cargo-hauler","hooks":"./.cursor-plugin/hooks.json","keywords":["cargo","rust","agent","mcp","claude-code","codex","cursor","build-orchestration"],"license":"MIT","mcpServers":"./.cursor-plugin/mcp.json","name":"cargo-hauler","repository":"https://github.com/ScriptedAlchemy/cargo-hauler","skills":"./skills/","version":"0.8.6"}
package/dist/AGENTS.md CHANGED
@@ -37,13 +37,12 @@ often do not apply; check the vendored v4 source before assuming an API exists.
37
37
 
38
38
  ## Learning more about Effect
39
39
 
40
- Before writing any Effect code, first read `node_modules/effect/AGENTS.md`
41
- **completely**, and follow the links in the file when required.
42
-
43
- If you need to learn more about particular Effect apis and concepts that the
44
- guide doesn't cover, search through the source code in `node_modules/effect/src`
45
- **and** the vendored monorepo at `repos/effect` (the full monorepo at the same
46
- pin; never import from it).
40
+ This branch is Effect v4. Prefer `node_modules/effect` (and
41
+ `node_modules/effect/AGENTS.md`) for APIs you are about to use; follow its
42
+ links when the guide points deeper. For APIs the guide does not cover, search
43
+ `node_modules/effect/src` and the vendored monorepo at `repos/effect` (same
44
+ pin; never import from it). Do not blanket-read the whole Effect tree before
45
+ unrelated edits.
47
46
 
48
47
  ## `repos/` — vendored reference source (read-only)
49
48
 
package/dist/INSTALL.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Coalesce, schedule, and stream cargo so concurrent agent sessions share compiles instead of fighting locks.
4
4
 
5
- Version: `0.8.4`
5
+ Version: `0.8.6`
6
6
 
7
7
  Run these commands from this bundle directory. The bundle is self-contained: every command below is
8
8
  a host command or the bundled installer, and nothing requires the `agent-bundle` CLI. Where that CLI is
package/dist/README.md CHANGED
@@ -743,10 +743,11 @@ there; state files keep the permissions the filesystem gives them.
743
743
  reporting a ticket as not found; `hauler_status`, `hauler_log`, and
744
744
  `hauler_last` read the ledger with the daemon marked `stopped` or
745
745
  `unresponsive`. Reads never request daemon shutdown. They use an older
746
- daemon when its wire-protocol identity is compatible; a truly incompatible
747
- daemon is reported with its pid and version. A client older than the daemon
748
- it finds — a session still on a previous plugin — keeps the directional
749
- `DaemonNewer` behavior and never shuts it down.
746
+ or newer daemon when its wire-protocol identity is compatible; a truly
747
+ incompatible daemon is reported with its pid and version. Submissions and
748
+ mutations from a client older than the daemon — a session still on a
749
+ previous plugin — keep the directional `DaemonNewer` behavior and never
750
+ write to or shut down that daemon.
750
751
  - The state directory is not migrated between installs. Every rendered
751
752
  document names the one in use (`state dir …` in the header; `stateRoot` in
752
753
  `--json`), so a `CARGO_HAULER_STATE_DIR` change is visible on the next
@@ -1025,8 +1026,8 @@ ships no preview harness of its own.
1025
1026
 
1026
1027
  agent-bundle does not yet have an npm release; this repository pins the
1027
1028
  [pkg.pr.new](https://pkg.pr.new) preview of Agent Bundle main commit
1028
- [`3d769d6`](https://github.com/ScriptedAlchemy/agent-bundle/commit/3d769d6c52ed33532ec3927d64aa66f54486af8d),
1029
- through [Agent Bundle PR #792](https://github.com/ScriptedAlchemy/agent-bundle/pull/792),
1029
+ [`62ffe40`](https://github.com/ScriptedAlchemy/agent-bundle/commit/62ffe403c5af73499fe7f5767c6d60be26e250db),
1030
+ through [Agent Bundle PR #794](https://github.com/ScriptedAlchemy/agent-bundle/pull/794),
1030
1031
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1031
1032
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1032
1033
  `agent` component kind as unavailable on every host (agent-bundle G5