Skip to content

Conversation

@pyramation
Copy link
Contributor

Summary

Updates skill documentation to reflect new CLI flags added to pgpm init in constructive PR #674:

  • --template, -t <path>: New flag that combines --dir and 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 running pgpm init outside a workspace)
  • Updated default folder references from default/ to pgpm/ to match boilerplates repo changes

Files updated:

  • skills/pgpm-init/SKILL.md
  • skills/pgpm-init-templates/SKILL.md
  • skills/pgpm-cli/SKILL.md
  • skills/pgpm-boilerplates/SKILL.md

Review & Testing Checklist for Human

  • Verify the -w flag description matches actual CLI behavior (creates workspace first, then module inside it)
  • Confirm -W vs -w distinction is accurate (lowercase creates workspace+module, uppercase is for interactive recovery prompt)
  • Check that --template parsing description is correct (splits on first / to extract dir and type)

Recommended test plan:

# Verify these commands work as documented
pgpm init -t pnpm/module -w  # Should create workspace + module
pgpm init --template pgpm/workspace  # Should create PGPM workspace

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)

@devin-ai-integration
Copy link

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit 2dae332 into main Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants