opencode-orchestrator 0.1.20 → 0.1.21

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-orchestrator",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "6-Agent collaborative architecture for OpenCode - Make any model reliable",
5
5
  "author": "agnusdei1207",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "release:patch": "bun run build:full && bun run test && bun run version:patch && bun run publish:npm && bun run release:git",
55
55
  "release:minor": "bun run build:full && bun run test && bun run version:minor && bun run publish:npm && bun run release:git",
56
56
  "release:major": "bun run build:full && bun run test && bun run version:major && bun run publish:npm && bun run release:git",
57
- "release:git": "git add -A && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag \"v$(node -p \"require('./package.json').version\")\" && git push && git push --tags && gh release create \"v$(node -p \"require('./package.json').version\")\" bin/orchestrator --title \"v$(node -p \"require('./package.json').version\")\" --generate-notes",
57
+ "release:git": "git add -A && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag \"v$(node -p \"require('./package.json').version\")\" && git push && git push --tags",
58
58
  "postinstall": "node dist/scripts/postinstall.js 2>/dev/null || true"
59
59
  },
60
60
  "dependencies": {