Problem
The freeze milestone lands API decisions, but nowhere is it written down what the freeze promises to a consumer. Bombay is about to become the first serious dependent (M2 adapter); external adopters follow via the B1 OSS funnel. Without a written policy, every future change negotiates "is this breaking?" from scratch, and adopters can't judge what pinning 1.x buys them.
Write STABILITY.md (or a rustdoc stability module) covering
Why pre-freeze
The act of writing it is an audit: every clause you can't write cleanly ("wait, IS the json feature additive yet?") points at an unfinished freeze card. Cheap to do now, impossible to retrofit honestly after adopters exist.
Acceptance
STABILITY.md merged, linked from README + CLAUDE.md; every open freeze card either conforms to it or has a comment saying which clause it changes.
From the 2026-07-05 cross-repo roadmap review (ROADMAP.md Phase 0).
Problem
The freeze milestone lands API decisions, but nowhere is it written down what the freeze promises to a consumer. Bombay is about to become the first serious dependent (M2 adapter); external adopters follow via the B1 OSS funnel. Without a written policy, every future change negotiates "is this breaking?" from scratch, and adopters can't judge what pinning
1.xbuys them.Write STABILITY.md (or a rustdoc
stabilitymodule) covering#[doc(hidden)], the sealed driver seam from [freeze][T1] Seal the AggregateRoot repository-driver seam (replace #[doc(hidden)] pub) #212, adapter internals,nexus-store-testingassertions)#[non_exhaustive]override — document the rule so future error variants don't relitigate itWhy pre-freeze
The act of writing it is an audit: every clause you can't write cleanly ("wait, IS the json feature additive yet?") points at an unfinished freeze card. Cheap to do now, impossible to retrofit honestly after adopters exist.
Acceptance
STABILITY.md merged, linked from README + CLAUDE.md; every open freeze card either conforms to it or has a comment saying which clause it changes.
From the 2026-07-05 cross-repo roadmap review (ROADMAP.md Phase 0).