Skip to main content

Module storage

Module storage 

Source
Expand description

Filesystem-based storage for DirtyData.

boring は美徳。FS で行く。

Layout: .dirtydata/ ├── HEAD # ref: refs/heads/main ├── refs/ │ └── heads/ │ └── main # Latest PatchId for branch ‘main’ ├── ir/ │ └── current.json # Current Graph snapshot ├── patches/ │ ├── {patch_id}.json # Individual patches │ └── index.json # Patch DAG metadata ├── intents/ │ └── {intent_id}.json # Intent metadata └── config.json # Project config

Structs§

PatchIndex
Metadata index for the patch DAG.
PatchIndexEntry
An entry in the patch index.
Storage
Filesystem-based storage backend.

Enums§

StorageError
Errors during storage operations.