## Description As the CLI, I want to detect if a command is run inside a PSDK project, so I can use the project’s version or my internal one accordingly. ## Acceptance criteria - [ ] The CLI detects a PSDK project by structure (`pokemonsdk/`, `Data/`, etc.). - [ ] If no project is found, the CLI switches to standalone mode. - [ ] Logs clearly indicate which PSDK version is used.
Description
As the CLI, I want to detect if a command is run inside a PSDK project, so I can use the project’s version or my internal one accordingly.
Acceptance criteria
pokemonsdk/,Data/, etc.).