feat(scripts): wire recipe-fix-pmpl-drift from hypatia#423#256
Merged
Conversation
Closes the hypatia→gitbot-fleet loop for PMPL drift detection per the 2026-06-02 estate license policy. - Adds scripts/fix-pmpl-drift.sh (synced from hypatia#423 main) - Adds 2 registry entries: by_category[LicensePMPLDrift] + by_recipe[recipe-fix-pmpl-drift] both → fix-pmpl-drift.sh The fix-pmpl-drift.sh script auto-classifies a repo via its LICENSE file (sole-owner → MPL-2.0, son-shared → AGPL-3.0-or-later, palimpsest carve-out → keep PMPL, ARR/forks → DO NOT TOUCH) and sweeps PMPL→target with submodule + sub-path exclusions. After this lands, the gitbot-fleet dispatcher can route hypatia findings of pattern PA-license-pmpl_drift to fix-pmpl-drift.sh and auto-file PRs for any new drift detected estate-wide. References: - standards#308 (the umbrella campaign, ~14k files now swept) - standards#349 (docs/LICENSE-POLICY.md canonical reference) - hypatia#423 (the source recipe + script) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…drift + sha-bump entries)
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.
Closes the hypatia → gitbot-fleet loop for PMPL drift detection per the 2026-06-02 estate license policy. After this lands, the gitbot-fleet dispatcher can route hypatia findings of pattern
PA-license-pmpl_drifttofix-pmpl-drift.shand auto-file PRs for any new drift detected estate-wide. References: standards#308 (umbrella campaign, ~14k files swept), standards#349 (docs/LICENSE-POLICY.md canonical reference), hypatia#423 (source recipe + script).