Skip to content

Code Factory 0.44.3

Choose a tag to compare

@zrk222 zrk222 released this 25 Aug 08:00
· 6 commits to main since this release
95546d3

Code Factory 0.44.3 — Journey Proof and Audited Healing

Code Factory 0.44.3 proves the journey around a result, not only the final
screen or test status.

Who it helps

  • Individual developers and vibe coders: start with one command—
    factory first-proof --root .—to see whether a test can actually reject a
    known failure before trusting AI-generated tests.
  • Senior developers and teams: wrap an admitted agent run, preserve its
    exact file delta, run declared independent validators, and hand reviewers
    bounded facts and hashes instead of retained prompts or model claims.
  • Platform and assurance teams: evaluate the deeper policy and evidence
    controls in a controlled pilot. This beta does not claim an SLA, compliance
    certification, customer references, or procurement readiness.

What changed

  • Journey Reality compares declared and observed states, transitions,
    requirements, and outcomes. Missing observations remain unknown.
  • Failure Capsules isolate the failed step with adjacent, bounded evidence
    so a reviewer or repair agent does not need the entire transcript.
  • Stateful Workflow Proof checks producer/consumer state, cleanup, and
    idempotency for multi-step work.
  • Proof-Gated Healing supports human-controlled and supervised-auto modes.
    A repair is accepted only when the positive proof passes and its negative
    control fails.
  • Independent agent audit checks the repair agent's scope and evidence
    before the candidate can be recommended.

Control boundary

BYOK/local execution is the default. A future managed execution tier must use
the same verifier. Code Factory does not grant approval, merge, release,
credential, or production authority in either mode.

Try it

pip install factoryline-code-factory==0.44.3
factory journey --help
factory graph ops --root . --json

Verification

The release is gated by the complete Python suite, package build and metadata
validation, clean-environment import, the VS Code audit/test/package gate, the
JetBrains native release gate, and public-surface metadata tests.