Portable, model-neutral engineering policy, skills, hooks, and repository enforcement for coding agents.
  • Python 95.1%
  • Shell 4.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Hermes 4846d7c8be
Some checks failed
Validate / portable-system (macos-latest) (push) Has been cancelled
Validate / portable-system (ubuntu-latest) (push) Has been cancelled
Provision the tirith scanner system-wide for isolated worker accounts
Per-user profile installs of tirith are invisible to the isolated
agent-worker account, so worker command scanning silently degraded to
pattern matching. bin/tirith-install downloads the latest release for
the host platform, requires a SHA-256 match against the release
checksum manifest, proves the staged binary executes, and installs it
atomically to /usr/local/bin (overridable via --destination). Rerun is
idempotent: a destination matching the verified release is left alone.
2026-09-10 12:11:04 -05:00
.github/workflows feat: extract portable coding agent system 2026-07-13 14:31:08 -05:00
bin Provision the tirith scanner system-wide for isolated worker accounts 2026-09-10 12:11:04 -05:00
docs docs: split domain rules out of the global policy 2026-08-04 06:37:36 -05:00
hooks fix: ignore an empty read-only mounted .git placeholder in project discovery 2026-09-03 20:35:32 -05:00
host/local fix: restore the shared binary catalog contract and drop the jq dependency 2026-08-06 11:02:31 -05:00
lib fix: accept -p/--prompt as Kimi print mode 2026-08-03 18:41:40 -05:00
skills Recognize SQLite tokenizer options in review secret scanning 2026-09-05 02:17:19 -05:00
tests Recognize SQLite tokenizer options in review secret scanning 2026-09-05 02:17:19 -05:00
.gitignore feat: extract portable coding agent system 2026-07-13 14:31:08 -05:00
action.yml feat: extract portable coding agent system 2026-07-13 14:31:08 -05:00
AGENTS.md docs: split domain rules out of the global policy 2026-08-04 06:37:36 -05:00
CHANGELOG.md Recognize SQLite tokenizer options in review secret scanning 2026-09-05 02:17:19 -05:00
CLAUDE.md feat: extract portable coding agent system 2026-07-13 14:31:08 -05:00
configure-hosts.py feat: add Kimi worker adapter, parity skills, and launcher hardening 2026-07-30 10:41:46 -05:00
install.sh feat: migrate exact legacy agent installs 2026-07-13 17:01:00 -05:00
LICENSE feat: extract portable coding agent system 2026-07-13 14:31:08 -05:00
OPENCLAW_AGENT_SKILLS_LICENSE feat: add portable global agent system 2026-07-13 00:21:23 -05:00
README.md feat: retire the agent-github-handoff alias and githubPeer key 2026-08-06 21:31:15 -05:00
STEIPETE_AGENT_SCRIPTS_LICENSE feat: expand portable agent system 2026-07-13 06:42:02 -05:00
system.json Provision the tirith scanner system-wide for isolated worker accounts 2026-09-10 12:11:04 -05:00
validate.sh feat: add Kimi worker adapter, parity skills, and launcher hardening 2026-07-30 10:41:46 -05:00

Coding Agent System

A portable, model-neutral engineering system for Codex, Claude Code, Kimi CLI, Cursor, and other coding-agent hosts. It keeps policy terse, loads workflows as skills, dispatches skill-owned hooks, reconstructs work from repository evidence, and uses deterministic checks for the parts that should not depend on judgment.

Ownership

This repository owns the portable layer:

  • AGENTS.md: canonical global engineering policy.
  • skills/: assignable job contracts and their scripts, references, and hooks.
  • hooks/dispatch.py: one host adapter for global and repository skill hooks.
  • bin/: small deterministic helpers for continuity, delivery, review, and repository hygiene.
  • system.json: the exact managed skill, command, binary, and hook catalog.
  • install.sh and configure-hosts.py: idempotent shared installation plus a caller-selected host integration.
  • host/local/: the local-machine invocation defaults for claude, codex, and kimi; these are not part of the shared binary catalog.
  • tests/ and validate.sh: portable enforcement.

Product facts and workflows remain in each product repository. VM credentials, VM launch behavior, and cloud bootstrap belong in hermes-os/coding-agent-vm-setup, which pins this repository at an exact Git revision and supplies its own host integration.

Install

git clone https://github.com/hermes-os/coding-agent-system ~/coding-agent-system
~/coding-agent-system/install.sh
agent-system-doctor

