a7700a5f15
fix(pr): for 405 errors, output API message directly
2026-04-01 17:08:49 +00:00
d764f30589
fix(pr): proper HTTP status code handling for merge command
...
Handle different HTTP status codes returned by merge API:
- 200: success (check merged field)
- 409: conflict (output error message)
- 404: not found
- 423: repo archived
- 405: empty response / try again later
- etc: generic error handling
2026-04-01 17:08:49 +00:00
77fa2f77bc
fix(pr): use /pulls instead of /pulls/pinned for list command
2026-04-01 17:08:49 +00:00
bd41addc7d
Resolve conflicts: keep pr command with show subcommand
2026-04-01 17:08:49 +00:00
3930adf362
fix: extract actual token from secret-mgr output
...
secret-mgr get-secret outputs 'Access token was successfully created: <token>'
so we need to extract just the token using awk '{print $NF}'
2026-04-01 17:08:02 +00:00
2d1d77f57a
Resolve conflicts: keep pr command (renamed from create-pr)
2026-04-01 17:08:02 +00:00
dc5ce61bf7
feat: add create-pr command ( #3 )
2026-04-01 15:52:42 +00:00
d8dee3b062
Merge pull request 'feature/add-create-repo-script' ( #2 ) from feature/add-create-repo-script into main
...
Reviewed-on: #2
2026-04-01 00:45:19 +00:00
32332bea41
fix(create-repo): update error message
2026-04-01 00:43:33 +00:00
38f5a52a14
fix(create-repo): require AGENT_WORKSPACE env var instead of default
2026-04-01 00:42:27 +00:00
ca9d3b4fe5
feat(git-hangman-lab): add create-repo command
...
- Add create-repo script for creating new repositories on git.hangman-lab.top
- Integrate create-repo into git-ctrl dispatcher
- Update SKILL.md with new command documentation
2026-04-01 00:38:47 +00:00
d358abf1ce
restructure: flatten scripts dirs, remove roster, update SKILL.md
2026-03-25 07:30:09 +00:00
b9785b6295
use ego-mgr for username/email instead of CLI flags
2026-03-24 19:18:20 +00:00
2d37e9d55f
Merge pull request 'rename pass_mgr to secret-mgr' ( #1 ) from rename-pass-mgr-to-secret-mgr into main
...
Reviewed-on: #1
2026-03-24 19:01:03 +00:00
8b4b5de3b5
rename pass_mgr to secret-mgr
2026-03-24 10:08:00 +00:00
95d22aa42d
Add sync-skills.sh script
2026-03-21 14:48:02 +00:00
ac457349af
Initial commit: git-hangman-lab and keycloak-hangman-lab skills
2026-03-21 14:04:00 +00:00