cargo-hauler 0.8.4 → 0.8.5

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 +6 -0
  2. package/README.md +2 -2
  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 +2 -2
  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 +59 -49
  14. package/dist/bin/cargo-hauler-install.js +28 -28
  15. package/dist/bin/cargo-hauler.mjs +89 -89
  16. package/dist/bin/hauler.js +21 -21
  17. package/dist/hooks/event-route-session-start.claude.mjs +41 -41
  18. package/dist/hooks/event-route-session-start.codex.mjs +41 -41
  19. package/dist/hooks/event-route-session-start.cursor.mjs +41 -41
  20. package/dist/hooks/event-route-stop.claude.mjs +41 -41
  21. package/dist/hooks/event-route-stop.codex.mjs +41 -41
  22. package/dist/hooks/event-route-stop.cursor.mjs +41 -41
  23. package/dist/hooks/event-route-tool-after.claude.execute.mjs +41 -41
  24. package/dist/hooks/event-route-tool-after.claude.mjs +37 -37
  25. package/dist/hooks/event-route-tool-after.codex.execute.mjs +41 -41
  26. package/dist/hooks/event-route-tool-after.codex.mjs +37 -37
  27. package/dist/hooks/event-route-tool-after.cursor.execute.mjs +41 -41
  28. package/dist/hooks/event-route-tool-after.cursor.mjs +37 -37
  29. package/dist/hooks/event-route-tool-before.claude.execute.mjs +41 -41
  30. package/dist/hooks/event-route-tool-before.claude.mjs +31 -31
  31. package/dist/hooks/event-route-tool-before.codex.execute.mjs +41 -41
  32. package/dist/hooks/event-route-tool-before.codex.mjs +31 -31
  33. package/dist/hooks/event-route-tool-before.cursor.execute.mjs +41 -41
  34. package/dist/hooks/event-route-tool-before.cursor.mjs +31 -31
  35. package/dist/hooks/hooks-flight.mjs +37 -37
  36. package/dist/install.mjs +1 -1
  37. package/dist/mcp/mcp-hauler-2b8242f9-flight.mjs +110 -74
  38. package/dist/mcp/mcp-hauler-2b8242f9.mjs +175 -139
  39. package/dist/mcp-apps/dashboard.html +2 -2
  40. package/dist/package.json +3 -3
  41. package/dist/plugin.json +1 -1
  42. package/dist/scripts/hauler.mjs +21 -21
  43. package/dist/skills/cargo-hauler/SKILL.md +32 -136
  44. package/dist/skills/hauler-dashboard/SKILL.md +1 -1
  45. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+
3
9
  ## 0.8.4
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1025,8 +1025,8 @@ ships no preview harness of its own.
1025
1025
 
1026
1026
  agent-bundle does not yet have an npm release; this repository pins the
1027
1027
  [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),
1028
+ [`62ffe40`](https://github.com/ScriptedAlchemy/agent-bundle/commit/62ffe403c5af73499fe7f5767c6d60be26e250db),
1029
+ through [Agent Bundle PR #794](https://github.com/ScriptedAlchemy/agent-bundle/pull/794),
1030
1030
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1031
1031
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1032
1032
  `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.5"}]}
@@ -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.5"}
@@ -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.5"}
@@ -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.5"}
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.5`
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
@@ -1025,8 +1025,8 @@ ships no preview harness of its own.
1025
1025
 
1026
1026
  agent-bundle does not yet have an npm release; this repository pins the
1027
1027
  [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),
1028
+ [`62ffe40`](https://github.com/ScriptedAlchemy/agent-bundle/commit/62ffe403c5af73499fe7f5767c6d60be26e250db),
1029
+ through [Agent Bundle PR #794](https://github.com/ScriptedAlchemy/agent-bundle/pull/794),
1030
1030
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1031
1031
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1032
1032
  `agent` component kind as unavailable on every host (agent-bundle G5