gradatum-vault
Multi-vault registry, lifecycle management (create/list/swap/delete), note write pipeline, and drift orchestration.
Status : Alpha — placeholder v0.0.2. Phase 2.0c-bis Auth Path 2 LIVE 2026-05-07 (git tag v0.1.0-alpha.5). Source code private until v1.0 public release per D5 criterion. See gradatum.org.
Part of gradatum — Memory backbone for AI agents.
Public API
Structs
/// Top-level vault handle — registry + lifecycle operations.
/// Metadata override — applies on top of base frontmatter at read time.
/// Immutable history entry for a note (scaffold Phase 1).
Errors
Architecture (L2)
Vault (L2)
├── gradatum-core (L0) — primitives, traits, errors
├── gradatum-markdown (L1) — parse/write .md
├── gradatum-cache (L1) — EffectiveNoteCache (moka)
├── gradatum-index (L1) — SqliteIndex
└── gradatum-storage (L1) — FileStorage (OpenDAL)
Documentation
- Project : https://gradatum.org
- Source : private until v1.0
- Roadmap : Phase 2.0c-bis (alpha.5 LIVE) → Phase 2.1
v0.1.0-rc.1→v0.1.0public - License : Apache-2.0