From fb70411be5bd76c07ddeef89a13268c600442e59 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 20 Jun 2026 01:41:15 +0000
Subject: [PATCH] docs: auto-regenerate README and registry data
---
README.md | 21 +++++++++++++++++++++
dist/registry.json | 30 ++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/README.md b/README.md
index 4710fb1..5920a4a 100644
--- a/README.md
+++ b/README.md
@@ -259,6 +259,18 @@
+
+ kibi-opencode
- Repo-local, branch-scoped knowledge and traceability for OpenCode
+
+ Plugin-first entry point into the Kibi stack for OpenCode users. It adds context-aware
+guidance, routes durable code comments toward Kibi artifacts, runs non-blocking background
+sync and targeted validation checks, and helps keep repo knowledge branch-local and queryable.
+
+
+ 🔗 View Repository
+
+
+
Kilo Gateway Auth
- Kilo Gateway provider
@@ -1149,6 +1161,15 @@ Also available for bat and Ghostty in the same repository.
+
+ bx
- macOS file-system sandbox for AI coding agents
+
+ Launch OpenCode, VSCode, Claude Code, or any command in a macOS sandbox (sandbox-exec). Dynamically blocks access to everything except the project directory — no containers, no VMs, just one command.
+
+ 🔗 View Repository
+
+
+
CLI Proxy API
- Multi-model proxy
diff --git a/dist/registry.json b/dist/registry.json
index 969489d..b9a883f 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -299,6 +299,24 @@
],
"tags": []
},
+ {
+ "productId": "kibi-opencode",
+ "type": "plugins",
+ "displayName": "kibi-opencode",
+ "repoUrl": "https://github.com/Looted/kibi",
+ "tagline": "Repo-local, branch-scoped knowledge and traceability for OpenCode",
+ "description": "Plugin-first entry point into the Kibi stack for OpenCode users. It adds context-aware\nguidance, routes durable code comments toward Kibi artifacts, runs non-blocking background\nsync and targeted validation checks, and helps keep repo knowledge branch-local and queryable.\n",
+ "scope": [
+ "project"
+ ],
+ "tags": [
+ "opencode",
+ "plugin",
+ "mcp",
+ "traceability"
+ ],
+ "installation": "## Install\nAdd the plugin to your project `opencode.json`:\n\n```json\n{\n \"$schema\": \"https://opencode.ai/config.json\",\n \"plugin\": [\"kibi-opencode\"]\n}\n```\n\nOpenCode installs npm plugins declared in `plugin` automatically at startup.\n\nAfter startup, run `/init-kibi` in the repository to bootstrap the Kibi knowledge base.\n"
+ },
{
"productId": "kilo-auth",
"type": "plugins",
@@ -1341,6 +1359,18 @@
],
"tags": []
},
+ {
+ "productId": "bx",
+ "type": "projects",
+ "displayName": "bx",
+ "repoUrl": "https://github.com/holtwick/bx-mac",
+ "tagline": "macOS file-system sandbox for AI coding agents",
+ "description": "Launch OpenCode, VSCode, Claude Code, or any command in a macOS sandbox (sandbox-exec). Dynamically blocks access to everything except the project directory — no containers, no VMs, just one command.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "cli-proxy-api",
"type": "projects",