From 2ee1749fc8f04398fa5e3ceddda39957819fffe6 Mon Sep 17 00:00:00 2001 From: Piotr Franczyk Date: Fri, 3 Apr 2026 15:27:26 +0200 Subject: [PATCH] docs: add kibi-opencode plugin entry --- data/plugins/kibi-opencode.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 data/plugins/kibi-opencode.yaml diff --git a/data/plugins/kibi-opencode.yaml b/data/plugins/kibi-opencode.yaml new file mode 100644 index 0000000..ada0758 --- /dev/null +++ b/data/plugins/kibi-opencode.yaml @@ -0,0 +1,28 @@ +name: kibi-opencode +repo: 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 + 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. +scope: + - project +tags: + - opencode + - plugin + - mcp + - traceability +installation: | + ## Install + Add the plugin to your project `opencode.json`: + + ```json + { + "$schema": "https://opencode.ai/config.json", + "plugin": ["kibi-opencode"] + } + ``` + + OpenCode installs npm plugins declared in `plugin` automatically at startup. + + After startup, run `/init-kibi` in the repository to bootstrap the Kibi knowledge base.