docs: weekly sync#150
Open
bserem wants to merge 1 commit into
Open
Conversation
Sync docs/host-commands.md with the two commits pushed directly to main this week: - f5168d4 package-checker now accepts multiple vendor/package[:version] args, OR-matched, with aggregated per-repo output. - 17a7696 sanity-check disables the safe-uninstall check until a bug in it is fixed. The other direct-push commits this week (16b18c8, 26e6570, 90beb4b) only touched .github/workflows/docs-sync.yml, which is out of the documented scope. Commits 3da67f1, 85e8cc0, f33c21f landed via merged PRs and are covered by the per-PR docs-sync workflow. Co-Authored-By: Claude <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
This week, three commits landed directly on
main(no PR):f5168d4,17a7696, and a trio of CI-only fixes (16b18c8,26e6570,90beb4b). Of these, only two touch areasdocs/is meant to cover:f5168d4("Multiple packages in package-checker") —package-checker(aliaswtfiow) now accepts multiplevendor/packageorvendor/package:max-insecure-versionarguments, OR-matched against each project's manifest, and prints one aggregated line per matching repo (red if any match is insecure) instead of one line per match.17a7696("disable safe-uninstall check until fixed") —sanity-checkno longer runs the safe-uninstall check; it's commented out in the script pending a fix for a bug in it.The CI-only commits (
16b18c8,26e6570,90beb4b) only touch.github/workflows/docs-sync.yml, which is outside the documented scope (host/web commands, git hooks, DDEV providers, lifecycle hooks, settings.*.php), so no doc changes were needed for those.The remaining commits this week (
3da67f1,85e8cc0,f33c21f) landed via merged PRs (#147, #146, #144) and are already covered by the per-PR docs-sync workflow, so they're out of scope for this weekly sync.What changed
docs/host-commands.md:package-checkerentry to describe multi-package, OR-matched scanning and aggregated per-repo output.sanity-checkentry to note the safe-uninstall check is currently disabled pending a fix, and removed it from the list of active checks it runs.Test plan
git showagainst the updated doc prose.https://claude.ai/code/session_01Q86UkqCfyFNyLBrXRiUtte
Generated by Claude Code