v0.3.1-pre.002

This commit is contained in:
2026-08-29 07:38:30 +02:00
parent 62ed72f2b5
commit 11e4cde77f
8 changed files with 297 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
// file: crates/ksp-store-api/src/model.rs
// version: 1
//! Private home for persistent Store models.
//!
//! The current release is N1 RAW-only. Future N2 STRUCTURAL models are a
//! separate data layer and are not introduced by this scaffold. Persistent
//! models and backend capabilities remain separate even when one capability
//! operates on one or more models.