You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
- Passing positional args without `--no-interactive` still triggers prompts
44
44
- Script auto-generates AI-powered description and creates PR via GitHub CLI
45
45
- PRs: include a short description of scope, commands run/outputs (or screenshots for doc-only visual changes), and linked issues if applicable. Note any risk areas (data migration, remote writes).
46
+
- After modifying scripts in the catalog (e.g., `scripts/git/*.sh`), regenerate `go/internal/catalog/catalog.json` by running `go generate ./...` from the repo root, then commit the updated file before pushing.
46
47
47
48
### Important Rules
48
49
-**AI co-authorship in commits is allowed** — `Co-Authored-By` lines for Claude or Mistral Vibe are permitted
Copy file name to clipboardExpand all lines: go/internal/catalog/catalog.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,14 @@
385
385
"required": false,
386
386
"description": "Show only the cross-repo summary table, skipping per-repo detail",
387
387
"raw": "--summary optional {} Show only the cross-repo summary table, skipping per-repo detail"
388
+
},
389
+
{
390
+
"name": "--sort-by",
391
+
"required_raw": "optional",
392
+
"required": false,
393
+
"default": "unique-views",
394
+
"description": "Sort summary by 'unique-views' or 'unique-clones' (default: unique-views when views shown, unique-clones when only clones shown)",
395
+
"raw": "--sort-by optional {unique-views} Sort summary by 'unique-views' or 'unique-clones' (default: unique-views when views shown, unique-clones when only clones shown)"
# @flag --summary optional {} Show only the cross-repo summary table, skipping per-repo detail
23
+
# @flag --sort-by optional {unique-views} Sort summary by 'unique-views' or 'unique-clones' (default: unique-views when views shown, unique-clones when only clones shown)
0 commit comments