Add daily documentation sync from gh-aw repository#260
Closed
Copilot wants to merge 3 commits into
Closed
Conversation
Collaborator
|
@copilot import technical doc writer as well (optimized for flat markdown docs) |
- Created sync script to fetch and adapt MCP Gateway docs - Added GitHub Actions workflow for daily automated sync - Updated README and AGENTS.md to reference local docs - Added docs/README.md explaining sync process - Synced initial documentation from gh-aw Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Import and adapt daily documentation from githubnext/gh-aw
Add daily documentation sync from gh-aw repository
Jan 14, 2026
Contributor
Author
Are you asking me to also sync the I found Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
The MCP Gateway specification lives in the
githubnext/gh-awrepository (as Astro documentation), but this repository needs a local markdown copy for offline reference and reduced external dependencies.Changes
scripts/sync-docs.sh): Fetchesmcp-gateway.mdfrom gh-aw, strips Astro frontmatter, adds source attribution.github/workflows/sync-docs.yml): Scheduled sync at 2:00 AM UTC, creates PR when changes detecteddocs/mcp-gateway.md): Full specification synced from gh-aw (1,416 lines)Implementation details
The sync script is idempotent and adds this notice to synced docs:
Manual sync:
./scripts/sync-docs.shExisting documentation (DIFC_INTEGRATION_PROPOSAL.md, HTTP_BACKEND_SESSION_ID.md) remains unchanged.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.