Skip to content

docs: weekly sync - #171

Open
bserem wants to merge 2 commits into
mainfrom
claude/pensive-edison-6gc3jg
Open

docs: weekly sync#171
bserem wants to merge 2 commits into
mainfrom
claude/pensive-edison-6gc3jg

Conversation

@bserem

@bserem bserem commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

What changed and why

No commits landed directly on main this 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-version package syntax as package-checker, and the same GitLab backend env vars.

commands/web/twig-grepper

Resolves __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.md and docs/web-commands.md respectively to bring the docs into sync with reality.


Generated by Claude Code

claude and others added 2 commits August 27, 2026 19:38
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>
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