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§
- Patch
Index - Metadata index for the patch DAG.
- Patch
Index Entry - An entry in the patch index.
- Storage
- Filesystem-based storage backend.
Enums§
- Storage
Error - Errors during storage operations.