Skip to content

docs: weekly sync#150

Open
bserem wants to merge 1 commit into
mainfrom
claude/pensive-edison-nu1zwg
Open

docs: weekly sync#150
bserem wants to merge 1 commit into
mainfrom
claude/pensive-edison-nu1zwg

Conversation

@bserem

@bserem bserem commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

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 areas docs/ is meant to cover:

  • f5168d4 ("Multiple packages in package-checker") — package-checker (alias wtfiow) now accepts multiple vendor/package or vendor/package:max-insecure-version arguments, 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-check no 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:
    • Updated the package-checker entry to describe multi-package, OR-matched scanning and aggregated per-repo output.
    • Updated the sanity-check entry 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

  • Verified both source commits via git show against the updated doc prose.
  • Confirmed the CI-only direct-push commits don't touch any documented area.
  • Confirmed the other commits this week came from merged PRs and are out of scope.

https://claude.ai/code/session_01Q86UkqCfyFNyLBrXRiUtte


Generated by Claude Code

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>
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