docs: auto-regenerate README and registry data

This commit is contained in:
github-actions[bot] 2026-06-20 01:41:15 +00:00
parent 3b9ba97cc8
commit fb70411be5
2 changed files with 51 additions and 0 deletions

View file

@ -259,6 +259,18 @@
</blockquote>
</details>
<details>
<summary><b>kibi-opencode</b> <img src="https://badgen.net/github/stars/Looted/kibi" height="14"/> - <i>Repo-local, branch-scoped knowledge and traceability for OpenCode</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/Looted/kibi">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>Kilo Gateway Auth</b> <img src="https://badgen.net/github/stars/JungHoonGhae/opencode-kilo-auth" height="14"/> - <i>Kilo Gateway provider</i></summary>
<blockquote>
@ -1149,6 +1161,15 @@ Also available for bat and Ghostty in the same repository.
</blockquote>
</details>
<details>
<summary><b>bx</b> <img src="https://badgen.net/github/stars/holtwick/bx-mac" height="14"/> - <i>macOS file-system sandbox for AI coding agents</i></summary>
<blockquote>
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.
<br><br>
<a href="https://github.com/holtwick/bx-mac">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>CLI Proxy API</b> <img src="https://badgen.net/github/stars/router-for-me/CLIProxyAPI" height="14"/> - <i>Multi-model proxy</i></summary>
<blockquote>

30
dist/registry.json vendored
View file

@ -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",