Status
What is actually built and shipped, with honest badges.
This is the single honest board of what exists. Planned/not-yet-built work is on the Roadmap. Badges:
- Live in prod — deployed and running today.
- Built · merged — merged to
main, not necessarily deployed. - Built · not merged — exists on a feature branch.
The services run in Phala dstack CVMs on Intel TDX. The diarization engine is our own diart (live) + TD (our trained GPU post-pass model); a managed engine (Deepgram) currently serves as a temporary fallback while we scale our own models on TEE GPUs.
Live in prod
| Area | Items |
|---|---|
| Editor / refine | vocab + autocomplete, word-typing, transcript-refine editor (#9), heal-on-open, Studio refine editor (#124) — incl. add/remove/merge/split/reassign speakers (#23) |
| Transcript versioning | immutable version chain + sealed versions + History tab (#3) |
| Verifiable redaction | v1 — detect + strip PCI/PHI/PII in-TEE + signed completeness receipt + offline verifier (#134); v2/v3 on the roadmap |
| Insights | calendar-intent grounding, in-person agenda, LLM title, provenance count |
| Capture UX | live page, turn coalescing, origin/time/title badges, click-to-seek, delete + lifecycle |
| Sharing / data-rights | granular per-artifact scopes (#31), tag→email, data-dump + T&C (#18), Shape-OS contribute |
| Audio | audio-in-TEE + player (#30), audio-file upload → onboarding |
| Infra | durable jobs queue (#16) |
| Workspaces | multi-member team workspaces + roles + owner-private (#32) |
| Auth | modal-first login — 401 opens a login modal + in-place retry; popup OAuth (token never crosses postMessage) |
| Identity / consent (VFTEE) | exchange-token SSO, permission scoping (#2), consent plane — deletion proof, hear-clip + transparency, export/import — and consent-accountability (#5) |
| Agent / external surface | workspace PATs + external read API /api/ext/v1/{me,meetings,transcript} · OAuth 2.1 "Connect with Conclave" |
| Attestation | seal signing (#21) — Ed25519 seal signer, GET /v1/transcript-seal-key, /attestation binds the seal pubkey into the TDX quote — cryptographic evidence a record was produced in a genuine sealed enclave |
Built · not merged
| Item |
|---|
| KB / graph v2 |
Live co-pilot hotkey search (#19) |
| Collaboration matching · connections |
React Native mobile app (conclavehq/Mobile) |
Deprioritized
- Preset insight prompts (
#10, now meeting-templates). - Async identity lift — cut as obsolete.