cli/pkg/agentic
Snider c21a271dcf feat(framework): add service layer to git and agentic packages
- Add pkg/framework/framework.go for cleaner imports
- Add pkg/git/service.go with Core service wrapper
- Add pkg/agentic/service.go with AI/Claude service wrapper
- Services use IPC pattern with ACTION() dispatch

Usage:
  import "github.com/host-uk/core/pkg/framework"

  app, _ := framework.New(
      framework.WithService(git.NewService(git.ServiceOptions{})),
      framework.WithServiceLock(),
  )

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 09:19:20 +00:00
..
prompts feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
client.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
client_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
completion.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
completion_test.go feat(agentic): add AI collaboration features 2026-01-28 20:04:45 +00:00
config.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
config_test.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00
context.go refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +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 feat(framework): add service layer to git and agentic packages 2026-01-30 09:19:20 +00:00
types.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00