@nexartis/cubicle-adapter-cloudflare-dynamic-worker 0.2.0 nexartisCubicle → Cloudflare Dynamic Worker plan compiler.
Second reference host adapter; validates the multi-host contract.
Interfaces we consume
compileCubicleToDynamicWorkerPlan(spec, options)andDynamicWorkerHostPlan.options.agentCardRef,options.runnerRef,options.cubicleProfileId— all opaque refs; no raw credentials or URLs allowed.bindings,limits,auditRefs— the ref-only execution envelope.
Assumptions we’re validating
- Two adapters (HB3 + Dynamic Worker) prove the multi-host contract works in practice.
- Dynamic Worker adapter demonstrates opaque-ref discipline for cross-boundary refs — Ozzy Dev inherits the pattern.
- Cloudflare Worker Loader loads only trusted KYM-published runners — arbitrary code is never executed.
- Ozzy Dev’s adapter maps this to macOS TCC + Keychain refs, not Cloudflare bindings.
Live smoke
compileCubicleToDynamicWorkerPlan() produces a plan
{"host":"cloudflare-dynamic-worker","spec":{"schemaVersion":"0.2.0","id":"demo-cf-dw.v1","subject":{"id":"user:tony","kind":"user"},"owner":{"id":"user:tony","kind":"user"},"runtime":{"host":"cloudfla…