Docs
Documentation
Guides, references, and resources for building with XMDB.
Documentation Menu
Release Notes
Pilot release notes
This pilot release bundles the pilot-ready documentation, SDKs, and smoke validation steps for XMDB core.
Highlights
- Pilot handoff, deployment, runbook, quickstart, and release checklists.
- Security hardening checklist and known limits guidance.
- OpenAPI spec for pilot endpoints.
- TypeScript and Python SDKs with typed core/v1 coverage and smoke scripts.
- Audit verification guide and operator troubleshooting.
Key docs
docs/PILOT_HANDOFF.mddocs/PILOT_DEPLOYMENT.mddocs/PILOT_RUNBOOK.mddocs/PILOT_QUICKSTART.mddocs/PILOT_RELEASE_CHECKLIST.mddocs/SECURITY_HARDENING.mddocs/KNOWN_LIMITS.mddocs/SUPPORT_CHECKLIST.mddocs/PILOT_ENV_TEMPLATE.mddocs/AUDIT_VERIFICATION.mddocs/OPENAPI.mddocs/openapi.yamldocs/SDK_REFERENCE.mddocs/SDK_RELEASE_CHECKLIST.mddocs/UPGRADE.md
Latest changelog highlights
- FTS OR + prefix matching for multi-word queries (prevents 0-result AND defaults).
- Hybrid vector fallback when FTS returns 0 candidates (for
/queryand/pack). - Typed entries (
type_hintstored astypewithnote,decision,task,event,insight). - Recall evaluation tests added (
TestRecallEvalFTS, hybrid fallback regression test).
Suggested validation
- Run the SDK smoke scripts (TypeScript + Python).
- Verify packs and receipts using
xmdbctl. - Confirm
/healthand/metrics.