opencode-orchestrator-plugin 1.0.0-beta.0 → 1.0.0-beta.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Orchestrator is a specialized OpenCode plugin designed to enforce a rigorous, **Context-Driven Development** lifecycle. It transforms OpenCode from a reactive coding tool into a proactive project architect that follows a strict protocol to specify, plan, and implement software features and bug fixes.
6
6
 
7
- Note: Slash commands now use the `/orchestrator:*` prefix to differentiate this rebranded plugin from the original opencode-conductor project. This plugin is OpenCode-only and does not target Gemini CLI.
7
+ Note: Slash commands use the `/orchestrator:*` prefix. This plugin is OpenCode-only and does not target Gemini CLI.
8
8
 
9
9
  The philosophy is simple: **control your code by controlling your context.** By treating project requirements and plans as managed artifacts, Orchestrator ensures every agent interaction is grounded in deep, persistent project awareness.
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-orchestrator-plugin",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "Orchestrator plugin for OpenCode",
5
5
  "type": "module",
6
6
  "repository": {