• Joined on 2026-02-27
lyn pushed to main at lyn/ClawSkills 2026-04-15 16:22:31 +00:00
95cf7b85fa feat(git-hangman-lab): add --visibility flag to repo create
lyn pushed to main at lyn/ClawSkills 2026-04-15 11:03:42 +00:00
1e7af09245 publish-package: read current link state before re-linking
lyn pushed to main at lyn/ClawSkills 2026-04-14 19:09:49 +00:00
d63f187bf2 Fix generate-access-token: capture stderr, check exit code, fail gracefully on duplicate token
lyn pushed to main at lyn/GiteaCustomApi 2026-04-14 13:21:11 +00:00
55f87b13f4 Add Go implementation: main.go, Dockerfile, docker-compose.yml
lyn pushed to main at lyn/GiteaCustomApi 2026-04-14 13:04:26 +00:00
0a2ec1d048 Remove SQLite: use in-memory cache instead
lyn pushed to main at lyn/GiteaCustomApi 2026-04-14 12:54:18 +00:00
1e853e9f75 Add API key rotation mechanism and client-side key fetch documentation
lyn pushed to main at lyn/ClawSkills 2026-04-14 08:34:25 +00:00
87e75b77e8 Add repo get-latest subcommand: pull latest or clone if missing, with --recursive and --force support
lyn pushed to main at lyn/ClawSkills 2026-04-13 20:54:35 +00:00
a86b80e83a Logout before release in publish-package trap
lyn pushed to main at lyn/ClawSkills 2026-04-13 20:50:29 +00:00
0da1703140 Add docker logout to trap in publish-package docker branch
lyn pushed to main at lyn/ClawSkills 2026-04-13 16:34:21 +00:00
f0cb155fa4 Fix linkPackage: type=container, no body, POST only
lyn pushed to main at lyn/ClawSkills 2026-04-13 16:29:06 +00:00
b14d3acbba Fix linkPackage URL path: /packages/{owner}/docker/{name}/-/link/{repo_name}
lyn pushed to main at lyn/ClawSkills 2026-04-13 16:23:13 +00:00
f0b27d5a1a publish-package: add linkPackage API call after docker push
lyn pushed to main at lyn/ClawSkills 2026-04-13 15:07:22 +00:00
ae90cd7e0b publish-package: implement docker branch with lock-mgr and docker login/push
lyn pushed to main at lyn/ClawSkills 2026-04-13 14:05:10 +00:00
5c405ff5fa Add learn.sh: install skills from .skill-list to workspace/skills
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:49:25 +00:00
d20e827a5c Integrate create-repo/add-collaborators/list-projs/repo-config into repo script, remove originals, update git-ctrl and SKILL.md
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:46:47 +00:00
f3c19ba6e2 Add repo subcommand with create/add-collaborators/list-all/config; clean up SKILL.md
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:38:58 +00:00
7c0b857a2f Add list-projs to git-ctrl routing and SKILL.md
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:37:57 +00:00
bd84a50e98 Remove list-projs from git-ctrl routing; add to SKILL.md
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:30:51 +00:00
5c8d1d3529 Fix read vars: match all 6 SQL columns in list-projs
lyn pushed to main at lyn/ClawSkills 2026-04-13 13:25:38 +00:00
50fe0d87d7 Fix can_write: add COALESCE to handle NULL from LEFT JOIN