Add conceptual model unit testing plan (186 tests across 18 areas)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31ed602
Add complete test mapping (5,491 tests across 317 files)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c73cc09
Add Stability Definition wiki page
Defines what 'stable' means from three perspectives (user, product owner, engineer),
grounded in the Conceptual Model. Includes layer-by-layer technical contracts,
feature interaction rules, failure isolation matrix, and known gaps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
eff7872
Add Conceptual Model Acceptance Criteria (468 criteria across 56 features)
bad7e8e
Add detailed Features Acceptance Criteria (323 criteria across 56 features)
629aab3
Add detailed Delta Report for stable release readiness
ac3fde5
Add Acceptance Criteria wiki page with 202 criteria across 29 features
Formal acceptance criteria for every feature area, derived from the
Conceptual Model, Features reference, and Testing Plan. Each feature
has numbered, testable criteria with verification method and test
coverage status.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c768c50
Add Testing Plan and Test Coverage Audit wiki pages
- Testing Plan: 250+ manual API test cases mapped to Conceptual Model (25 sections)
- Test Coverage Audit: systematic mapping of 332 test files to all 29 feature areas
- Updated sidebar with new Testing section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4160899
Add Current System Delta and Gaps analysis
Compares all 56 conceptual model features against the current implementation:
- 33 fully implemented (59%)
- 7 partially implemented (12%)
- 16 not implemented (29%)
Key gaps: input/output guardrails (0/7), developer platform (1/4),
inference response caching (0/3), multi-region/data residency (0/2).
Includes per-feature gap details and priority recommendations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0aaa010
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>
7e6392d
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>
08ddeae
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>
6ab550e
Complete API-Mappings.md: all 450 endpoints documented
Added final 150 endpoints (#1894-#2043) covering: notifications, optimization_monitor,
optimized_health_endpoints, partner_trials, payments, ping, plans, prometheus_data,
prometheus_grafana, provider_credits, providers_management, ranking, rate_limits,
referral, roles, root, share, status_page, system, tools, transaction_analytics,
trial_analytics, and users routes.
All 450 API endpoints now have exhaustive deep-dive documentation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f0afaae
Update API-Mappings.md: add 100 more endpoints (300/450 total)
Added deep-dive documentation for issues #1794-#1893 covering:
health_timeline, images, instrumentation, ip_whitelist, messages,
metrics, model_health, model_sync, models_catalog_management,
monitoring, nosana, and notifications routes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1638c94
Add API-Mappings.md: deep-dive documentation for 200 endpoints
Comprehensive documentation covering 200/450 API endpoints organized into 17 domain groups.
Each endpoint includes: handler details, request/response schemas, dependency maps (3+ levels deep),
exact Supabase queries, Redis operations, Prometheus metrics, Pydantic schemas, middleware effects,
error handling paths, and Mermaid diagrams.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21a42f8
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>
cf46822
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.
55143e4
Initial wiki setup with developer documentation
98865f9