Context
docs/NATIVE_ONLY_REDESIGN.md lines 278-282 list code paths to archive after the cutover:
Code to archive after cutover
browser-bridge/
- native-host private-helper bridge code
- helper manifest install scripts
- launchd/direct helper runtime modes
These are still in-tree as of v2.0.0 to preserve the v1.x parity line during migration. Once the deprecated commands are removed (companion roadmap issue), the supporting infrastructure should follow.
Scope
- Move
browser-bridge/, the private-helper portions of native-host/, helper manifest install scripts, and launchd/direct helper runtime modes out of rust/src/ into the archive.
- Follow
docs/ARCHIVE_POLICY.md — preserve under legacy/ rather than deleting outright, so historical comparisons remain reproducible.
- Trim
Cargo.toml features and CI matrix entries that exist solely for these paths.
Acceptance criteria
Context
docs/NATIVE_ONLY_REDESIGN.mdlines 278-282 list code paths to archive after the cutover:These are still in-tree as of v2.0.0 to preserve the v1.x parity line during migration. Once the deprecated commands are removed (companion roadmap issue), the supporting infrastructure should follow.
Scope
browser-bridge/, the private-helper portions ofnative-host/, helper manifest install scripts, and launchd/direct helper runtime modes out ofrust/src/into the archive.docs/ARCHIVE_POLICY.md— preserve underlegacy/rather than deleting outright, so historical comparisons remain reproducible.Cargo.tomlfeatures and CI matrix entries that exist solely for these paths.Acceptance criteria
legacy/.cargo buildandcargo teststill pass after the move.docs/NATIVE_ONLY_REDESIGN.md"Code to archive after cutover" section is closed out (either removed or marked Done).