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,8 @@
// file: crates/ksp-store-api/src/capability.rs
// version: 1
//! Private home for backend-agnostic Store capability contracts.
//!
//! `0.3.1-pre.002` establishes the ownership boundary only. Concrete read and
//! write capabilities are introduced after the RAW models they operate on are
//! defined; no backend/runtime contract belongs here.