Skip to content

v0.1.0

Latest

Choose a tag to compare

@Tangxiaolu Tangxiaolu released this 30 Aug 14:20
· 1 commit to main since this release

What's new

  • Vue frontend compatibility (additive): package.json deps with vue or nuxt infer project.type: vue; other Node repos stay node
  • pm init seeds Vue defaults only on Vue repos (no SQL/ops/cost modules, Vue/Vite stack, extra scan excludes)
  • Architecture maps include .vue files; Vue request-flow uses Vue Router instead of an API gateway
  • Review heuristics for v-html and v-for without :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 version

Or from the tag:

uv tool install --force pm-manager-cli --from git+https://github.com/wei63w/pm-manager.git@v0.1.0
pm init

Or:

npx skills@latest add wei63w/pm-manager

Vue repos without Python can scaffold with:

npx @wei63w/pm-manager init