Phase 3 of Core DI migration: - Remove CompletionNotifier interface from pkg/agentic - dispatch.go emits messages.AgentStarted/AgentCompleted via c.ACTION() - monitor registers IPC handlers in SetCore() — handleAgentStarted/handleAgentCompleted - Remove circular callback wiring (SetCompletionNotifier) from main.go - Export ReadStatus for cross-package use - Update run/orchestrator to use SetCore() instead of SetCompletionNotifier() Services now communicate through typed messages, not direct references. Co-Authored-By: Virgil <virgil@lethean.io>
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "core",
|
|
"description": "Codex core orchestration plugin for dispatch, review, memory, status, and verification workflows",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "Host UK",
|
|
"email": "hello@host.uk.com"
|
|
},
|
|
"homepage": "https://github.com/host-uk/core-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/host-uk/core-agent.git"
|
|
},
|
|
"license": "EUPL-1.2",
|
|
"keywords": [
|
|
"codex",
|
|
"core",
|
|
"host-uk",
|
|
"dispatch",
|
|
"review",
|
|
"openbrain",
|
|
"workspace"
|
|
]
|
|
}
|