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> |
||
|---|---|---|
| .. | ||
| docs/site | ||
| testdata | ||
| core.go | ||
| core_extra_test.go | ||
| core_lifecycle_test.go | ||
| core_test.go | ||
| e.go | ||
| e_test.go | ||
| interfaces.go | ||
| query_test.go | ||
| runtime_pkg.go | ||
| runtime_pkg_extra_test.go | ||
| runtime_pkg_test.go | ||