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.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -2
- package/dist/.claude-plugin/marketplace.json +1 -1
- package/dist/.claude-plugin/plugin.json +1 -1
- package/dist/.codex-plugin/plugin.json +1 -1
- package/dist/.cursor-plugin/plugin.json +1 -1
- package/dist/AGENTS.md +6 -7
- package/dist/INSTALL.md +1 -1
- package/dist/README.md +2 -2
- package/dist/agent-bundle.compile-evidence.json +1 -1
- package/dist/agent-bundle.manifest.json +1 -1
- package/dist/agent-bundle.package-compile-evidence.json +1 -1
- package/dist/bin/cargo-hauler-flight.mjs +59 -49
- package/dist/bin/cargo-hauler-install.js +28 -28
- package/dist/bin/cargo-hauler.mjs +89 -89
- package/dist/bin/hauler.js +21 -21
- package/dist/hooks/event-route-session-start.claude.mjs +41 -41
- package/dist/hooks/event-route-session-start.codex.mjs +41 -41
- package/dist/hooks/event-route-session-start.cursor.mjs +41 -41
- package/dist/hooks/event-route-stop.claude.mjs +41 -41
- package/dist/hooks/event-route-stop.codex.mjs +41 -41
- package/dist/hooks/event-route-stop.cursor.mjs +41 -41
- package/dist/hooks/event-route-tool-after.claude.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-after.claude.mjs +37 -37
- package/dist/hooks/event-route-tool-after.codex.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-after.codex.mjs +37 -37
- package/dist/hooks/event-route-tool-after.cursor.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-after.cursor.mjs +37 -37
- package/dist/hooks/event-route-tool-before.claude.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-before.claude.mjs +31 -31
- package/dist/hooks/event-route-tool-before.codex.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-before.codex.mjs +31 -31
- package/dist/hooks/event-route-tool-before.cursor.execute.mjs +41 -41
- package/dist/hooks/event-route-tool-before.cursor.mjs +31 -31
- package/dist/hooks/hooks-flight.mjs +37 -37
- package/dist/install.mjs +1 -1
- package/dist/mcp/mcp-hauler-2b8242f9-flight.mjs +110 -74
- package/dist/mcp/mcp-hauler-2b8242f9.mjs +175 -139
- package/dist/mcp-apps/dashboard.html +2 -2
- package/dist/package.json +3 -3
- package/dist/plugin.json +1 -1
- package/dist/scripts/hauler.mjs +21 -21
- package/dist/skills/cargo-hauler/SKILL.md +32 -136
- package/dist/skills/hauler-dashboard/SKILL.md +1 -1
- 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
|
-
[`
|
|
1029
|
-
through [Agent Bundle PR #
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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.
|
|
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
|
-
[`
|
|
1029
|
-
through [Agent Bundle PR #
|
|
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
|