diff --git a/skills/oci-deal-accelerator/SKILL.md b/skills/oci-deal-accelerator/SKILL.md index 753a603..4d6bced 100644 --- a/skills/oci-deal-accelerator/SKILL.md +++ b/skills/oci-deal-accelerator/SKILL.md @@ -25,6 +25,14 @@ Additional knowledge-base resources exposed by the same MCP server: - `kb://competitive/index` — competitor comparisons - `kb://field-knowledge/pricing` — pricing model, BYOL rules, free tiers +## Workspace boundary + +All methodology guidance and knowledge-base content lives in MCP resources served by the remote server (`skill://*`, `kb://*`). **This plugin ships no local KB files.** + +Do NOT read from the working directory to satisfy methodology steps — pre-flight checks, changelog banners, KB lookups, YAML catalogs, pricing files, and similar do not exist locally. Whatever directory Codex was invoked in, it is not the skill repo. Any `read_file`, `ls`, or grep targeting `kb/`, `docs/`, `templates/`, `prompts/`, or similar paths to support the methodology wastes context and returns nothing useful. + +The working directory matters only when the user explicitly asks about files in it (e.g. "resumí este README"). Everything else flows through MCP resources and tools. + ## Tool surface (14) | Category | Tools |