docs: weekly sync - #167
Open
bserem wants to merge 1 commit into
Open
Conversation
Document changes landed directly on main this week: - host-commands: add package-checker-and-card-maker (paccma/paccman) — new command combining GitLab package scanning with automatic Teamwork card creation; supports --dry-run and --auto-assign - host-commands: update env-setup — now supports setting named people roles (Guardian, Deputy, DM, AM) stored in .ddev/.env.anner - host-commands: update tw-new — now optionally assigns the new card to a project member selected via fzf - host-commands: update open-issue — new -c flag to copy/print the link without opening a browser - web-commands: add twig-grepper — maps __TwigTemplate_* backtrace classes to Twig template file paths via the Drupal Twig cache 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
Nine commits landed directly on
mainthis week (all single-parent, not PR merges). Five of them touch documented areas; the rest affectscripts/renovate/which is not covered indocs/. This PR brings the docs in line with reality.docs/host-commands.mdNew:
package-checker-and-card-maker(paccma,paccman) — introduced in commit9f86ed4and extended in2b9dd58. Combines GitLab package scanning (same semantics as the existingpackage-checker) with automatic Teamwork card creation. Supports--dry-runand--auto-assign(assigns created cards to Deputy/Guardian/DM read from each repo's.ddev/.env.anner).Updated:
env-setup— commitf481917added support for setting named people roles (Guardian, Deputy, DM, AM) stored asTEAMWORK_GUARDIAN_ID,TEAMWORK_DEPUTY_ID,TEAMWORK_DM_ID,TEAMWORK_AM_IDin.ddev/.env.anner. The menu now has 7 options instead of 3.Updated:
tw-new— commit3c95f11added an optional "assign card to person" prompt (via the new_lib/tw-people.shlibrary) after the description step.Updated:
open-issue— commit7e58941added a-cflag to copy/print the task link without opening a browser.docs/web-commands.mdtwig-grepper— introduced in commit757219e. Maps__TwigTemplate_*class names from a PHP backtrace to actual Twig template files by searching the Drupal Twig cache. Accepts a file argument or piped input.Not documented
scripts/renovate/changes (f6f07fa,0945a94) — outside the documented scope.tw-commentmultiline-paste fix (ecd81e9) — internal implementation change; existing description remains accurate._lib/tw-people.sh— internal library, not documented individually per the policy at the top ofhost-commands.md.Generated by Claude Code