Skip to content

marcocello/dot-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 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

  • Feature spec: FEATURE.md is the behavior source of truth before implementation.
  • Proof contract: PROOF.md defines how done will be proven.
  • Real-boundary proof: primary proof must cross the relevant API, UI, DB, queue, provider, CLI, report, or workflow boundary.
  • Captured evidence: feature proof runs must leave FEATURE_DIR/proof/runs/<timestamp>/ evidence through scripts/proof_run_capture.
  • Autonomous repair: Codex keeps repairing code, setup, fixtures, diagnostics, or proof ownership until proof, gate, and evaluator pass or a true blocker remains.
  • Contract freeze: after implementation starts, Codex must not change FEATURE.md, PROOF.md, or proof artifacts to make the result green.
  • Proof scope: every non-trivial proof states what it proves, what it does not prove, false-green risks, and evidence strength.
  • Done evaluator: coding-feature-evaluator is the skeptical read-only judge before completion.
  • Green-but-broken: a green command with broken behavior means the proof is insufficient and must be repaired first.
  • App improvement review: coding-app-improvement-review suggests app, proof, readiness, and harness improvements from evidence without applying them automatically.
  • Harness evolution: harness changes need repeated evidence, before/after expectations, held-out checks, and a rollbackable manifest.

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

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors