We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: update wiki with progress from PRs #2074-#2079 (2026-03-24) - CM test coverage: 196 tests (was 186), 191 passing, 5 xfail - Test suite: pruned to ~5,268 tests across 334 files - CI: 8 categorized test suites, set -o pipefail fixes - Delta Report: added PR #2074-#2079 changes section - Corrected 0 xfails claim to 5 xfails documenting known gaps
docs: add conceptual model test directory reference to Testing Guide
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>
Rebuild wiki: add Conceptual Model, remove stale/harmful pages - Add Conceptual Model as the primary wiki document - Rebuild Home and Sidebar around kept pages - Remove 18 stale pages (outdated provider counts, wrong versions, incomplete schemas) - Remove 2 harmful pages (Vercel-Deployment had hardcoded credentials, Railway-Quick-Start described nonexistent features) - Keep 20 accurate reference pages (security, billing, monitoring, provider integrations, operations) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add comprehensive backend documentation - Updated Home.md with complete navigation - Updated Sidebar with organized menu - Added Activity Logging wiki page - Added Audit System wiki page - Added Role-Based Access Control wiki page - Added Google Vertex Setup wiki page - Added Alibaba Cloud Integration wiki page - Added Performance Monitoring wiki page - Added Prometheus Setup wiki page - Added Analytics System wiki page - Added Notification System wiki page - Added Subscription Plans wiki page - Added Security Best Practices wiki page - Added Secrets Management wiki page - Plus 17 other comprehensive feature pages All pages include quick setup, API endpoints, code examples, best practices, and troubleshooting guides.