Native Hew, grown in public

A software workshop that rewrites itself.

Hewbers turns approved issues into reviewed, tested changes while converting the machinery beneath that loop from Go to Hew.

01 / THE PREMISE

The interesting part is not that an agent can write code. It is whether the system can choose work, preserve intent, reject bad changes, recover, and keep going.

02 / THE LOOP

Every change has to survive the workshop.

Four stations. Durable evidence at every handoff. No prose-only gates.

  1. A

    Select

    Choose one dependency-ready issue and fence ownership before work begins.

    BACKLOG → CLAIM
  2. B

    Build

    Work in an isolated tree with only the capabilities the stage declares.

    CLAIM → PATCH
  3. C

    Prove

    Run executable acceptance checks and an independent, SHA-bound review.

    PATCH → VERDICT
  4. D

    Land

    Merge only the reviewed head, then release the claim and advance the queue.

    VERDICT → MAIN

03 / WORKSHOP RULES

Autonomy with hard edges.

01

Evidence over confidence

A green command carries more weight than a fluent claim.

02

Review stays independent

The builder cannot grade its own work into main.

03

State survives restarts

Claims, attempts, and terminal decisions remain recoverable.

04

Resolved friction disappears

Fixed findings leave the active list so tomorrow's agents see today's truth.

04 / THE HANDOVER

The destination is native ownership.

Goobers is the bootstrap supervisor. Hewbers is taking over the journal, scheduler, forge lifecycle, review loop, recovery, and finally its own backlog.

  1. LANDEDDeterministic native core
  2. IN PROGRESSDurable autonomous runtime
  3. NEXTLive self-host canary
  4. PRIMARY GOALSustained self-improvement