HOUSE_ROOT
FDE CASE STUDYPORTABILITY · GOVERNANCE · EVIDENCE

Make the system
describe itself
before changing it.

A hardcoded repository-root assumption became a bounded delivery program: audit, contract, implementation, adversarial review, correction, negative control, independent acceptance, controlled integration, and claims reconciliation.

By Monte Eaglevision / APEXPublished August 19, 2026 · v1.1hello@dopenoun.dev ↗
15path sites converted
4resolver scenarios
39historical commits reconciled
0runtime gates changed

The visible defect was a path string. The delivery risk was systemic.

Multiple modules inferred “where is this checkout?” from one home-directory convention. A launcher combined a fixed checkout assumption with a relative Python import. A relocated clone could fail, import from the wrong tree, or redirect file access only after a normally closed write gate opened.

For a buyer, the work was not a mechanical search-and-replace. It crossed configuration, imports, launchers, safety gates, historical branches, test design, security handling, and the language used to describe success.

OPERATING CONSTRAINTNothing becomes “proven” merely because something green happened.
Fail-closed defaults preservedNo deployment or service changesDisposable checkouts onlyNo durable ledger write

Each pass consumed prior evidence
and produced a narrower artifact.

01

Audit

Read-only inspection established the real failure modes before source changes.

02

Contract

Two tickets bounded the resolver and the companion launcher repair.

03

Implement

One fail-safe root resolver replaced distributed path guesses across 15 sites.

04

Challenge

Review separated passing syntax from the actual relocation property.

05

Correct

A cwd-dependent launcher fix was exposed, repaired, and preserved in history.

06

Discriminate

The pre-fix bytes failed under the same conditions that the correction passed.

07

Integrate

History convergence, portability, and claims reconciliation landed in order.

08

Bound

Unexercised runtime and data behavior remained explicitly unverified.

The first fix passed from the expected directory—and still failed the ticket.

The initial launcher repair inserted a relative core path. A first attempted negative control also changed into the relocated checkout, accidentally making that relative path valid. Review discarded the result.

PRE-FIX CONTROLModuleNotFoundError

Executed from an unrelated working directory against relocated bytes.

CORRECTED PROPERTYRelocated import resolves

The launcher derives its directory from its own file and passes an absolute core path.

The control discriminates the cwd-relative import defect. It does not prove the write-enabled sealing path, which was deliberately not invoked.

01

Implemented

A canonical HOUSE_ROOT resolver and root-relative SCRIBE launcher exist in reviewed commits.

02

Verified

Four resolver scenarios, relocated import, and a discriminating negative control passed.

03

Accepted

Independent reviews issued bounded verdicts and retained the open evidence gaps.

04

Integrated

Three genuine merge commits preserve convergence, correction, and claim discipline.

05

Published

This page is the first public artifact; the underlying evidence repository remains private.

A narrower result is a more credible result.

One resolver

A single fail-safe contract replaced distributed assumptions.

Two corrections preserved

Defect discovery and repair remain legible in history.

Three merge commits

Convergence, portability, and claim discipline integrated in order.

No runtime activation

Integration did not silently become deployment authority.

This work does not establish:

The value was uncertainty reduced—not lines changed.

This sequence demonstrates the work an FDE performs in a brownfield environment: isolate an implicit operational assumption, convert it into a testable contract, protect live state, challenge the test, repair the repair, reconcile history, and communicate only what the evidence supports.

“A green test inherits only the scope of what it asserts.”

Build carefully.
Ship honestly.

Available for bounded field-engineering engagements involving local-first agents, brownfield integration, portability, governance, and evidence-led delivery.

hello@dopenoun.dev ↗