Properties
category: index tags: [meta] last_updated: 2026-03-14 confidence: high
Wikibot.io Development Wiki
Development tracking and documentation for the wikibot.io serverless wiki-as-a-service platform.
Design
Platform (wikibot.io SaaS)
- Design/Platform_Overview — Architecture, context, components
- Design/Data_Model — DynamoDB tables, EFS layout, URL structure
- Design/Auth — WorkOS, OAuth, ACL model, MCP auth
- Design/Implementation_Phases — Phases 0–7, frontend screens, API surface, pricing
- Design/Operations — Cost model, backups, CI/CD, rate limiting
- Design/CDN_Read_Path — Read path decoupling: fragment caching, assembly options, performance
- Design/Lambda_Library_Mode — Write path optimization: lazy loading via
sys.modulesinjection, upstream contribution plan - Design/Landing_Page — Landing page spec: content, structure, tone, logo, deliverables
- Design/Frontend — Management SPA: URL scheme, cross-subdomain auth, framework, screens, hosting
Semantic Search & Embedding
- Design/Async_Embedding_Pipeline — Revised embedding architecture: DynamoDB Streams + MiniLM, zero fixed cost
- Design/Semantic_Search — Original Chroma plugin design: chunking, index maintenance
Research Wiki (single-tenant system)
- Design/Research_Wiki — Overview, architecture, deployment
- Design/REST_API — Endpoints, auth, WikiLink parsing, examples
- Design/MCP_Server — Tools, configuration, return format, error handling
- Design/Note_Schema — Frontmatter schema, master index, session protocol
Process
- Design/Agent_Workflow — Delegation model: orchestrator, managers, Groucho/Chico/Zeppo
- Design/Phase_Gates — Exit criteria and validation procedures per phase
Tasks
- Tasks/Prerequisites — Human setup before Phase 0 begins
- Tasks/Phase_0 — Proof of Concept (EFS + Lambda, WorkOS + MCP)
- Tasks/Phase_1 — Single-User Serverless Wiki
- Tasks/Phase_2 — Multi-Tenancy and Auth
- Tasks/Phase_3 — Frontend
- Tasks/Phase_4 — Launch Readiness
- Tasks/Launch_Checklist — Human actions required before going live
- Tasks/Emergent — Tasks arising during development (cold start investigation, CDN caching)
- Tasks/E-2_CDN_Read_Path — CDN read path: Option A (assembly Lambda)
- Tasks/E-2_CDN_Read_Path_ClientSide — CDN read path: Option B (client-side assembly)
Dev Tracking
- Dev/Phase 0 — EFS Benchmarks — Track A results: cold start, read/write latency, concurrency
- Dev/Phase_1_Gate_Results — Phase 1 acceptance test results (2026-03-13)
- Tasks/P1-9_MCP_OAuth_Routing — Fix MCP OAuth discovery routing (completed)
Meta
- Meta/Wiki_Usage_Guide — How agents use this wiki