cli/internal/bugseti
Snider 0729b3a672 refactor: split CLI from monorepo, import core/go as library (#1)
- Change module from forge.lthn.ai/core/go to forge.lthn.ai/core/cli
- Remove pkg/ directory (now served from core/go)
- Add require + replace for forge.lthn.ai/core/go => ../go
- Update go.work to include ../go workspace module
- Fix all internal/cmd/* imports: pkg/ refs → forge.lthn.ai/core/go/pkg/
- Rename internal/cmd/sdk package to sdkcmd (avoids conflict with pkg/sdk)
- Remove SDK library files from internal/cmd/sdk/ (now in core/go/pkg/sdk/)
- Remove duplicate RAG helper functions from internal/cmd/rag/
- Remove stale cmd/core-ide/ (now in core/ide repo)
- Update IDE variant to remove core-ide import
- Fix test assertion for new module name
- Run go mod tidy to sync dependencies

core/cli is now a pure CLI application importing core/go for packages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Co-authored-by: Claude <developers@lethean.io>
Reviewed-on: #1
2026-02-16 14:24:37 +00:00
..
updater feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
config.go feat(bugseti): add hub coordination config fields and accessors 2026-02-16 05:53:52 +00:00
config_test.go fix(bugseti): update config file permissions to 0600 2026-02-16 05:53:52 +00:00
ethics_guard.go fix(bugseti): sanitize shell metacharacters in seeder env vars 2026-02-16 05:53:52 +00:00
ethics_guard_test.go fix(bugseti): sanitize shell metacharacters in seeder env vars 2026-02-16 05:53:52 +00:00
fetcher.go refactor: split CLI from monorepo, import core/go as library (#1) 2026-02-16 14:24:37 +00:00
fetcher_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-16 05:53:52 +00:00
ghcheck.go refactor: split CLI from monorepo, import core/go as library (#1) 2026-02-16 14:24:37 +00:00
ghcheck_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-16 05:53:52 +00:00
go.mod feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
go.sum feat: add ML inference, scoring, and training pipeline (pkg/ml) 2026-02-16 05:53:52 +00:00
hub.go refactor: split CLI from monorepo, import core/go as library (#1) 2026-02-16 14:24:37 +00:00
hub_test.go feat(bugseti): implement pending operations queue with disk persistence 2026-02-16 05:53:52 +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-16 05:53:52 +00:00
seeder.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-16 05:53:52 +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 refactor: split CLI from monorepo, import core/go as library (#1) 2026-02-16 14:24:37 +00:00
submit_test.go feat(bugseti): migrate from GitHub gh CLI to Forgejo SDK 2026-02-16 05:53:52 +00:00
version.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-16 05:53:52 +00:00