Retire the Wave H removed-features ledger - #2471
Merged
Merged
Conversation
The ledger opened by saying it "must be reconciled (entries resolved, promoted into ADRs/docs, or accepted) and deleted before Wave H is finally complete." Every entry is now resolved, and none by being fixed: each described a subsystem that superseding architecture removed. - `verifyAdded` and the delete-after-copy gate belonged to the Device and Account parallel runtimes ADR-0161 replaced with one Epicenter. - Desktop Whispering's Device-only Bun runtime is gone. ADR-0190 makes a build declare which Epicenter owns its data, so the host build opens the host replica and syncs with it. The credential-transfer seam the entry wanted designed is not needed for the case it described. - Honeycrisp's standalone bundle keeping the browser runtime is settled by the same ADR: the two questions it conflated, which window a build runs in and which Epicenter owns its data, are now answered separately. - The second-tab storage-lease entry names `WorkspaceStorageMovedError`, `isWorkspaceStorageMovedError`, and `@epicenter/app-shell/storage-moved`. None exist; ADR-0177 owns browser replica ownership now. - The `/dev/topology` harness route is gone from Honeycrisp, and its reconcile condition named ADR-0145, which is Superseded by 0161 and 0174. Zero of the symbols, routes, and modules the five entries cite still resolve in the tree. A ledger that describes only deleted things records nothing. Claude-Session: https://claude.ai/code/session_01VkK1jMNrZHpfQdjgWqY9v7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deletes
WAVE_H_REMOVED_FEATURES.md. Its own header said it "must be reconciled (entries resolved, promoted into ADRs/docs, or accepted) and deleted before Wave H is finally complete."All five entries are resolved, none by being fixed. Each described a subsystem that superseding architecture removed, and zero of the symbols, routes, and modules they cite still resolve in the tree:
verifyAdded+ delete-after-copy gateverifyAddedcreateDesktopWorkspaceOwnerWorkspaceStorageMovedError,@epicenter/app-shell/storage-moved/dev/topologyharness routeEntry 2 was the one carrying a real user-facing gap, so I checked it rather than assuming. The Device-only Bun runtime it described no longer exists, and under ADR-0190 (Accepted) a build declares which Epicenter owns its data, so the Whispering host build shares the host replica. The credential-transfer seam the entry wanted designed is not needed for the case it described.
A ledger that describes only deleted things records nothing.
Verified:
check:doc-paths375 docs scanned, all paths resolve;check-doc-hygieneclean; no danglingWAVE_Hreferences anywhere.https://claude.ai/code/session_01VkK1jMNrZHpfQdjgWqY9v7
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.