pantheon-opencode 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pantheon-opencode",
3
- "version": "1.0.0",
4
- "description": "Multi-agent orchestration for OpenCode \u2014 14 specialized agents, TDD, Themis review gates.",
3
+ "version": "1.0.1",
4
+ "description": "Multi-agent orchestration for OpenCode 14 specialized agents, TDD, Themis review gates.",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/"
@@ -15,7 +15,7 @@
15
15
  "start": "OPENCODE_EXPERIMENTAL_BACKGROUND_SUBAGENTS=true opencode"
16
16
  },
17
17
  "bin": {
18
- "pantheon-orchestrator": "./bin/pantheon-init.mjs"
18
+ "pantheon-opencode": "bin/pantheon-init.mjs"
19
19
  },
20
20
  "files": [
21
21
  "LICENSE",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "repository": {
55
55
  "type": "git",
56
- "url": "https://github.com/ils15/pantheon.git"
56
+ "url": "https://github.com/ils15/pantheon-opencode.git"
57
57
  },
58
58
  "keywords": [
59
59
  "github",
@@ -69,4 +69,4 @@
69
69
  "node": ">=18"
70
70
  },
71
71
  "preferGlobal": true
72
- }
72
+ }