Skip to content

Code Storage adapter

Code Storage adapter package status and current limitations.

Package:

Current status:

Scaffolded, awaiting Code Storage early access.

The package exists and exports durable and ephemeral adapter classes, but it is not ready for production use.

Every operation currently throws ADAPTER_UNAVAILABLE with:

Code Storage adapter pending early access
CodeStorageDurableAdapter
CodeStorageEphemeralAdapter
interface CodeStorageDurableOptions {
namespace: string
repo: string
branch?: string
}
interface CodeStorageEphemeralOptions {
namespace: string
}

The scaffold declares git, push, fetch, history, and ttl capability with edge latency.

Those declarations describe the intended adapter shape. They do not mean the adapter is usable today.