Commit Graph

7 Commits

Author SHA1 Message Date
5f645f884d feat(cli)!: convert update subcommand to --update flag
BREAKING CHANGE: The 'update' subcommand is replaced with flags:
- Use '--update' to update all cached repositories
- Use '--update --repo owner/repo' to update a specific repo
- Searching for 'update' keyword now works: 'gh-celebs update'
2026-03-23 17:57:42 +02:00
23775e3c67 security: ignore config.toml to prevent token leaks 2026-03-23 17:52:14 +02:00
9b31be5457 security: add GitHub token format validation 2026-03-23 17:51:50 +02:00
1dbf7e33f9 security: add client-side rate limiting to update_all command 2026-03-23 17:51:50 +02:00
18aeacf49d Add skill docs 2026-03-23 17:37:45 +02:00
a1d045ad31 Add README.md 2026-03-23 17:35:21 +02:00
bbfb77b4e7 Initial commit 2026-03-23 17:30:16 +02:00