Browse Source

chore(release): reconcile all manifests to single version 1.1.0

Bump VERSION, root package.json, packages/cli, packages/compatibility-layer,
packages/plugin-abilities, evals/framework, .claude-plugin/marketplace.json and
plugins/claude-code/.claude-plugin/plugin.json (was 1.0.2 in-repo, not just cache)
to 1.1.0 so CC /plugin update fires (> cached 1.0.2). Sync workspace version
fields in package-lock.json, bun.lock, evals/framework/package-lock.json and
packages/compatibility-layer/package-lock.json; dependency versions untouched.
Evidence: version-field-only diff; packages/cli bun test 142/142 pass.

Task: canonical-refactor-03
darrenhinde 3 weeks ago
parent
commit
5881767df1

+ 1 - 1
.claude-plugin/marketplace.json

@@ -10,7 +10,7 @@
       "name": "oac",
       "source": "./plugins/claude-code",
       "description": "Ship faster with AI-powered development workflows. Automates code review, test generation, documentation, and task breakdown. Context-aware agents understand your codebase and enforce your team's standards.",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "author": {
         "name": "darrenhinde",
         "url": "https://github.com/darrenhinde"

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.1
+1.1.0

+ 3 - 3
bun.lock

@@ -10,7 +10,7 @@
     },
     "evals/framework": {
       "name": "@opencode-agents/eval-framework",
-      "version": "0.1.1",
+      "version": "1.1.0",
       "dependencies": {
         "@opencode-ai/sdk": "^1.0.90",
         "glob": "^13.0.0",
@@ -29,7 +29,7 @@
     },
     "packages/cli": {
       "name": "@nextsystems/oac-cli",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "bin": {
         "oac": "./dist/index.js",
       },
@@ -50,7 +50,7 @@
     },
     "packages/compatibility-layer": {
       "name": "@openagents-control/compatibility-layer",
-      "version": "0.1.0",
+      "version": "1.1.0",
       "bin": {
         "oac-compat": "dist/cli/index.js",
       },

+ 2 - 2
evals/framework/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "@opencode-agents/eval-framework",
-  "version": "0.1.1",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@opencode-agents/eval-framework",
-      "version": "0.1.1",
+      "version": "1.1.0",
       "license": "MIT",
       "dependencies": {
         "@opencode-ai/sdk": "^1.0.90",

+ 1 - 1
evals/framework/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@opencode-agents/eval-framework",
-  "version": "0.1.1",
+  "version": "1.1.0",
   "type": "module",
   "description": "Evaluation framework for OpenCode agents",
   "main": "dist/index.js",

+ 5 - 5
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "@nextsystems/oac",
-  "version": "0.7.1",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@nextsystems/oac",
-      "version": "0.7.1",
+      "version": "1.1.0",
       "license": "MIT",
       "workspaces": [
         "evals/framework",
@@ -25,7 +25,7 @@
     },
     "evals/framework": {
       "name": "@opencode-agents/eval-framework",
-      "version": "0.1.1",
+      "version": "1.1.0",
       "license": "MIT",
       "dependencies": {
         "@opencode-ai/sdk": "^1.0.90",
@@ -4995,7 +4995,7 @@
     },
     "packages/cli": {
       "name": "@nextsystems/oac-cli",
-      "version": "1.0.0",
+      "version": "1.1.0",
       "dependencies": {
         "@openagents-control/compatibility-layer": "*",
         "chalk": "^5.3.0",
@@ -5019,7 +5019,7 @@
     },
     "packages/compatibility-layer": {
       "name": "@openagents-control/compatibility-layer",
-      "version": "0.1.0",
+      "version": "1.1.0",
       "license": "MIT",
       "dependencies": {
         "chalk": "^5.3.0",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nextsystems/oac",
-  "version": "0.7.1",
+  "version": "1.1.0",
   "description": "AI agent framework for plan-first development workflows with approval-based execution. Multi-language support for TypeScript, Python, Go, Rust and more.",
   "workspaces": [
     "evals/framework",

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nextsystems/oac-cli",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "OAC CLI — install, manage, and update AI agents and context files",
   "type": "module",
   "bin": {

+ 2 - 2
packages/compatibility-layer/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "@openagents-control/compatibility-layer",
-  "version": "0.1.0",
+  "version": "1.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@openagents-control/compatibility-layer",
-      "version": "0.1.0",
+      "version": "1.1.0",
       "license": "MIT",
       "dependencies": {
         "chalk": "^5.3.0",

+ 1 - 1
packages/compatibility-layer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@openagents-control/compatibility-layer",
-  "version": "0.1.0",
+  "version": "1.1.0",
   "type": "module",
   "description": "Compatibility layer for converting OpenAgents Control agents to/from other AI coding tools (Cursor, Claude Code, Windsurf)",
   "main": "dist/index.js",

+ 1 - 1
packages/plugin-abilities/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@openagents/plugin-abilities",
-  "version": "0.1.0",
+  "version": "1.1.0",
   "description": "Enforced, validated workflows for OpenCode agents",
   "type": "module",
   "main": "dist/index.js",

+ 1 - 1
plugins/claude-code/.claude-plugin/plugin.json

@@ -1,7 +1,7 @@
 {
   "name": "oac",
   "description": "OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.",
-  "version": "1.0.2",
+  "version": "1.1.0",
   "author": {
     "name": "darrenhinde",
     "url": "https://github.com/darrenhinde"