Claude Code Harness banner
Screddyice Screddyice

Claude Code Harness

Development community

Description

Starter template for organizing a multi-company Claude Code workspace: sanitized CLAUDE.md templates, SessionStart hook, statusline, and a local plugin marketplace stub.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

**claude-mem removed 2026-08-02.** Do not reinstall the thedotmack plugin, host proxy, mcp-search, or Grok mem hooks. Shared observation memory is gone from this harness.

codex-harness

A starter template for organizing a multi-company [OpenAI Codex CLI](https://github.com/openai/codex) workspace.

This is **not** a fork of Codex itself. It is the thin local layer around Codex: sanitized `AGENTS.md` templates, a conservative `~/.codex/config.toml` example, per-repo `.codex-harness/` scaffolding, and a local Codex plugin marketplace stub.

The repo was adapted from a Claude Code harness. The Claude-specific surfaces (`~/.claude/settings.json`, hooks, status lines, and `CLAUDE.md`) are mapped to Codex-native concepts. A staged migration can keep `CLAUDE.md` as a configured fallback until each repo has an adapted `AGENTS.md`.

What's Inside

codex-harness/
├── examples/
│   ├── AGENTS.md.workspace.example   # ~/projects/AGENTS.md template
│   ├── AGENTS.md.project.example     # per-repo AGENTS.md starter
│   ├── config.toml.example           # ~/.codex/config.toml starter
│   └── hooks.json.example            # optional Codex hook wiring
├── scripts/
│   ├── init-codex-harness.sh         # idempotently creates .codex-harness/
│   ├── audit-codex-migration.sh       # reports remaining Claude-only surfaces
│   ├── install-llmjury-orchestration.sh # optional Claude/Codex delegation setup
│   ├── install-claude-resilient-updater.sh # resumable Claude native updates on macOS
│   ├── claude-manual-update             # checksum-verified update worker
│   ├── hooks/                           # shared hook logic and runtime adapters
│   ├── test-shared-hooks.sh          # hook unit tests (PR base resolution, enforcement)
│   ├── swarm/                        # cross-CLI parallel agent dispatch engine
│   ├── test-swarm.sh                 # swarm pytest suite runner
│   ├── track-branch-pr.sh             # pushes a branch and opens/updates its draft PR
│   ├── gbrows