feat/updates #1
No reviewers
Labels
No labels
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/go#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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>core lab serveda81534897to5e9a9c2790