Commit Graph

5 Commits

Author SHA1 Message Date
060b95f699 feat(git-hangman-lab): repo search - search repository by exact name
Send GET to /api/v1/repos/search?q={name} and filter results
by exact name match. Output: {"ok": true/false, "data": [...]}
with each match containing id, owner.login, name, clone_url.
2026-04-14 21:52:27 +00:00
0b0f7d2a9f fix(git-hangman-lab): repo get-latest - fix URL extraction from list-all output
The awk field parser was using $3 (owner column) instead of $4 (url column).
Also fixed space trimming on extracted URL field.
2026-04-14 19:27:29 +00:00
lyn
87e75b77e8 Add repo get-latest subcommand: pull latest or clone if missing, with --recursive and --force support 2026-04-14 08:34:23 +00:00
lyn
d20e827a5c Integrate create-repo/add-collaborators/list-projs/repo-config into repo script, remove originals, update git-ctrl and SKILL.md 2026-04-13 13:49:23 +00:00
lyn
f3c19ba6e2 Add repo subcommand with create/add-collaborators/list-all/config; clean up SKILL.md 2026-04-13 13:46:46 +00:00