What's new
- Vue frontend compatibility (additive):
package.jsondeps withvueornuxtinferproject.type: vue; other Node repos staynode pm initseeds Vue defaults only on Vue repos (no SQL/ops/cost modules, Vue/Vite stack, extra scan excludes)- Architecture maps include
.vuefiles; Vue request-flow uses Vue Router instead of an API gateway - Review heuristics for
v-htmlandv-forwithout:key; Vitest noted in test-gap reports - Optional Node scaffold:
npx @wei63w/pm-manager init(does not replace the Python CLI)
Install
From the release wheel:
uv tool install --force pm-manager-cli --from https://github.com/wei63w/pm-manager/releases/download/v0.1.0/pm_manager_cli-0.1.0-py3-none-any.whl
pm versionOr from the tag:
uv tool install --force pm-manager-cli --from git+https://github.com/wei63w/pm-manager.git@v0.1.0
pm initOr:
npx skills@latest add wei63w/pm-managerVue repos without Python can scaffold with:
npx @wei63w/pm-manager init