cli/pkg/agentic
Snider a0f4baafad feat(framework): add core DI framework and improve dev commands
- Add pkg/framework/core with GUI-agnostic DI/service framework
  (extracted from core-gui, Wails dependencies removed)
- Add pkg/agentic/prompts with embedded commit instructions
- Improve dev push: detect uncommitted changes, offer Claude commit
- Add claudeEditCommit for cases needing Write/Edit permissions
- Add i18n keys for diverged branches and uncommitted changes
- Fix infinite loop when only untracked files remain after commit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 09:02:16 +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
types.go feat(agentic): implement core-agentic API client 2026-01-28 19:58:41 +00:00