v0.1 is runnable (deterministic + Anthropic-on-miss + CAS-memoized). To productionize:
- Back the store with
cas behind the current get/put; record each audit as an anchored-chain derivation (content + auditVersion + model → signed, lineage-tracked result).
- Point the catalog at the real
brand/content/strings.json (add a type per symbol; extend the content schema).
- Live-verify the Anthropic path with a key (the call + tool-use schema are implemented in
anthropic.mjs).
- Wire it into the brand-checks CI as an optional, keyed step (deterministic in PR; LLM nightly).
- Budget integration with
prx cost-vs-outcome.
v0.1 is runnable (deterministic + Anthropic-on-miss + CAS-memoized). To productionize:
casbehind the current get/put; record each audit as ananchored-chainderivation (content + auditVersion + model → signed, lineage-tracked result).brand/content/strings.json(add atypeper symbol; extend the content schema).anthropic.mjs).prxcost-vs-outcome.