docs: wiki content-root ADR 0006 + instruction-update runbook + MCP-plugin instructions#420
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds governance and maintenance documentation to prevent wiki content-root drift across the Z-Shell workspace, including an ADR capturing the boundary decision and instruction/runbook updates to keep guidance current.
Changes:
- Add ADR 0006 defining fixed scopes for the wiki’s
docs/,community/, andecosystem/content roots. - Add a runbook checklist for updating agent/contributor instructions when new features/content areas are introduced.
- Add canonical MCP plugin/toolkit usage guidance, including read-only / confirmation rules for OAuth-gated services.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
runbooks/instruction-update.md |
New runbook checklist for keeping instruction files in sync with repo/content changes. |
decisions/0006-wiki-content-root-boundaries.md |
New proposed ADR documenting wiki content-root scope boundaries and rationale. |
.github/instructions/mcp-plugins.instructions.md |
New workspace-wide guidance for MCP plugins and Claude Code toolkits, with safety/confirmation rules. |
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.
Summary
Governance companion to
z-shell/wikiPR #736. Records the wiki content-root boundary decision and adds maintenance routines so it does not recur.Changes
decisions/0006-wiki-content-root-boundaries.md, statusPROPOSED) —docs/is Zi user docs only;community/holds community + maintainer/operational guides;ecosystem/is the third-party catalog. Documents the divergent-duplicate incident that prompted it.runbooks/instruction-update.md— the routine for keeping agent/contributor instructions current when a feature or content area is added (wiki, org, and other-repo checklists + agent prompt template)..github/instructions/mcp-plugins.instructions.md— canonical, reusable guidance on when/how to use the workspace MCP plugins (Context7, Supabase, Cloudflare, Greptile) and Claude Code toolkits, including read-only/confirmation policy for OAuth-gated live services.Notes
PROPOSEDperrunbooks/adr.md— needs maintainer confirmation beforeACCEPTED.AGENTS.mdwill gain a short pointer to the MCP-plugin instructions once this merges.