docs: weekly sync - #170
Open
bserem wants to merge 1 commit into
Open
Conversation
Sync docs/ with commits landed on main since the previous weekly sync: - Add web command `twig-grepper` (commands/web/twig-grepper) — maps `__TwigTemplate_*` classes from a pasted backtrace to source templates. - Add host command `package-checker-and-card-maker` (aliases: `paccma`, `paccman`) — scans a GitLab group for composer packages and creates "Update Dependencies" Teamwork cards, with `--dry-run` and `--auto-assign` (Deputy/Guardian/DM). - Update `open-issue` docs to describe the new `-c` flag (copy-and-print only, no browser open). - Update `tw-new` docs to describe the new optional person-assignment step. - Update `env-setup` docs to describe the new Guardian/Deputy/DM/AM people options that persist `TEAMWORK_*_ID` values to `.ddev/.env.anner`. 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
Weekly sync of
docs/with commits landed directly onmainsince the previous weekly sync (cc1b381). No documented behaviour on thewebcontainer commands or on host commands other than those below was affected, so those pages are unchanged.What changed and why
New web command
twig-grepper(commands/web/twig-grepper, commit757219e) — added a bullet underdocs/web-commands.md. Maps__TwigTemplate_*class names from a pasted backtrace to their source template files by searching Drupal's compiled Twig cache. Accepts a file argument or piped input (pbpaste | ddev twig-grepper).New host command
package-checker-and-card-maker(commands/host/package-checker-and-card-maker, commits9f86ed4+2b9dd58) — added a bullet underdocs/host-commands.mdabove the existingpackage-checkerentry. Extendspackage-checkerby creating an "Update Dependencies" Teamwork card on each matching repo's board (read from the repo's.ddev/.env.anner), with--dry-runand--auto-assign(assigns Deputy / Guardian / DM from the same.env.anner). Aliases:paccma,paccman.open-issuegained-c(commit7e58941) — updated the existing bullet to document the new copy-and-print-only flag that skips opening the browser.tw-newcan now assign the new card (commit3c95f11) — updated the existing bullet to mention the new optional person-assignment step.env-setupadds Guardian / Deputy / DM / AM options (commitf481917) — updated the existing bullet to document the new menu entries that persistTEAMWORK_GUARDIAN_ID,TEAMWORK_DEPUTY_ID,TEAMWORK_DM_ID,TEAMWORK_AM_IDto.ddev/.env.anner(used bypackage-checker-and-card-maker --auto-assign).The last week's other commit (
664f306"Simple renovate") only touchesscripts/renovate/renovate.json, which is not a documented area, so no doc change was needed for it. Varnish scripts were intentionally not touched.Generated by Claude Code