go/cmd/dev
Snider 6ed025d3e6 feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns
Implements the Core IPC design with four dispatch patterns:
- ACTION: fire-and-forget broadcast (existing)
- QUERY: first responder returns data
- QUERYALL: all responders return data
- PERFORM: first responder executes task

Updates git and agentic services to use Query/Task patterns.
Adds dev service for workflow orchestration.
Refactors dev work command to use worker bundles.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:18:54 +00:00
..
bundles.go feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns 2026-01-30 10:18:54 +00:00
dev.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_api.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_ci.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_commit.go feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
dev_health.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_impact.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_issues.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_pull.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_push.go feat(framework): add core DI framework and improve dev commands 2026-01-30 09:02:16 +00:00
dev_reviews.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_sync.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_vm.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_work.go feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns 2026-01-30 10:18:54 +00:00