Cloudflare Worker for fleet context management — part of the Cocapn Fleet context processing pipeline.
- Edge-deployed — runs on Cloudflare Workers at the network edge
- KV-backed state — persistent storage for context data
- Fleet-native — exposes
/vessel.jsonfor automatic discovery - Zero external dependencies — no third-party API calls
wrangler deploy
# Health check
curl https://context-lattice.<your-subdomain>.workers.dev/healthA Cocapn Fleet vessel in the context processing pipeline. Part of the SuperInstance ecosystem.
Related repos:
- context-compactor — text compression
- context-compactor-v2 — next-gen compression
- cocapn-shells — fleet shell infrastructure
Apache 2.0