r7Harness

A simplified version of my OMP-based agent workspace, built for faster, cleaner work with Codex, Claude, and other agents that work with OMP.

GitHub Repo

Overview

r7Harness is a simplified version of my own OMP-based agent workspace. I use the original setup for fast, direct technical work; this version keeps the useful pieces—compact terminal UI, isolated agent profiles, durable instructions, theme and font controls, guarded tool use, completion alerts, and a pinned, rollback-friendly installation—without carrying over any of my personal setup.

I built it around Codex, but it isn't limited to Codex. You can use Claude or any other agent that works with OMP. The first supported setup will target WSL and Windows Terminal, since that's where the current harness has been proven.

This repo is an unofficial modification of OMP. It isn't officially associated with OMP, Codex, or their developers.

Personality

The setup will ask what you want to call your agent, how you want it to work, which model or provider to use, and which theme and font you want. It then creates a separate local profile around those choices. Your identity, instructions, credentials, sessions, memory, and project details stay on your own machine.

r7Harness terminal workspace showing a completed repository and website update

Included Features

Compact Interface

Keeps session titles, turn timing, status, and the composer readable without unnecessary terminal clutter.

Isolated Profiles

Separates each agent's identity, configuration, authentication, sessions, and runtime state.

Durable Instructions

Supports global and project-level behavior with explicit ownership for reusable memory and skills.

Themes and Fonts

Includes selectable idle and working themes alongside practical terminal font controls.

Guarded Execution

Uses fail-closed readiness, explicit mutation boundaries, and non-overlapping subagent claims.

Pinned and Reversible

Keeps the modified OMP build versioned, checkable, and easy to roll back without replacing stock OMP.