From 9a5f1d4d83b9706bfe5d4a044b96ee6f492f8955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20D=C3=B6llinger?= <75829913+MrDoe@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:25:36 +0200 Subject: [PATCH] Fix formatting of OpenCode Integration section in ReadMe --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a752b9e..1f5b906 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -169,10 +169,10 @@ OpenCodeRAG registers tools that agents can invoke directly. Agents discover the When using OpenCode, the plugin enhances your agent with three discovery mechanisms: -### 1. Skill-Based Discovery (Recommended) +### 1. Skill-Based Discovery `opencode-rag init` creates `.opencode/skills/opencode-rag/SKILL.md` - an OpenCode skill that teaches agents the tool workflow. Agents load it on demand via the `skill` tool, keeping token overhead minimal. -### 2. System Prompt Guidance (Conditional) +### 2. System Prompt Guidance When chunks are indexed, a brief tool list is prepended to the system prompt so agents know the tools exist. This is skipped when no chunks are indexed to save tokens. ### 3. On-Demand RAG Context (Ctrl+Enter / Ctrl+Alt+Enter)