f18c8410ad
A trailing mcp__…__* wildcard in an agent's tools: / a skill's allowed-tools: does not expand — verified by spawning the companion agent, which saw zero mcp__ tools despite the parent session having all 19 connected. Working plugins (cluster) enumerate every MCP tool by full name; do the same here. - agents/companion.md, skills/*: tools:/allowed-tools: now list all 19 mcp__plugin_nvim-agentic-companion_neovim__vim_* tools explicitly - companion.md: drop the stale nvim-mcp-repin.path/.service reference (re-pin is now the bridge's ExecStartPost); spell out the launch-race (issue #2) in the unavailability runbook Fixes #1. Refs #2.