mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-23 19:06:33 +00:00
2e03222aa5
* feat: restore `pad init` as smart multi-step entry point Adds a top-level `pad init` command that detects the current state and walks through each setup step as needed: configure connection, start server, bootstrap admin account, authenticate, create/link workspace, and install/update AI skill files. Safe to re-run anytime — skips completed steps and shows a status summary when everything is healthy. Also refactors `pad workspace init` to use shared helpers and adds a hint pointing users to `pad init` when prerequisites are missing. Ref: IDEA-499, PLAN-546 * fix: validate --template flag before workspace creation in pad init Adds the same preflight template validation that workspace init has, preventing a partially initialized workspace from being created when an invalid template name is passed. Ref: PR #99 review feedback