docs: create GitHub Wiki for MGW documentation#65
Merged
snipcodeit merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
Add wiki/ directory containing 7 wiki pages plus sidebar and deploy script. Pages cover: Home (overview + navigation), Getting Started (installation, prerequisites, first run), Commands Reference (all /mgw:* commands with usage and examples), Workflow Guide (end-to-end walkthroughs), Architecture (two-layer model, pipeline flow, state management), Configuration (.mgw/ directory, schemas, settings), and Troubleshooting (common issues and solutions). All pages are cross-linked using GitHub wiki [[Page Name]] syntax. The deploy.sh script pushes pages to the wiki git repo once the wiki is initialized via the GitHub web UI. Also adds wiki link to the README Documentation table. Co-Authored-By: Claude Opus 4.6 <[email protected]>
This was referenced Feb 27, 2026
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
[[Page Name]]wiki syntax with a_Sidebar.mdfor persistent navigationwiki/deploy.shscript to push pages to the wiki git repo once wiki is initialized via GitHub web UICloses #54
Milestone Context
Changes
/mgw:*commands with usage, flags, examples, and CLI equivalents.mgw/directory structure, project.json schema, issue state schema, cross-refs.json, environment variables, CLI flags, templates, slug formatDeployment Note
The GitHub wiki git repository does not exist until the first page is created through the GitHub web UI. To deploy:
cd wiki && bash deploy.shto push all pagesTest Plan
.mdfiles render correctly as standalone markdown[[Page Name]]links resolve to valid filenames (Page-Name.md)_Sidebar.mdincludes links to all 7 pagesdeploy.shscript runs without errors (after wiki is initialized)🤖 Generated with Claude Code