hive-agent: enable the Skill built-in tool so installed skills are invokable

This commit is contained in:
damocles 2026-07-27 22:28:28 +02:00
commit 2c11a437b4
2 changed files with 11 additions and 4 deletions

View file

@ -206,7 +206,10 @@ status hint moved to the wake prompt + UI header.
## Tool whitelist (`mcp_config::ALLOWED_BUILTIN_TOOLS`)
- Allowed built-ins: `Edit`, `Glob`, `Grep`, `Read`, `Write`.
- Allowed built-ins: `Edit`, `Glob`, `Grep`, `Read`, `Skill`, `Write`.
`Skill` is what makes an installed plugin's `SKILL.md` invokable —
without it, a skill's `description` frontmatter never gets seen by
the model no matter how well it matches the task.
- Tool-group-gated built-ins: `WebFetch`, `WebSearch` (added when the
`web_tools` tool group is enabled — see P3RM1SS10NS tab).
- Denied by omission (absent from the harness `--tools` /