docs: complete wiki rewrite for April 2026
Rewrites all public-facing wiki documentation to reflect current state:
New pages:
- Gap-Architecture.md: full gap detection, filing, fix, and PR workflow
- Skills:-Scientific-Literature.md: 4 sources, 8 commands, schema
- Skills:-ALG-Precision-Therapeutics.md: rare disease investigation
- Skills:-Literature-Trends.md: hypothesis genealogy skill
- Skills:-They-Said-Whaaa.md: credibility/consistency tracker
- Skills:-DisMech.md: DisMech disease mechanism KB (750+ diseases)
- Skills:-Tech-Recon.md: 7-phase technology investigation
- Skills:-Web-Search.md: SearXNG usage
- Skills:-Curation-Skill-Builder.md: 6-phase design framework
Rewrites:
- Home.md: core vs external skills tables, all 10 skills, 3-mode deployment
- Skill-Architecture.md: SKILL.md/USAGE.md split, skills-registry.yaml,
TypeDB 3.x conventions, gap-driven evolution
- Design-Concepts.md: 6-phase framework, full schema hierarchy, gap-first design
- Schema-Reference.md: core hierarchy, attributes, relations, namespace table,
TypeDB 3.x syntax guide
- Getting-Started.md: make build flow, verification steps, troubleshooting
- Deployment.md: deploy.sh A->B->C ladder, stack components, known issues
- _Sidebar.md: restructured into Getting Started / Architecture /
Core Skills / Domain Skills / Links
- Skills:-TypeDB-Notebook.md: updated integration section
Archived (notices added, originals preserved):
- Skills:-Domain-Modeling.md -> Skills:-Curation-Skill-Builder.md
- Skills:-Rare-Disease.md -> ALG-Precision-Therapeutics + DisMech
- OpenClaw-Configuration.md -> Deployment.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Remove Deployment:-Mac-Mini-Native.md and clean up references
- Delete Deployment:-Mac-Mini-Native.md
- _Sidebar.md: remove Mac Mini Native entry
- Getting-Started.md: point Stage B row directly to [[Deployment]]
- Deployment.md: remove two cross-references to the deleted page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs(deployment): update for deploy.env + make targets + macos-native
- Primary interface is now deploy.env + make deploy-macmini/deploy-vps
- Add deploy.env variable table with DEPLOY_BRANCH explanation
- Add deploy.env Variable column to deploy.sh options table
- Fix Ansible dispatcher: Darwin → macos-native.yml (not container-deploy.yml)
- Add macos-native.yml to playbook file tree
- Fix Directory Layout: separate macOS native (~/.openclaw/) from VPS container (openclaw-docker/)
- Fix Telegram Setup paths per platform
- Fix Updating Skills: replace stale cp command with update-skills.sh
- Fix Troubleshooting: correct Skills not found path for macOS native
- Getting Started: split OpenClaw into B (Mac Mini) and C (VPS)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add SVG block diagram for container stack architecture
Replace ASCII art in Deployment.md with a colour-coded SVG showing
the full 7-service container network: Telegram → OpenClaw → LiteLLM
→ Anthropic API, OpenClaw → TypeDB / MCP Server / Dashboard, and
MCP Server → Squid Proxy → allowlisted domains. Dashed lines mark
connections that cross into the external zone.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update deployment docs to align with two-mode framing
- Deployment.md: connect intro to two-mode framing; name jobhunt forager
and rare-disease as the primary production use cases; fix Stage A command
to match Getting-Started (make db-start && claude); add link to Getting
Started for Stage A context
- Deployment:-Mac-Mini-Native.md: replace hardcoded 'gullyburns' user
references with generic '<your-user>'; sharpen intro to situate page as
Stage B of A→B→C journey; call out jobhunt forager as the primary
production workflow enabled by this setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>