Skip to content

Compile Sessionizer plugin entrypoints into executables #3

Description

@andrewchng

What to build

Replace the Sessionizer plugin's Bun runtime entrypoints with compiled executables so Herdr actions and panes can launch the plugin without depending on bun run at runtime.

This slice should cover the end-to-end path: produce executable artifacts for the plugin entrypoints, point the plugin manifest at those artifacts, and verify that the Sessionizer and Worktree flows still open and run correctly through Herdr.

Acceptance criteria

  • Plugin action and pane entrypoints run from compiled executables instead of bun run.
  • Sessionizer and Worktree flows still work through the plugin manifest with the compiled artifacts.
  • The runtime path no longer requires Bun to be present just to launch the already-built plugin entrypoints.

Blocked by

None - can start immediately

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestready-for-agentFully specified, ready for an AFK agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions