Reference Profiles
Store profile fixtures for Yapture, Capswan, and ThreadPilled.
Reference profiles live in @cuitty/store/provision and are intended to be executable fixtures, not prose-only examples.
Included Profiles
yapture: task records, note documents, project backups, uploads, OCR queues, chat archive, and secret references.capswan: predictions, token and oracle records, price time-series, realtime streams, queues, search, and warehouse export.threadpilled: diagram documents, collaborative Yjs state, media imports, embeddings, graph links, chat streams, and backups.
Usage
import { getReferenceProfile, validateProfile } from "@cuitty/store/provision";
const reference = getReferenceProfile("threadpilled");
const result = validateProfile(reference.profile, reference.schema);
Each fixture includes a StoreProfile, matching StoreSchema, and a short use-case summary. The fixtures validate against the adapter catalog and can be used as the starting point for local, self-hosted, or cloud-proxy profiles.