Program roadmap

Factory is managed as one program across five repositories, tracked on the Factory Program board. The sequencing principle is spine first: make the pipeline traceable end-to-end before building deep on top of it.

Recently shipped (July 2026)

260 issues closed across the five repositories this month. The theme was not new capability — it was making the existing signals honest.

The honesty sweep

A run of defects found this month shared one shape: a gate that reported success without checking anything. They are listed together because the pattern matters more than any single fix.

Reported Actually
PARR seam smoke gate green on every deploy it crashed before its first request (#416)
two drift gates green one service was 181 lines behind the canonical (#402)
a UI drift checker passing its guard was defined and never called (#401)
Synced / Healthy from GitOps a commit behind, twice in one day (#425)
a build reporting human_review it wrote no code at all (AIFactory#1070)
all_verified: true from the verify leg the spec body never reached it (TFactory#855)

These are now tracked as one programme: epic #431 — silent fallbacks, backed by an AST sweep of all five repositories. Of 158 candidate sites, 19 default to a value that asserts progress or success where the truth is unknown. A crash is cheap because it names its own cause; a plausible wrong value survives, propagates, and surfaces far from where it started.

Also landed

Previously shipped (June 2026)

The PARR spine is now proven end-to-end on real infrastructure:

Now — compliance and audit-readiness

The PARR spine and the CFactory cockpit are both shipped; the current programme is epic #310, audit readiness for ISO 27001 / SOC 2. Four of its epics closed in July. Seven remain, and they are the near-term sequence:

Two of these have concrete open findings already: image signature verification currently fails for every fleet image while running in audit mode, so the policy reports violations and blocks nothing (#430); and five production CronJobs — including the Postgres backup — exist only as cluster state, not in git, so they would vanish on a rebuild (#429).

Running alongside: epic #431, the silent-fallback sweep described above.

Next — seams beyond GitHub

Ongoing — the products

The bet

Lead with governance + verification + observability. Execution is commoditizing; the durable advantage is a factory you can trust and watch. CFactory is how the suite proves it.


Live status lives in the issues and the program board.