object: lift the blob store into its own crate #34

Merged
PerishFire merged 1 commit from split-object into main 2026-07-20 10:25:17 +00:00
Owner

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

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](https://claude.com/claude-code)
object: lift the blob store into its own crate
All checks were successful
guard / guard (pull_request) Successful in 5m25s
d39155498a
Crate-split PR-0 (the first cut). santi-core/src/object had zero santi
domain coupling (std-only, soul/strand as strings), so it 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 so the object contract spellings keep their wire classification
(tracks held: wire 759 / core 0 / internal 852). Proves the workspace-
split mechanics on the cleanest boundary.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PerishFire deleted branch split-object 2026-07-20 10:25:17 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
PerishFire/santi!34
No description provided.