go/pkg/agentic
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
..
prompts feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
allowance.go feat(agentic): add agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +00:00
allowance_service.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
allowance_test.go feat(agentic): add agent allowance system for model quotas and budgets 2026-02-16 05:53:52 +00:00
client.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
client_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
completion.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
completion_test.go fix(agentic): use context.TODO instead of nil Context (#94) 2026-02-01 15:58:26 +00:00
config.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
config_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
context.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
context_test.go feat(agentic): add AI collaboration features 2026-01-28 20:04:45 +00:00
embed.go feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
service.go refactor: strip to pure package library 2026-02-16 14:22:04 +00:00
types.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00