go/internal/bugseti
Snider 48d385279b
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
Merge branch 'feat/ml-integration' into dev
# Conflicts:
#	.gh-actions/ISSUE_TEMPLATE/config.yml
#	.gh-actions/workflows/alpha-release-manual.yml
#	.gh-actions/workflows/alpha-release-push.yml
#	.gh-actions/workflows/alpha-release.yml
#	.gh-actions/workflows/bugseti-release.yml
#	.gh-actions/workflows/ci-manual.yml
#	.gh-actions/workflows/ci-pull-request.yml
#	.gh-actions/workflows/ci-push.yml
#	.gh-actions/workflows/ci.yml
#	.gh-actions/workflows/coverage-manual.yml
#	.gh-actions/workflows/coverage-pull-request.yml
#	.gh-actions/workflows/coverage-push.yml
#	.gh-actions/workflows/coverage.yml
#	.gh-actions/workflows/release.yml
#	cmd/bugseti/go.mod
#	cmd/bugseti/workspace.go
#	go.sum
#	internal/bugseti/submit.go
#	internal/bugseti/updater/go.mod
#	internal/cmd/ml/cmd_ml.go
#	internal/core-ide/go.mod
#	internal/variants/full.go
#	pkg/ml/db.go
2026-02-16 06:13:40 +00:00
..
updater feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
config.go feat(bugseti): add hub coordination config fields and accessors 2026-02-13 21:23:02 +00:00
config_test.go fix(bugseti): update config file permissions to 0600 2026-02-10 11:15:52 +00:00
ethics_guard.go fix(bugseti): sanitize shell metacharacters in seeder env vars 2026-02-10 15:18:36 +00:00
ethics_guard_test.go fix(bugseti): sanitize shell metacharacters in seeder env vars 2026-02-10 15:18:36 +00:00
fetcher.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
fetcher_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-13 20:55:39 +00:00
ghcheck.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
ghcheck_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-13 20:55:39 +00:00
go.mod feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
go.sum feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 00:34:53 +00:00
hub.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00
hub_test.go feat(bugseti): implement pending operations queue with disk persistence 2026-02-13 21:36:08 +00:00
mcp_marketplace.go feat(bugseti): add marketplace MCP root 2026-02-05 22:07:24 +00:00
notify.go feat(bugseti): add marketplace MCP root 2026-02-05 22:07:24 +00:00
queue.go fix(bugseti): hold mutex during entire QueueService initialization 2026-02-12 20:30:22 +00:00
seeder.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-13 20:55:39 +00:00
seeder_test.go feat(bugseti): integrate marketplace MCP 2026-02-05 21:36:33 +00:00
stats.go feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
submit.go Merge branch 'feat/ml-integration' into dev 2026-02-16 06:13:40 +00:00
submit_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-13 20:55:39 +00:00
version.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 00:30:41 +00:00