Conversation
Issue #5: phased lint strategy + changed-file lint gate
combined CI into single run 1 job for PHP that runs unit tests and php linting 1 job for JS linting on changed files only exclude /ideas folder from php linting
Issue #4: CI hardening with required PR checks + template
Issue #6: one-command bootstrap + standard make tasks
foo-bender
approved these changes
Feb 21, 2026
Collaborator
foo-bender
left a comment
There was a problem hiding this comment.
Reviewed end-to-end. CI hardening and lint workflow updates look solid, and local verification passed (composer test + composer lint) on the PR branch. No blocking issues found.
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
This merge brings CI hardening, lint workflow cleanup, PHPCS compliance fixes, and supporting docs from
developintomain.origin/main..origin/develop).884e885through187d984(CI/lint hardening series).What Changed
1. CI and quality gates
wp-content/plugins/clawpress/.github/workflows/ci.yml.composer test+composer lint.npm ci/lint when no JS files changed (dorny/paths-filter).2. Changed-file lint tooling
wp-content/plugins/clawpress/bin/lint-changed.BASE_REFcorrectly).3. Scripts and developer workflow
wp-content/plugins/clawpress/package.jsonscripts.testdelegates tocomposer test.lint:changed:js).wp-content/plugins/clawpress/.github/pull_request_template.mdvalidation checklist:composer testcomposer lintnpm run lint:changed:js4. PHPCS and code quality fixes
ideas/exclusion inwp-content/plugins/clawpress/phpcs.xml.dist.@paramissues across command handlers.WordPress.DB.SlowDBQuery.slow_db_query_meta_keyinincludes/helpers/class-user-helper.php.5. Docs and artifacts
docs/lint-baseline.mddocs/lint-debt-reduction-plan.mdlanguages/clawpress.potNet Effect