We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix broken wiki links: avoid piped link syntax inside tables GitHub wiki markdown breaks when [[Page|Display Text]] is used inside table cells because | conflicts with the table column separator. Replace all piped links with direct [[Page-Name]] format. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Restructure wiki for onboarding and cross-navigation - Rewrite Home page with numbered reading path (6 docs in order, time estimates) - Reorganize Sidebar into tiered navigation (Reading Path → Testing → System Reference) - Add breadcrumb navigation + TL;DR summaries to all 12 critical docs - Create Testing Guide as single entry point to 5 testing docs - Merge Current-System-Delta-and-Gaps into Delta Report (add completion-by-layer table) - Consolidate 3 acceptance criteria docs: redirect Acceptance-Criteria to Features-Acceptance-Criteria - Add cross-links ("Related" sections) to 14 system reference pages - Net result: 328 insertions, 1,205 deletions (smaller wiki, less duplication) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Conceptual Model Features page listing all 56 required features Derives every feature from the Conceptual Model vision document, organized by architectural layer (Ingress, Routing, Intelligence, Caching, Catalog, Business, Developer Platform, Observability, API Compatibility, Infrastructure). Each feature includes what it is supposed to do and what it is explicitly not supposed to do (boundaries). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>