cli/cmd
Snider 69a0cd631a feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK
Replace all exec.Command("gh", ...) calls with the existing pkg/forge
wrapper around the Forgejo Go SDK. BugSETI no longer requires the gh
CLI to be installed.

Changes:
- fetcher: use forge.ListIssues/GetIssue instead of gh issue list/view
- submit: use forge.ForkRepo/CreatePullRequest instead of gh pr create
- seeder: use git clone with forge URL + token auth instead of gh clone
- ghcheck: CheckForge() returns *forge.Client via forge.NewFromConfig()
- config: add ForgeURL/ForgeToken fields (GitHubToken kept for migration)
- pkg/forge: add Token(), GetCurrentUser(), ForkRepo(), CreatePullRequest(),
  ListIssueComments(), and label filtering to ListIssuesOpts

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-16 05:53:52 +00:00
..
bugseti feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-16 05:53:52 +00:00
community updates 2026-02-08 15:17:12 +00:00
core-app chore: migrate forge.lthn.ai → forge.lthn.io 2026-02-16 05:53:52 +00:00
core-ide fix(tray): replace placeholder icons with actual bug and diamond icons 2026-02-09 10:39:50 +00:00
vanity-import chore: migrate forge.lthn.ai → forge.lthn.io 2026-02-16 05:53:52 +00:00