Use this path when developing Taskplane itself or testing local changes before publish.
- Node.js 22+
- Git
- pi
git clone https://github.com/HenryLach/taskplane.git
cd taskplanecd extensions
npm install
cd ..If you want to test task execution in another repo:
cd /path/to/your-project
node /path/to/taskplane/bin/taskplane.mjs init --preset fullYou can also run taskplane init if the CLI is globally installed.
From the Taskplane repo root:
pi -e extensions/task-orchestrator.tsInside pi, run:
/task
/orch
/orch-plan all
You should get usage/help output (or planning output if task areas exist).
From repo root:
node bin/taskplane.mjs help
node bin/taskplane.mjs version
node bin/taskplane.mjs doctor- Source install via
-edoes not require publishing to npm. - For package-level behavior tests, use
npm pack+ install tarball in a scratch repo.