chore: rename package.json and platform packages to oh-my-openagent
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+14
-14
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode",
|
"name": "oh-my-openagent",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
"description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
"oh-my-opencode": "bin/oh-my-opencode.js"
|
"oh-my-openagent": "bin/oh-my-openagent.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"./schema.json": "./dist/oh-my-opencode.schema.json"
|
"./schema.json": "./dist/oh-my-openagent.schema.json"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && tsc --emitDeclarationOnly && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:schema",
|
"build": "bun build src/index.ts --outdir dist --target bun --format esm --external @ast-grep/napi && tsc --emitDeclarationOnly && bun build src/cli/index.ts --outdir dist/cli --target bun --format esm --external @ast-grep/napi && bun run build:schema",
|
||||||
@@ -76,17 +76,17 @@
|
|||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"oh-my-opencode-darwin-arm64": "3.11.0",
|
"oh-my-openagent-darwin-arm64": "3.11.0",
|
||||||
"oh-my-opencode-darwin-x64": "3.11.0",
|
"oh-my-openagent-darwin-x64": "3.11.0",
|
||||||
"oh-my-opencode-darwin-x64-baseline": "3.11.0",
|
"oh-my-openagent-darwin-x64-baseline": "3.11.0",
|
||||||
"oh-my-opencode-linux-arm64": "3.11.0",
|
"oh-my-openagent-linux-arm64": "3.11.0",
|
||||||
"oh-my-opencode-linux-arm64-musl": "3.11.0",
|
"oh-my-openagent-linux-arm64-musl": "3.11.0",
|
||||||
"oh-my-opencode-linux-x64": "3.11.0",
|
"oh-my-openagent-linux-x64": "3.11.0",
|
||||||
"oh-my-opencode-linux-x64-baseline": "3.11.0",
|
"oh-my-openagent-linux-x64-baseline": "3.11.0",
|
||||||
"oh-my-opencode-linux-x64-musl": "3.11.0",
|
"oh-my-openagent-linux-x64-musl": "3.11.0",
|
||||||
"oh-my-opencode-linux-x64-musl-baseline": "3.11.0",
|
"oh-my-openagent-linux-x64-musl-baseline": "3.11.0",
|
||||||
"oh-my-opencode-windows-x64": "3.11.0",
|
"oh-my-openagent-windows-x64": "3.11.0",
|
||||||
"oh-my-opencode-windows-x64-baseline": "3.11.0"
|
"oh-my-openagent-windows-x64-baseline": "3.11.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@opencode-ai/sdk": "^1.2.24"
|
"@opencode-ai/sdk": "^1.2.24"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-darwin-arm64",
|
"name": "oh-my-openagent-darwin-arm64",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (darwin-arm64)",
|
"description": "Platform-specific binary for oh-my-openagent (darwin-arm64)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-darwin-x64-baseline",
|
"name": "oh-my-openagent-darwin-x64-baseline",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (darwin-x64-baseline, no AVX2)",
|
"description": "Platform-specific binary for oh-my-openagent (darwin-x64-baseline, no AVX2)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-darwin-x64",
|
"name": "oh-my-openagent-darwin-x64",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (darwin-x64)",
|
"description": "Platform-specific binary for oh-my-openagent (darwin-x64)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-arm64-musl",
|
"name": "oh-my-openagent-linux-arm64-musl",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-arm64-musl)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-arm64-musl)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-arm64",
|
"name": "oh-my-openagent-linux-arm64",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-arm64)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-arm64)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-x64-baseline",
|
"name": "oh-my-openagent-linux-x64-baseline",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-x64-baseline, no AVX2)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-x64-baseline, no AVX2)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-x64-musl-baseline",
|
"name": "oh-my-openagent-linux-x64-musl-baseline",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl-baseline, no AVX2)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-x64-musl-baseline, no AVX2)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-x64-musl",
|
"name": "oh-my-openagent-linux-x64-musl",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-x64-musl)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-linux-x64",
|
"name": "oh-my-openagent-linux-x64",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (linux-x64)",
|
"description": "Platform-specific binary for oh-my-openagent (linux-x64)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-windows-x64-baseline",
|
"name": "oh-my-openagent-windows-x64-baseline",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (windows-x64-baseline, no AVX2)",
|
"description": "Platform-specific binary for oh-my-openagent (windows-x64-baseline, no AVX2)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "oh-my-opencode-windows-x64",
|
"name": "oh-my-openagent-windows-x64",
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"description": "Platform-specific binary for oh-my-opencode (windows-x64)",
|
"description": "Platform-specific binary for oh-my-openagent (windows-x64)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user