Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-codex

Around December 2025, I stopped writing code. I also stopped reading generated code as the primary way to decide whether the work was done.

The product still matters. The code still matters. The rendered output still matters. What changed is the control point: instead of manually inspecting every generated source file, I shape the work before generation and make the AI produce proof that its work matches the intended behavior.

This repo is my current Codex configuration. It is tuned for Codex App, Codex Goals, local skills, and a harness that refuses to call plausible output done.

Pillars

The harness is designed for agents doing most implementation work and humans steering and correcting goals. Its seven pillars are:

  • Intent and decisions: FEATURE.md and PROOF.md become decision-complete after repository inspection, focused material questions, edge-case challenge, and visible decision summaries. Codex then proceeds without asking the user to approve agent-authored contracts.
  • Real-boundary proof: primary proof crosses the relevant API, UI, database, queue, provider, CLI, report, or workflow boundary and reads back durable or visible behavior. Scripts cannot make a weak scenario realistic.
  • Reliable retained attempts: scripts/proof_run_capture records what ran, how it exited, relevant output, and contract/runner copies for every official failure, timeout, interruption, and pass.
  • Autonomous repair: Codex treats proof, gate, and evaluator failures as the next work item, repairing the owning code, architecture, setup, fixture, diagnostic, or proof problem until completion or a true user/external blocker.
  • Contract and proof integrity: revisions require a visible reason and must not narrow the user’s goal or weaken proof to manufacture green. Green-but-broken returns to proof design and demonstrates the missed failure when practical.
  • Fresh completion judgment: a fresh read-only evaluator checks intent alignment, behavior, architecture quality, realistic proof, false-green risk, known gaps, and the gate. Behaviorally green code fails when it misses intent or weakens the owning architecture to pass.
  • Learning without ceremony: retained attempts, completion.md, evaluator findings, and user corrections feed project/proof improvements first. Repeated cross-feature failures may change the smallest harness owner with a motivating regression and held-out check.

References

These references live in Zotero under the Harness Engineering collection. They are the main external background for this dot-codex harness.

The local direction is spec-driven development, code-as-harness, proof-centered execution, and observability-driven harness improvement.

More Details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages