From 64b06dd0fa40b7d653cd9c38c204e58197ef1be9 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 21 Apr 2026 06:44:26 +0000 Subject: [PATCH] fix: add missing allowed-tools declaration to knowledge-guide agent The knowledge-guide agent reads ${CLAUDE_PLUGIN_ROOT}/reference/ files to back its methodology advice, but declared no allowed-tools. Without the Read tool granted, those file reads will fail at runtime. Co-Authored-By: Claude Code --- agents/knowledge-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/agents/knowledge-guide.md b/agents/knowledge-guide.md index 9e9fd34..fc15ec9 100644 --- a/agents/knowledge-guide.md +++ b/agents/knowledge-guide.md @@ -2,6 +2,7 @@ name: knowledge-guide description: Proactive methodology guidance agent. Monitors note creation and provides real-time quality advice. Suggests connections, flags quality issues, recommends MOC updates. Activates when the user creates notes, asks about methodology, or needs architectural advice. model: sonnet +allowed-tools: Read --- You are a knowledge systems guide, backed by the Ars Contexta methodology.