mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
🤖 ## Summary NIP-SW should describe the channel-section workspace protocol without carrying the history of the legacy section implementation or the alternatives that preceded the accepted design. Keeping that review context in the protocol made the specification harder to read as a standalone contract. This documentation-only change removes the legacy kind-30078 comparison and alternatives-considered rationale from `docs/nips/NIP-SW.md`. The normative migration/cutover requirements remain because clients still need them for protocol interoperability. No behavior, wire format, or implementation changes. The removed context is preserved in [#5796](https://github.com/block/buzz/pull/5796)'s **Design rationale** section, where reviewers can evaluate why the accepted design replaced the prior model. ### Stack position This PR is stacked directly on #5796 (`larry/sections-s1-contract-db`) and should land immediately after it. It is a documentation cleanup alongside Stage 1 PR 1 of 4; it does not change the relay → desktop → mobile delivery sequence or feature gate. ### Testing `git diff --check` passes. The repository pre-push gate also passed at the exact published head; the delta is one documentation file with 18 deletions. Signed-off-by: Larry <8cf5a83f590ec0955b11647d1c88f796a98e088c30a492c58e0e46c3026ae7a4@buzz.block.builderlab.xyz> Co-authored-by: Larry <8cf5a83f590ec0955b11647d1c88f796a98e088c30a492c58e0e46c3026ae7a4@buzz.block.builderlab.xyz>