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>
20 lines
972 B
Markdown
20 lines
972 B
Markdown
# Host UK Core Agent
|
|
|
|
This extension provides tools and workflows for the Host UK development environment.
|
|
It helps with code review, verification, QA, and CI tasks.
|
|
|
|
## Key Features
|
|
|
|
- **Core CLI Integration**: Enforces the use of `core` CLI (`host-uk/core` wrapper for go/php tools) to ensure consistency.
|
|
- **Auto-formatting**: Automatically formats Go and PHP code on edit.
|
|
- **Safety Checks**: Blocks destructive commands like `rm -rf` to prevent accidents.
|
|
- **Skills**: Provides data collection skills for various crypto/blockchain domains (e.g., Ledger papers, BitcoinTalk archives).
|
|
- **Codex Awareness**: Surfaces Codex guidance from `core-agent/codex/AGENTS.md`.
|
|
- **Ethics Modal**: Embeds the Axioms of Life ethics modal and strings safety guardrails.
|
|
|
|
## Codex Commands
|
|
|
|
- `/codex:awareness` - Show full Codex guidance.
|
|
- `/codex:overview` - Show Codex plugin overview.
|
|
- `/codex:core-cli` - Show core CLI mapping.
|
|
- `/codex:safety` - Show safety guardrails.
|