mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-10 01:29:37 +00:00
docs: add kibi-opencode plugin entry
This commit is contained in:
parent
6624a86531
commit
2ee1749fc8
1 changed files with 28 additions and 0 deletions
28
data/plugins/kibi-opencode.yaml
Normal file
28
data/plugins/kibi-opencode.yaml
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue