Commit fcfb757
fix: include pro/squads in npm tarball for pro scaffold (#562)
* fix: include pro/squads in npm tarball for pro scaffold
The package.json files field only included pro/license/, causing
stepInstallScaffold to fail with "proPackageNotFound" in npx context
because pro/squads was missing from the published tarball.
Adds pro/squads/, pro/pro-config.yaml, pro/feature-registry.yaml,
pro/package.json, and pro/README.md to the files field.
Bumps version to 5.0.3.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: use temp dir in stepInstallScaffold test to prevent timeout
The test was passing a nonexistent path which caused the scaffolder
to hang when bundled pro/ dir was found locally.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d86ddc5 commit fcfb757
4 files changed
Lines changed: 779 additions & 777 deletions
0 commit comments