go/pkg/container
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
..
templates feat(container): add LinuxKit YAML templates with variable substitution 2026-01-28 18:59:45 +00:00
container.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
hypervisor.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
hypervisor_test.go test: increase coverage across packages 2026-01-29 13:19:08 +00:00
linuxkit.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
linuxkit_test.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
state.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
state_test.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
templates.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
templates_test.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00