go-agent/codex
Snider 61e01bfdf1 feat: initial go-agent — agentci + jobrunner + plugins marketplace
Consolidates three codebases into a single agent orchestration repo:

- agentci (from go-scm): Clotho dual-run verification, agent config,
  SSH security (sanitisation, secure commands, token masking)
- jobrunner (from go-scm): Poll-dispatch-report pipeline with 7 handlers
  (dispatch, completion, auto-merge, publish draft, dismiss reviews,
  send fix command, tick parent epic)
- plugins marketplace (from agentic/plugins): 27 Claude/Codex/Gemini
  plugins with shared MCP server

All 150+ tests passing across 6 packages.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-21 15:47:19 +00:00
..
.codex-plugin feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
api feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
awareness feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
ci feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
code feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
collect feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
coolify feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
core feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
ethics feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
guardrails feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
issue feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
perf feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
qa feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
review feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
scripts feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
verify feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
AGENTS.md feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
IMPROVEMENTS.md feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
INTEGRATION_PLAN.md feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
README.md feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00
REPORT.md feat: initial go-agent — agentci + jobrunner + plugins marketplace 2026-02-21 15:47:19 +00:00

Host UK Codex Plugin

This plugin provides Codex-friendly context and guardrails for the core-agent monorepo. It mirrors key behaviours from the Claude plugin suite, focusing on safe workflows, the Host UK toolchain, and the Axioms of Life ethics modal.

Plugins

  • awareness
  • ethics
  • guardrails
  • api
  • ci
  • code
  • collect
  • coolify
  • core
  • issue
  • perf
  • qa
  • review
  • verify

What It Covers

  • Core CLI enforcement (Go/PHP via core)
  • UK English conventions
  • Safe shell usage guidance
  • Pointers to shared scripts from core-agent/claude/code/

Usage

Include core-agent/codex in your workspace so Codex can read AGENTS.md and apply the guidance.

Files

  • AGENTS.md - primary instructions for Codex
  • scripts/awareness.sh - quick reference output
  • scripts/overview.sh - README output
  • scripts/core-cli.sh - core CLI mapping
  • scripts/safety.sh - safety guardrails
  • .codex-plugin/plugin.json - plugin metadata
  • .codex-plugin/marketplace.json - Codex marketplace registry
  • ethics/MODAL.md - ethics modal (Axioms of Life)