4 Commits

Author SHA1 Message Date
0c5e6b8688 refactor(git-hangman-lab): rewrite generate-access-token to use HTTP API instead of gitea CLI
- Use -u username:password basic auth for all API calls
- GET /users/{name}/tokens to find existing token
- DELETE /users/{name}/tokens/{id} to remove existing token
- POST /users/{name}/tokens with {"name": "...", "scopes": ["all"]}
- Extract 'sha1' field from POST response as the token value
- Use ego-mgr get default-username instead of secret-mgr get-username
2026-04-14 23:08:41 +00:00
lyn
d63f187bf2 Fix generate-access-token: capture stderr, check exit code, fail gracefully on duplicate token 2026-04-14 19:09:47 +00:00
lyn
dc5ce61bf7 feat: add create-pr command (#3) 2026-04-01 15:52:42 +00:00
lyn
d358abf1ce restructure: flatten scripts dirs, remove roster, update SKILL.md 2026-03-25 07:30:09 +00:00