A dependency-aware Beads work queue for each Paseo workspace.
paseo plugin add omercnet/paseo-plugins --ref main --path paseo-beadsSecurity status covers commit 903317721ce6. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
Paseo plugins are trusted, unsandboxed code. Review the source before installing it on the daemon host.
From GitHub:
paseo plugin add omercnet/paseo-plugins:paseo-beads
From a local checkout on the Paseo daemon host:
git clone https://github.com/omercnet/paseo-plugins.git
cd paseo-plugins/paseo-beads
bun install --frozen-lockfile
paseo plugin install "$PWD"
Open a workspace, choose New tab in Explorer, then select Beads. You can also run Open Beads from the Command Center while viewing a workspace or one of its agents.
README
A dependency-aware Beads work queue for every Paseo workspace. Paseo Beads turns active issues into a read-only delivery view that makes the ready frontier, work in progress, and blockers immediately visible.
It adds a workspace-scoped Beads Explorer panel and an Open Beads Command Center item.
Issue IDs, titles, assignees, labels, and issue details in these screenshots are synthetic. They do not contain data from a real Beads project.
Within each lane, issues are ordered by priority, most recent update, then ID. In-progress and hooked issues enter In progress first; remaining blocked issues enter Blocked; ready issues enter Ready frontier; all remaining active issues enter Other.
The panel calls workspace-scoped Paseo plugin RPC handlers. On the daemon host, each handler resolves
the workspace directory through Paseo and executes the bd CLI with --readonly and -C:
bd list --json --sort priority, then runs one authoritative
bd list --ready --json --limit 0 query and intersects its IDs with the displayed issues.bd show <issue-id> --json --include-dependents plus the same authoritative
readiness query.The server validates and normalizes the CLI JSON before returning bounded data to the panel. The
plugin never reads or writes .beads storage directly and exposes no issue mutation controls.
The list and selected detail poll every 10 seconds. Refresh requests the list immediately. A failed background refresh keeps the previous data visible with an inline error; initial and detail failures provide a retry action.
^0.8.0 with plugins enabled is required.bd 1.0 or newer must be available on the Paseo daemon's PATH.bd binary, an uninitialized Beads project, an empty
project, request failures, and missing issue details.bd CLI exclusively and does not
create, edit, close, or assign issues.Paseo plugins are trusted, unsandboxed code. Review the source before installing it on the daemon host.
From GitHub:
paseo plugin add omercnet/paseo-plugins:paseo-beads
From a local checkout on the Paseo daemon host:
git clone https://github.com/omercnet/paseo-plugins.git
cd paseo-plugins/paseo-beads
bun install --frozen-lockfile
paseo plugin install "$PWD"
Open a workspace, choose New tab in Explorer, then select Beads. You can also run Open Beads from the Command Center while viewing a workspace or one of its agents.
bun install
bun run check
bun test
bun run test:coverage
bun run typecheck
paseo plugin install "$PWD"
paseo plugin reload paseo-beads
The package is @omercnet/paseo-beads at version 0.0.1. Release Please maintains versions,
changelog entries, component tags, and GitHub releases from Conventional Commits in the monorepo.
Scanned 11 Sep 2026, 08:04 UTC from omercnet/paseo-plugins/paseo-beads.