Changelog
Material changes to the RBS developer surface — SDK releases, public API additions, breaking changes, doc IA milestones.
2026-04-16
- Docs IA Phase A shipped — new top nav with
/quickstart,/apps/<slug>/,/integration/*,/reference/*structure. - Docs IA Phase B (in progress) — T1 app pages landed for Camino, Colectiva, Constanza, Agente. T2 stubs added for Caracol, Mancha, Agora, Cookie Monster, Patadas.
cleanUrls: truein Vercel config —/quickstartand other extensionless paths now resolve (previously 404).ignoreDeadLinksallowlist pruned — Phase A/apps/*,/integration/*,/reference/*entries removed once pages existed.
2026-04-15 / S119
- RBS_AUDIT_PRINCIPLES.md published — internal governance constitution for ecosystem auditors.
- MCP tools consolidation 35 → 30 — deprecated ghost tools removed, generic tools consolidated.
- 22-app audit — every app graded A / B+ for integration hygiene.
SDK release history
Tracked in-package. Current public series: @r-bsoftware/ecosystem-sdk@0.10.x. See the package readme for per-version notes.
Historical milestones
- S115 — Git auto-deploy disconnected across all 22 Vercel projects. Manual deploy via
vercel --prod && vercel alias setis now the shipping path. Hobby quota preservation. Will revert to git auto-deploy on Vercel Pro upgrade. - S114 — Vortex subscription/stamping error maps merged; dispatch queue fixes.
- S107 — MCP pipeline validated end-to-end.
- S62 — CLAUDE.md ground-truth across 21 apps; MCP audit tools shipped.
Conventions
- Material change = something that breaks integrators or expands the public surface. Internal refactors do not land here.
- Link to the corresponding SDK release or commit when relevant.
Source of truth
- Git log on
ecosystem-sdk/for SDK releases /home/brillo/Projects/docs/.vitepress/config.mtsfor doc-site structural changes