docs: weekly sync - #171
Open
bserem wants to merge 2 commits into
Open
Conversation
Two commands existed in the repo but were absent from the docs: - commands/host/package-checker-and-card-maker (aliases: paccma, paccman): combines the package-checker scan with automatic Teamwork card creation. - commands/web/twig-grepper: maps __TwigTemplate_* class names in a backtrace to their source Twig template paths via the compiled cache. Co-Authored-By: Claude <noreply@anthropic.com>
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.
What changed and why
No commits landed directly on
mainthis week, but the docs were missing entries for two commands that already exist in the codebase:commands/host/package-checker-and-card-maker(aliases:paccma,paccman)A one-step follow-up to
package-checker: scans every project under a GitLab group for given Composer packages, then automatically creates a "Update Dependencies" Teamwork card on each matching project's board. Supports--dry-run,--auto-assign, the same:max-insecure-versionpackage syntax aspackage-checker, and the same GitLab backend env vars.commands/web/twig-grepperResolves
__TwigTemplate_*class names in a PHP backtrace to their original Twig template source paths by searching the compiled cache ($DOCROOT/sites/default/files/php/twig). Accepts a file argument or reads from stdin (pbpaste | ddev twig-grepper,wl-paste | ddev twig-grepper).Both entries were added to
docs/host-commands.mdanddocs/web-commands.mdrespectively to bring the docs into sync with reality.Generated by Claude Code