v2026.05.28
This release establishes the date-numbered release convention and the first hosted documentation surface.
Shipped
- Hosted public docs at
https://docs.jithendranara.dev. - Docusaurus docs app under
apps/docs. - Cloudflare Pages deployment workflow for docs.
- Curated public docs boundary:
apps/docs/docs/**is public; internaldocs/artifacts/**anddocs/superpowers/plans/**are excluded. - Agent-readable
llms.txtandllms-full.txt. - Public OpenAPI bundle at
/openapi.public.json. - Initial docs for quickstart, retain, recall, agent context, writeback, reflect, Courtroom, MCP, OpenAI-compatible gateway, integrations, and ops.
Runtime facts documented
um.jithendranara.devis the canonical production app domain.docs.jithendranara.devis the public docs domain.- Cloudflare is the hot runtime lane for Worker/D1/Vectorize/R2/Queues/Pages.
- FastAPI remains the heavy origin lane for cognition, Courtroom, compatibility, migrations, and proof tools.
- MiniMax is the default UnifiedMemory-owned cognition/judge lane.
- Google Memory Bank is a managed co-processor and evidence source, not automatic truth.
Known gaps
- No public pricing tiers, public SLA, or supported self-hosting package yet.
- Handwritten API docs are the primary reference; generated API UI can be added later.
- Integration docs are scoped to first-party setup and verification, not every third-party client variant.
- Public benchmarks and proof artifacts are summarized only; raw proof payloads stay private.
Verification status
This release expects local docs checks to pass:
npm --prefix apps/docs run generate:api
npm --prefix apps/docs run generate:llms
npm --prefix apps/docs run typecheck
npm --prefix apps/docs run build
npm --prefix apps/docs run check:links
npm --prefix apps/docs run check:public-safety
Live smoke should cover:
/quickstart/concepts/retain-recall-reflect/concepts/architecture/api-reference/retain/api-reference/recall/integrations/claude/integrations/hermes/operations/pricing-sla-self-hosting/changelog/openapi.public.json/llms.txt/llms-full.txt
Next
- Add generated API reference UI after handwritten contracts stabilize.
- Continue deepening integration pages from live setup verification.
- Publish public benchmark summaries only after redaction and product-truth review.