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>
Rewrite Features page with high-level/low-level explanations and boundaries For each of the 17 feature categories: - High-level explanation of what the feature does - Boundaries (what it currently does NOT do) - Low-level technical implementation details (auth chains, DB ops, Redis, caching) - Per-endpoint descriptions with technical context Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Features page listing all 450 API endpoints by category Derived from the API Mappings wiki page, organized into 17 feature categories with every endpoint referenced by method, path, and description. Also added Features and API-Mappings links to the sidebar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>