From cad0047dcf727630e6eaec91bb970436da4d4ec0 Mon Sep 17 00:00:00 2001 From: 4 Bytes Robby Date: Wed, 1 Jul 2026 08:59:12 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20save=20state=202026-07-01=2008:58=20CE?= =?UTF-8?q?ST=20=E2=80=94=20AGENTS.md=20update,=20bump=20to=201.8.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index aee1e3a..5d09cac 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -53,11 +53,11 @@ Issues → Branch → PR → Merge (feature workflow) **CI:** `package.json` pins to a GitHub tag: ```json -"@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.4" +"@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.6" ``` When plugin-lib changes are merged: 1. Bump version in plugin-lib's `package.json` -2. Tag: `git tag v0.8.4 && git push --tags` +2. Tag: `git tag v0.8.6 && git push --tags` 3. Update all dependent plugins' `package.json` + `bun.lock` to new tag **Local dev:** Uses `bun link` to point `node_modules/@four-bytes/opencode-plugin-lib` at the local source `~/four-opencode-plugin-lib`: diff --git a/package.json b/package.json index 0b07641..fa2a606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@four-bytes/four-opencode-brain", - "version": "1.8.4", + "version": "1.8.5", "description": "Unified brain plugin — single SQLite DB for RAG search, memory, and knowledge base", "license": "Apache-2.0", "type": "module", @@ -15,7 +15,7 @@ "four-bytes" ], "dependencies": { - "@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.4", + "@four-bytes/opencode-plugin-lib": "github:four-bytes/four-opencode-plugin-lib#v0.8.5", "@opencode-ai/plugin": "1.16.2", "@opentui/core": "0.3.2", "@opentui/solid": "0.3.2",