squadrant 0.18.0 → 0.19.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "squadrant",
3
3
  "packageManager": "pnpm@10.30.3",
4
- "version": "0.18.0",
4
+ "version": "0.19.0",
5
5
  "description": "Multi-project orchestration for your coding agents (Claude, Codex, opencode, Gemini)",
6
6
  "type": "module",
7
7
  "bin": {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
  # Regenerate the codex app-server protocol bindings.
3
3
  # Requires codex-cli ≥0.130.0 on PATH.
4
- # Output goes to vendor/ (outside src/) so tsc/tsup and GitNexus skip it.
4
+ # Output goes to vendor/ (outside src/) so tsc/tsup skip it.
5
5
  set -euo pipefail
6
6
  OUT="packages/agents/vendor/codex-protocol"
7
7
  rm -rf "$OUT"