feat: adopt cwm-build-tools v0.4 dev-environment commands#5
Merged
Conversation
Bumps cwm/build-tools from ^0.3.2@alpha to ^0.4@alpha and adds the seven dev-command composer aliases (setup, link, link-check, clean, verify, joomla-install, joomla-latest) that lib_cwmscripture's release-pipeline aliases were already paired with elsewhere in the ecosystem. Auto-derive picks up the library from cwm-build.config.json: manifests.extensions[] → libraries/lib_cwmscripture mirror, the manifest stub under administrator/manifests/libraries, plus the matching media/lib_cwmscripture link. Adds build.properties.tmpl as the per-developer secrets template; build.properties is gitignored. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Adopt the dev-environment commands released in cwm-build-tools v0.4.0-alpha — replaces the per-repo dev workflow with the shared toolchain (
composer setup/composer link/composer verify/ etc.).Changes
cwm/build-toolsconstraint from^0.3.2@alpha→^0.4@alpha.vendor/bin/cwm-*:setup,link,link-check,clean,verify,joomla-install,joomla-latest.build.properties.tmpl(gitignoredbuild.propertiesis per-developer; carries DB + admin creds and Joomla install paths)..gitignoreto coverbuild.properties.Test plan
composer installresolvescwm/build-tools ^0.4@alphafrom the VCS repo.composer setupruns the wizard and writesbuild.properties.composer linkcreates the expected symlinks against each Joomla install.composer link-checkreports clean afterlink.composer cleanremoves every dev symlink.🤖 Generated with Claude Code