Problem
The CLI's MCP search_documents tool description does not steer models toward the /archcore:context plugin skill for interactive, user-facing code-area summaries, so models may hand-roll a search instead of using the purpose-built pull surface.
Expected result
Extend the search_documents tool description in the CLI's MCP server instructions with a sentence pointing models at /archcore:context for interactive code-area summaries.
Impact
Nudges models toward the better pull surface, improving the "what applies before I edit" experience. Single doc-string edit.
Note
This lives in the separate Archcore CLI (Go) repo, not this plugin repo. File it there (or track cross-repo).
References
Design rationale: .archcore/plugin/context-skill-implementation.plan.md (Phase 1.5, deferred). Cross-repo.
Problem
The CLI's MCP
search_documentstool description does not steer models toward the/archcore:contextplugin skill for interactive, user-facing code-area summaries, so models may hand-roll a search instead of using the purpose-built pull surface.Expected result
Extend the
search_documentstool description in the CLI's MCP server instructions with a sentence pointing models at/archcore:contextfor interactive code-area summaries.Impact
Nudges models toward the better pull surface, improving the "what applies before I edit" experience. Single doc-string edit.
Note
This lives in the separate Archcore CLI (Go) repo, not this plugin repo. File it there (or track cross-repo).
References
Design rationale:
.archcore/plugin/context-skill-implementation.plan.md(Phase 1.5, deferred). Cross-repo.