The installer wires the canonical policy and skills into ~/.agents, Codex, Claude Code, Kimi CLI, and Cursor while preserving unrelated host configuration. Kimi receives the policy through a generated default-agent extension because it does not load a home-level AGENTS.md for repository work. That extension disables Kimi's inherited subagents so repository work stays inside its assigned worker boundary. Native Stop and shell-only PreToolUse hooks dispatch through the same skill-owned hook catalog, and a prompt guard rejects any resumed session whose persisted system prompt lacks the current policy digest. Policy updates therefore require a fresh Kimi session; unchanged managed sessions remain resumable.

The managed Kimi launcher covers noninteractive --print and --quiet work, including explicit policy-current session IDs. It rejects interactive picker, continue, wire/ACP, caller agent, config, and skill-directory overrides because those paths can restore or create an unverified system prompt in Kimi CLI 1.47.0. The acp, term, and web subcommands are rejected for the same reason. Administrative Kimi subcommands pass through unchanged.

The shared system does not author model assignments. A provider-required, operator-selected default may remain in local provider configuration as host state. Persistent agent memory is disabled.

The default install selects host/local, which pins Claude Remote Control for every interactive session and enforces one access contract across providers. Agent invocations default to AGENT_ACCESS_MODE=write: Codex bypasses approval and sandbox prompts, Claude uses bypassPermissions, and Kimi uses --yolo. AGENT_ACCESS_MODE=read is the explicit exception for read-only inspection and review; it disables those bypasses. Orchestrators must pair read mode with an external read-only filesystem boundary. Administrative provider commands pass through unchanged.

Integrations such as the VM setup call install.sh --host-integration /path/to/integration; the shared catalog never owns those launchers. Claude and Codex launchers are the base integration contract; a host may declare Kimi support by also supplying an executable bin/agent-kimi.

Global skill hooks remain available from any working directory. Repository skill hooks are discovered only after Git resolves the working directory to a repository root, so a home directory, scratch directory, or cross-repository launcher cannot accidentally reinterpret its .agents tree as project policy. A directory with a broken or inaccessible .git marker still fails closed; inside a valid repository, all repository hook validation remains strict. Start the agent in the target repository when that repository's local hooks should apply.

Use install.sh --coordination-repo /path/to/git-root when a host integration should keep cross-host lease refs in a different repository. The chosen path is recorded locally in ~/.agents/config.json; it is host state, not project memory.

Enrolled hosts can exchange constrained, exact-SHA PR work with agent-forge-handoff. Local forgePeer.localPeer, repository, and trusted-author settings define its authorization surface; handoffs never grant mutation, commands, merge, or deploy authority. See the portfolio skill before enabling a host-specific watcher. Peer enrollment comes only from the canonical host config (or a root-pinned nonstandard install), never a CLI or environment override. A bounded organization discovery call overscans recent constant-label candidates and revalidates every returned packet without interpreting PR bodies as instructions. Canonical peer enrollment is read through one bounded, no-follow descriptor and fails closed if the file or path changes during the read.

To replace an older cataloged but unmanifested installation, pass its clean tracked source explicitly:

./install.sh --migrate-from-system-root /path/to/old/system

Migration uses the old source's own system.json, retires exact legacy-only paths, and accepts only destinations that still match that source tree. An altered, untracked, or unrelated path fails the whole preflight without changing host configuration.

Repository Contract

Product repositories keep one root AGENTS.md beginning with:

READ ~/.agents/AGENTS.md BEFORE ANYTHING (skip if missing).

CLAUDE.md is a symlink to AGENTS.md. Product-specific skills live under .agents/skills. Cross-session work uses one mutable docs/plan/<project>.md; ordinary work uses no tracker.

Run the deterministic repository check before delivery:

agent-repo-check --repo "$PWD" --strict

It validates instruction wiring, local skills and hooks, document metadata, active-plan shape, and tracked high-risk clutter. Project tests and delivery commands still come from the repository's own guide.

After the global-system revision is published, wire a repository to that exact revision with:

agent-repo-adopt --repo "$PWD"

This creates only the CLAUDE.md pointer when missing and a managed GitHub Actions workflow pinned to the full global-system commit SHA. It refuses to overwrite an unrelated workflow or repository guide. Re-run with --check to detect a stale pin without changing files.

Validation

./validate.sh
./install.sh
agent-system-doctor --repo "$PWD"

The source catalog is intentionally small. Add a shared skill only when it is a reusable job with a distinct output contract; keep product workflows local.

Attribution

The architecture follows Peter Steinberger's public agent-scripts work. See STEIPETE_AGENT_SCRIPTS_LICENSE and OPENCLAW_AGENT_SKILLS_LICENSE for adapted components and their licenses. New repository code is MIT licensed.