Detailed documentation for developers and power users.
curl -fsSL https://raw.githubusercontent.com/superplan-md/superplan-plugin/alpha.4/scripts/install.sh | SUPERPLAN_REF=alpha.4 SUPERPLAN_INSTALL_PREFIX="$HOME/.local" shnpm installnpm run buildnode dist/cli/main.js init
npm test: Full suite.node --test test/cli.test.cjs: Focused CLI check.
npm run overlay:releaseEmits a packaged artifact for the current host platform to dist/release/overlay/.
npm run overlay:release:github -- --tag <release-tag> --repo superplan-md/superplan-pluginDispatches the GitHub Actions matrix release workflow, which builds native overlay artifacts for macOS, Linux, and Windows on matching runners and uploads them to the requested GitHub release tag. The full unsigned-first maintainer checklist lives in release-checklist.md.
Tasks live in ~/.config/superplan/changes/<slug>/tasks/T-xxx.md.
Required sections: ## Description, ## Acceptance Criteria.
~/.config/superplan/runtime/tasks.json: Execution state.~/.config/superplan/runtime/events.ndjson: Event log.
superplan visibility report --json groups runtime events into run boundaries and writes reports to ~/.config/superplan/runtime/reports/.