paseo.cafe
All plugins

paseo-graphite

by tomgrin10

Workspace-native Graphite stack status and PR action radar for Paseo.

v0.2.2 Requires Paseo >=0.8.0

Install

npmjs · Paseo 0.9+

paseo plugin add npm:paseo-graphite@0.2.2

GitHub · Paseo 0.8 fallback

paseo plugin add tomgrin10/paseo-graphite --ref 0f4c0e89a4f5763648768732a5645feec781b098

Git security status and fallback installation are pinned to commit 0f4c0e89a4f5.

From the plugin's README

Install from npm on Paseo 0.9.0 or newer:

paseo plugin install npm:paseo-graphite

Paseo 0.8 can install the same plugin from Git:

paseo plugin add tomgrin10/paseo-graphite

README

paseo-graphite

A trusted local Paseo 0.8 plugin that shows the real Graphite stack for each workspace and tells you whether a PR needs action, is ready to merge, is waiting, or is done.

The stack comes from the Graphite CLI in the workspace. GitHub only enriches those Graphite branches with reviews, unresolved threads, checks, and mergeability. The plugin does not infer Graphite membership from GitHub PR base branches.

Requirements

  • Paseo 0.8+
  • git
  • Graphite CLI (gt) initialized in the repository
  • authenticated GitHub CLI (gh) for live PR status

Use

  • Open Graphite PRs from Paseo's left sidebar or Command Center for an inbox across active workspaces, grouped into needs-attention, approved, waiting, and completed sections.
  • Press the Stack N / Stack N · Fix M workspace header button.
  • Press the matching composer pill beside Tasks and Subagents.
  • Run /pr-stack in an agent composer to open the Explorer panel.
  • Press Fix All to create a separate agent in the workspace using the latest agent's provider configuration. If review feedback is present, its prompt starts with your existing /fix-pr workflow. The plugin does not register or intercept /fix-pr.

The workspace panel is intentionally dense: each PR is a compact row with action state, resolved/total review-thread count, check count, and a small Graphite link. GitHub links and comment bodies are omitted.

Install

Install from npm on Paseo 0.9.0 or newer:

paseo plugin install npm:paseo-graphite

Paseo 0.8 can install the same plugin from Git:

paseo plugin add tomgrin10/paseo-graphite

Develop

npm install
npm run verify
paseo plugin install "$PWD"
paseo plugin reload paseo-graphite
paseo plugin logs paseo-graphite

See PLAN.md for the product model and roadmap.

Scanned 22 Sep 2026, 14:32 UTC from tomgrin10/paseo-graphite.