@opencode/cli-node 0.0.0-reserved

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 +5 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @opencode/cli-node
2
+
3
+ Bootstrap placeholder for the official [OpenCode](https://opencode.ai) release pipeline.
4
+
5
+ This version contains no implementation or executable. Do not use it as a functional release.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@opencode/cli-node",
3
+ "version": "0.0.0-reserved",
4
+ "description": "OpenCode package bootstrap — not a functional release",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/anomalyco/opencode.git"
9
+ },
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org",
12
+ "access": "public",
13
+ "tag": "reserved"
14
+ }
15
+ }