A lightweight, responsive Kanban board plugin for Paseo workspaces
Supported platforms: Windows.
npmjs · Paseo 0.9+
paseo plugin add npm:paseo-kanban@0.1.1GitHub · Paseo 0.8 fallback
paseo plugin add breathi3552/paseo-kanban --ref 5344ece520d0d3a85342c8f86f3425d2474a31f2Git security status and fallback installation are pinned to commit 5344ece520d0.
From the plugin's README
No manual build or git cloning needed. You can install directly via npm or GitHub:
Via NPM (Release package):
paseo plugin install npm:paseo-kanban
Via GitHub:
paseo plugin add breathi3552/paseo-kanban
To explicitly track the latest updates on the main branch:
paseo plugin add breathi3552/paseo-kanban --ref main
Verify that the plugin is running:
paseo plugin ls
Once active, open Paseo. The Kanban icon (PanelsTopLeft) will appear in the sidebar. Click it to launch the board.
To contribute or debug locally:
README
A lightweight, responsive Kanban board plugin for Paseo workspaces. Organize tasks across customizable swimlanes, break them down into subtasks, associate cards with native Paseo projects, and manage workflow status with intuitive drag-and-drop.
To Plan, In Progress, Done) with full support for adding, renaming, and deleting custom lanes.>= 0.8.0 (declared in paseo-plugin.json). As a Paseo workspace plugin, production runtime execution is managed and hosted by the Paseo application environment. No consumer-side Node version restriction is imposed in package.json..nvmrc and .node-version). Node 24 is required for local contributors and CI automation workflows running quality checks (npm run check), type stripping (--experimental-strip-types), and native test suites (node --test).No manual build or git cloning needed. You can install directly via npm or GitHub:
Via NPM (Release package):
paseo plugin install npm:paseo-kanban
Via GitHub:
paseo plugin add breathi3552/paseo-kanban
To explicitly track the latest updates on the main branch:
paseo plugin add breathi3552/paseo-kanban --ref main
Verify that the plugin is running:
paseo plugin ls
Once active, open Paseo. The Kanban icon (PanelsTopLeft) will appear in the sidebar. Click it to launch the board.
To contribute or debug locally:
# 1. Clone repository and install dependencies
git clone https://github.com/breathi3552/paseo-kanban.git
cd paseo-kanban
npm install
# 2. Link this directory into your local Paseo daemon
paseo plugin link .
npm install
# or clean install:
npm ci
Runs typecheck, automated test suites, linting, format verification, and release package checks in sequence:
npm run check
npm run check:package
test/*.test.mjs suites:
npm test
npm run typecheck
npm run lint
npm run format:check
npm run format
For comprehensive contribution guidelines, pre-publish package checks, and manual host acceptance steps, see the Development & Acceptance Guide.
The complete architectural breakdown and interactive visual diagram are archived in the repository:
docs/architecture/paseo-kanban.architecture.html in your browser.docs/architecture/paseo-kanban.architecture.json.MIT
Scanned 20 Sep 2026, 16:11 UTC from breathi3552/paseo-kanban.