titen-memory 0.5.4
Stable release · npm
latest
npm install -g titen-memory@0.5.4Install guide · Release page · npm package
Added
- A checked-in
titen-test-*Wrangler profile provisions the isolated live
Worker, D1, Vectorize, Workers AI, and Cron contract without storing an
account API token in the Worker.
Changed
- Cloudflare schema readiness verifies the complete migration contract in one
D1 read instead of issuing one remote read per required object and column. - New dashboard passwords use six serial PBKDF2-HMAC-SHA-256 stages of 100,000
iterations each, preserving the 600,000-operation work factor within the
Workers Web Crypto per-call limit. Bun retains legacy verifier compatibility. - The live semantic verifier uses an explicit bounded index drain; Cron remains
a separately observed production reconciler instead of a timing dependency.
Fixed
- The dashboard login username example is now the canonical bootstrap account
owner, not a maintainer-specific placeholder. - The Cloudflare runbook provisions the three Vectorize metadata indexes needed
for scope-before-search filtering before the first vector upsert.
Security
- Live unauthenticated and cross-organization probes fail with non-disclosing
401/404, while native D1, Vectorize, and Workers AI bindings require no
account credential inside the deployed Worker.