Draft
Conversation
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add setup for Wiki pages
Add comprehensive Wiki documentation structure
Jan 27, 2026
Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
blackboxprogramming
approved these changes
Jan 27, 2026
There was a problem hiding this comment.
Pull request overview
Adds a new wiki/ documentation tree intended to be published to the repo’s GitHub Wiki, covering ecosystem architecture, organizations, and key integrations.
Changes:
- Introduces GitHub Wiki navigation (
wiki/_Sidebar.md) plus Home + Getting Started pages. - Adds architecture deep-dives (Bridge, Operator, overall architecture) and 15 org overview pages.
- Adds integration guides (Salesforce, Stripe, Cloudflare, GitHub, Google Drive) plus publishing/summary docs.
Reviewed changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| wiki/_Sidebar.md | Defines the wiki’s global navigation structure. |
| wiki/README.md | Documents the wiki folder structure and publishing options. |
| wiki/Home.md | Landing page explaining BlackRoad and linking into wiki sections. |
| wiki/Getting-Started.md | Onboarding guide with paths for developers/users and key workflows. |
| wiki/Architecture/Overview.md | High-level architecture narrative, patterns, and references. |
| wiki/Architecture/Bridge.md | Detailed Bridge concept + operational guidance and examples. |
| wiki/Architecture/Operator.md | Deep-dive on routing engine design, usage, and extensions. |
| wiki/Integrations/Salesforce.md | Salesforce integration guide with auth + CRUD + sync examples. |
| wiki/Integrations/Stripe.md | Stripe billing/subscriptions/webhooks overview and examples. |
| wiki/Integrations/Cloudflare.md | Cloudflare services overview with Workers example + deploy notes. |
| wiki/Integrations/GitHub.md | GitHub platform overview + Actions example. |
| wiki/Integrations/Google-Drive.md | Google Drive integration overview and template pointer. |
| wiki/Orgs/BlackRoad-OS.md | Org page describing OS/Bridge role, concepts, and roadmap. |
| wiki/Orgs/BlackRoad-AI.md | Org page describing AI routing philosophy and integration points. |
| wiki/Orgs/BlackRoad-Cloud.md | Org page describing Cloudflare-based edge/deploy architecture. |
| wiki/Orgs/BlackRoad-Hardware.md | Org page describing hardware fleet and edge inference notes. |
| wiki/Orgs/BlackRoad-Security.md | Org page describing security principles and components. |
| wiki/Orgs/BlackRoad-Labs.md | Org page describing experimentation focus and process. |
| wiki/Orgs/BlackRoad-Foundation.md | Org page describing CRM/billing stack and signals. |
| wiki/Orgs/BlackRoad-Media.md | Org page describing content/brand scope. |
| wiki/Orgs/BlackRoad-Studio.md | Org page describing design system/UI scope. |
| wiki/Orgs/BlackRoad-Interactive.md | Org page describing interactive/metaverse scope. |
| wiki/Orgs/BlackRoad-Education.md | Org page describing education/tutorial scope. |
| wiki/Orgs/BlackRoad-Gov.md | Org page describing governance/policy scope. |
| wiki/Orgs/BlackRoad-Archive.md | Org page describing storage/preservation scope. |
| wiki/Orgs/BlackRoad-Ventures.md | Org page describing marketplace/investment scope. |
| wiki/Orgs/Blackbox-Enterprises.md | Org page describing stealth enterprise initiatives. |
| WIKI_PUBLISHING.md | Root-level guide for deploying wiki/ contents to GitHub Wiki. |
| WIKI_COMPLETION_SUMMARY.md | Root-level summary of generated wiki content and stats. |
| MERGE_VERIFICATION.md | Root-level “merge verification” checklist/claims about readiness. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Workflow Changes DetectedThis PR modifies GitHub Actions workflows. Please ensure:
Automated workflow review |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Establishes Wiki documentation for the BlackRoad ecosystem with full coverage of architecture, organizations, and integrations.
Structure
27 pages, 3,522 lines organized in
wiki/:Key Features
Publishing
Wiki pages ready for GitHub Wiki deployment via git clone method:
Alternative methods (manual upload, automated script) documented in
WIKI_PUBLISHING.md.Coverage
All 15 organizations documented with mission, architecture, repository mappings, signal patterns (emits/receives), integration points, and technology stack.
Integration guides include authentication flows, common operations, sync patterns, and webhook handling.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.