workflow: auto-update cli-commands on release (#6755)

This commit is contained in:
dianed-square
2026-02-12 08:23:47 -08:00
committed by GitHub
parent a00c25c7b5
commit b90484297c
11 changed files with 2517 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"description": "Commands to skip during extraction (not documented intentionally)",
"skip_commands": [
{
"name": "term",
"reason": "Terminal integration documented via @goose/@g aliases"
}
]
}