go/pkg
Claude dfd370cff6
refactor: strip to pure package library
- Fix remaining 187 pkg/ files referencing core/cli → core/go
- Move SDK library code from internal/cmd/sdk/ → pkg/sdk/ (new package)
- Create pkg/rag/helpers.go with convenience functions from internal/cmd/rag/
- Fix pkg/mcp/tools_rag.go to use pkg/rag instead of internal/cmd/rag
- Fix pkg/build/buildcmd/cmd_sdk.go and pkg/release/sdk.go to use pkg/sdk
- Remove all non-library content: main.go, internal/, cmd/, docker/,
  scripts/, tasks/, tools/, .core/, .forgejo/, .woodpecker/, Taskfile.yml
- Run go mod tidy to trim unused dependencies

core/go is now a pure Go package suite (library only).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:22:04 +00:00
..
agentci refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
agentic refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
ai refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
ansible refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
auth refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
build refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
cache refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
cli refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
collect refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
config refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
container refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
crypt refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
deploy refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
devkit feat/ml-integration (#2) 2026-02-16 06:19:09 +00:00
devops refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
forge refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
framework refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
git refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
gitea refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
help feat(help): Implement full-text search (#294) 2026-02-05 10:26:16 +00:00
i18n feat/ml-integration (#2) 2026-02-16 06:19:09 +00:00
infra fix(core-ide): use path-based routing for multi-window SPA, clean up formatting 2026-02-09 01:50:57 +00:00
io refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
jobrunner refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
lab refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
log refactor: update package imports from cli to go 2026-02-16 13:53:54 +00:00
mcp refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
ml refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
mlx refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
plugin refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
process refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
rag refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
ratelimit fix(security): move Gemini API key from URL query params to header (#47) 2026-02-16 05:53:52 +00:00
release refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
repos refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
sdk refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
session feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
trust feat(agentic): add agent trust model with tiered access control 2026-02-16 05:53:52 +00:00
unifi refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
webview feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00
workspace refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
ws feat: BugSETI app, WebSocket hub, browser automation, and MCP tools (#336) 2026-02-05 17:22:05 +00:00