object: lift the blob store into its own crate #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "split-object"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Crate-split PR-0 (first cut). santi-core/src/object had zero santi domain coupling (std-only, soul/strand as strings) → lifts cleanly into a leaf crate santi-object with no dependencies. santi-core re-exports it, so crate::/santi_core:: paths and the service::bucket facade are unchanged — a pure move. WIRE_PATH follows the seat into the new crate; tracks held (wire 759 / core 0 / internal 852). Full guard green under v0.6.0. Proves the workspace-split mechanics on the cleanest boundary.
🤖 Generated with Claude Code