docs: update pgpm init skills with --template, -t, -w, and -W flags #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updates skill documentation to reflect new CLI flags added to
pgpm initin constructive PR #674:--template, -t <path>: New flag that combines--dirand template type into a single path (e.g.,pgpm init -t pnpm/module)--create-workspace, -w: Creates a workspace first, then creates the module inside it-W: Interactive workspace recovery prompt (when runningpgpm initoutside a workspace)default/topgpm/to match boilerplates repo changesFiles updated:
skills/pgpm-init/SKILL.mdskills/pgpm-init-templates/SKILL.mdskills/pgpm-cli/SKILL.mdskills/pgpm-boilerplates/SKILL.mdReview & Testing Checklist for Human
-wflag description matches actual CLI behavior (creates workspace first, then module inside it)-Wvs-wdistinction is accurate (lowercase creates workspace+module, uppercase is for interactive recovery prompt)--templateparsing description is correct (splits on first/to extract dir and type)Recommended test plan:
Notes
This is a documentation-only change. The actual CLI implementation was merged in constructive-io/constructive#674.
Link to Devin run: https://app.devin.ai/sessions/86fc90000ad24b2cacf3b750dc077be3
Requested by: Dan Lynch (@pyramation)