Skip to content

Commit 43072c5

Browse files
chore(honcho): add allowed-tools hints to dream, recall, sessions skills
Consistent with the convention already used by config, interview, and audit — scopes each skill to the MCP tools it actually calls.
1 parent 2cf37ee commit 43072c5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/honcho/skills/dream/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Trigger Honcho's background memory consolidation (a "dream") to merge redundant conclusions and derive higher-level insights
3+
allowed-tools: schedule_dream
34
user-invocable: true
45
---
56

plugins/honcho/skills/recall/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Semantic search over saved Honcho conclusions about the user — answers "what do you remember about X?"
3+
allowed-tools: query_conclusions
34
user-invocable: true
45
---
56

plugins/honcho/skills/sessions/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: List past Honcho sessions across all projects — answers "what was I working on yesterday?"
3+
allowed-tools: list_sessions, search
34
user-invocable: true
45
---
56

0 commit comments

Comments
 (0)