chore(guides): update guides#348
Merged
Merged
Conversation
krls2020
added a commit
to zeropsio/zcp
that referenced
this pull request
Jun 4, 2026
…rce surface ZCP is now tools-only: all curated knowledge is retrieved through the zerops_knowledge tool (uri="zerops://<ns>/<path>"), never the MCP resources protocol — a non-universal client capability (codex/grok/antigravity may not implement it) that cannot carry ZCP's adaptive, placeholder-substituted knowledge. - Remove internal/server/resources.go + resources_test.go + the registerResources() call site; the go-sdk now omits capabilities.resources from the initialize handshake (no AddResourceTemplate, HasResources unset). Pinned by TestServer_DoesNotAdvertiseResourcesCapability. - query= search output: tools-layer searchHit carries an explicit `fetch` directive instead of a bare `uri` (B-replace); recipe-atom synonym hits emit `zerops_workflow action=dispatch-brief-atom atomId=...` (not a dead uri=). Pinned by TestKnowledgeTool_Query_EmitsFetchHint + _SynonymHit_FetchIsDispatch; the two []SearchResult parse tests migrated to []searchHit. - Converge agent-facing bare `zerops://` onto the tool-call form: 8 theme refinement-reference cross-refs (ig_one_mechanism, refinement_thresholds) + 3 recipe brief sites (briefs_refinement catalog, refinement_suspects reason, tailwind_componentry); recipe pins updated to assert the tool-call shape. - Add TestNoBareZeropsURIInAgentContent — fails CI if a bare backticked zerops:// reappears in git-tracked agent-facing markdown. - CLAUDE.md: pin the tools-only single-format invariant. - 3 guides converged upstream via zeropsio/docs#348 (gitignored; lands via CI sync pull guides). - Known follow-up: internal/recipe/briefs_design_tokens.go:29 (read-denied locally) still emits one bare `zerops://themes/design-system` — convert when edit access permits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated guide sync from ZCP.
Updates 3 guide files.