cargo-hauler 0.9.1 → 0.9.3

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 (44) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  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 +13 -0
  8. package/dist/INSTALL.md +9 -4
  9. package/dist/README.md +1 -1
  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 +56 -47
  14. package/dist/bin/cargo-hauler-install.js +36 -31
  15. package/dist/bin/cargo-hauler.mjs +271 -262
  16. package/dist/bin/hauler.js +28 -19
  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 +46 -37
  25. package/dist/hooks/event-route-tool-after.codex.execute.mjs +41 -41
  26. package/dist/hooks/event-route-tool-after.codex.mjs +46 -37
  27. package/dist/hooks/event-route-tool-after.cursor.execute.mjs +41 -41
  28. package/dist/hooks/event-route-tool-after.cursor.mjs +46 -37
  29. package/dist/hooks/event-route-tool-before.claude.execute.mjs +41 -41
  30. package/dist/hooks/event-route-tool-before.claude.mjs +41 -32
  31. package/dist/hooks/event-route-tool-before.codex.execute.mjs +41 -41
  32. package/dist/hooks/event-route-tool-before.codex.mjs +41 -32
  33. package/dist/hooks/event-route-tool-before.cursor.execute.mjs +41 -41
  34. package/dist/hooks/event-route-tool-before.cursor.mjs +41 -32
  35. package/dist/hooks/hooks-flight.mjs +43 -34
  36. package/dist/install.mjs +1 -1
  37. package/dist/mcp/mcp-hauler-2b8242f9-flight.mjs +80 -71
  38. package/dist/mcp/mcp-hauler-2b8242f9.mjs +113 -104
  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 +28 -19
  43. package/dist/skills/hauler-dashboard/SKILL.md +1 -1
  44. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 093368c: Resolve a symlinked default cache directory before daemon startup while retaining the strict no-symlink policy for explicit `CARGO_HAULER_STATE_DIR` paths.
8
+
9
+ ## 0.9.2
10
+
11
+ ### Patch Changes
12
+
13
+ - c7eb5c3: Preserve nested Codex MCP overrides when the generated installer replaces an enabled plugin. Refuse replacement when plugin-level enablement is disabled or unknown.
14
+
3
15
  ## 0.9.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1028,7 +1028,7 @@ ships no preview harness of its own.
1028
1028
 
1029
1029
  This repository pins the
1030
1030
  [pkg.pr.new](https://pkg.pr.new) preview of Agent Bundle main commit
1031
- [`57a9196`](https://github.com/ScriptedAlchemy/agent-bundle/commit/57a9196caf2590ece001799eaeed92613352bc21),
1031
+ [`ab5ae66`](https://github.com/ScriptedAlchemy/agent-bundle/commit/ab5ae66e1d9c2829a092640c586e2b3eacc4be88),
1032
1032
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1033
1033
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1034
1034
  `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.9.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.9.3"}]}
@@ -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.9.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.9.3"}
@@ -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.9.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.9.3"}
@@ -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.9.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.9.3"}
package/dist/AGENTS.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Agent instructions
2
2
 
3
+ ## Release and cleanup
4
+
5
+ Publish exclusively through `.github/workflows/release.yml` with GitHub OIDC.
6
+ The package release scripts are workflow entrypoints: never publish locally,
7
+ request npm publishing tokens/login, or troubleshoot local publishing auth.
8
+ Use the existing Changesets flow and verify Actions plus the registry before
9
+ updating installations.
10
+
11
+ Delete unused code, scripts, duplicate workarounds, and legacy installs after
12
+ checking active owners/references. Preserve auth, operator env, durable data,
13
+ and intentional duplicate suppression. Prefer existing helpers, stdlib, and
14
+ native features over new wrappers or fallback frameworks.
15
+
3
16
  ## Build and check
4
17
 
5
18
  - `pnpm run build` compiles one composite plugin root (`artifact/`: the
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.9.1`
5
+ Version: `0.9.3`
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
@@ -76,15 +76,20 @@ codex plugin add cargo-hauler@cargo-hauler-marketplace
76
76
 
77
77
  ### Reinstall after a same-version rebuild
78
78
 
79
- `codex plugin add` re-copies the marketplace snapshot but never deletes files a rebuild removed.
80
- Remove and add again for a clean same-version copy:
79
+ `codex plugin add` re-copies the marketplace snapshot and keeps plugin settings in `config.toml`.
80
+ `codex plugin remove` deletes that settings subtree, including nested MCP overrides, so a same-version
81
+ refresh is add-only:
81
82
 
82
83
  ```sh
83
- codex plugin remove cargo-hauler@cargo-hauler-marketplace
84
84
  codex plugin marketplace add ./
85
85
  codex plugin add cargo-hauler@cargo-hauler-marketplace
86
86
  ```
87
87
 
88
+ Native add resets a plugin-level `enabled = false` to `true`.
89
+ The native plugin CLI has no qualified settings-preserving update API, so the optional
90
+ `agent-bundle install` refuses replacement when `plugin list --json` reports `enabled: false`
91
+ or omits `enabled` (`AB7004`) and leaves that install unchanged. Enable the plugin in Codex first, then rerun.
92
+
88
93
  With the optional `agent-bundle` CLI, `agent-bundle install codex --from ./` runs this sequence
89
94
  automatically when the installed copy has the same version but a different content hash; `--replace`
90
95
  (alias `--force`) forces it.
package/dist/README.md CHANGED
@@ -1028,7 +1028,7 @@ ships no preview harness of its own.
1028
1028
 
1029
1029
  This repository pins the
1030
1030
  [pkg.pr.new](https://pkg.pr.new) preview of Agent Bundle main commit
1031
- [`57a9196`](https://github.com/ScriptedAlchemy/agent-bundle/commit/57a9196caf2590ece001799eaeed92613352bc21),
1031
+ [`ab5ae66`](https://github.com/ScriptedAlchemy/agent-bundle/commit/ab5ae66e1d9c2829a092640c586e2b3eacc4be88),
1032
1032
  for `agent-bundle`, `@agent-bundle/runtime`, and their paired
1033
1033
  `rsc-markdown-stream` preview. This pin emits manifest v6. `inspect` reports the
1034
1034
  `agent` component kind as unavailable on every host (agent-bundle G5