Code Storage adapter
Code Storage adapter package status and current limitations.
Package:
@gittrix/[email protected]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 accessClasses
Section titled “Classes”CodeStorageDurableAdapterCodeStorageEphemeralAdapterOptions
Section titled “Options”interface CodeStorageDurableOptions { namespace: string repo: string branch?: string}
interface CodeStorageEphemeralOptions { namespace: string}Declared capabilities
Section titled “Declared capabilities”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.