## Description As the CLI, I need to maintain my own repositories and dependencies in `~/.psdk-cli` to operate independently from local PSDK projects. ## Acceptance criteria - [ ] Dependencies are cloned into `~/.psdk-cli`. - [ ] The CLI works standalone when no project is found. - [ ] Local versions can be updated automatically or manually.
Description
As the CLI, I need to maintain my own repositories and dependencies in
~/.psdk-clito operate independently from local PSDK projects.Acceptance criteria
~/.psdk-cli.