Skip to content

Roadmap (v2.1.0): archive browser-bridge, native-host helper, and launchd runtime modes #47

@jmcte

Description

@jmcte

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

  • Active source tree no longer contains the listed paths outside legacy/.
  • cargo build and cargo test still pass after the move.
  • docs/NATIVE_ONLY_REDESIGN.md "Code to archive after cutover" section is closed out (either removed or marked Done).
  • Threat-model refresh issue triggered (separate roadmap item).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions