Skip to content

Skip Strauss on composer install when vendor-prefixed already exists - #26

Open
datengraben wants to merge 1 commit into
masterfrom
claude/strauss-composer-post-install-2ss107
Open

Skip Strauss on composer install when vendor-prefixed already exists#26
datengraben wants to merge 1 commit into
masterfrom
claude/strauss-composer-post-install-2ss107

Conversation

@datengraben

Copy link
Copy Markdown
Owner

Running Strauss on every composer install wastes ~2 minutes when
dependencies haven't changed. The new prefix-namespaces-if-missing
script only runs the full Strauss pass if vendor-prefixed/ is absent,
while post-update-cmd still always re-scopes after dependency changes.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01Y1xu2m3ALWV3u7sg7vHUeN

Running Strauss on every `composer install` wastes ~2 minutes when
dependencies haven't changed. The new `prefix-namespaces-if-missing`
script only runs the full Strauss pass if `vendor-prefixed/` is absent,
while `post-update-cmd` still always re-scopes after dependency changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y1xu2m3ALWV3u7sg7vHUeN
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