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> |
||
|---|---|---|
| .. | ||
| prompts | ||
| client.go | ||
| client_test.go | ||
| completion.go | ||
| completion_test.go | ||
| config.go | ||
| config_test.go | ||
| context.go | ||
| context_test.go | ||
| embed.go | ||
| service.go | ||
| types.go | ||