Combines three repositories into a single workspace: - go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/ - go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch) - php-devops → repos.yaml, setup.sh, scripts/, .core/ Module path: forge.lthn.ai/core/agent All packages build, all tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
20 lines
429 B
JSON
20 lines
429 B
JSON
{
|
|
"name": "code",
|
|
"description": "Codex code plugin for the Host UK core-agent monorepo",
|
|
"version": "0.1.1",
|
|
"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",
|
|
"code",
|
|
"host-uk"
|
|
]
|
|
}
|