Skip to content

gald3r v5.0.0-beta.30

Choose a tag to compare

@github-actions github-actions released this 16 Aug 20:52
· 29 commits to main since this release

Download

This repo carries the release notes. The installers live on the engine repo:

Download gald3r v5.0.0-beta.30 — all files

OS gald3r engine
Windows installer (.msi) · portable (.zip)
macOS (Apple Silicon) gald3r-macos-arm64.pkg
macOS (Intel) gald3r-macos-x86_64.pkg
Linux gald3r-linux-x86_64.tar.gz

Verify your download against SHA256SUMS.txt.


The discipline build: branch discipline for the loop's git work, live
lane visibility, and a forensically complete ledger.

  • Two opt-in branch modes: session branches collect the loop's own
    bookkeeping commits into one reviewable unit; branch-in-place runs solo
    sequential work on a feature branch in your checkout with no separate
    worktree directory. Both off by default -- nothing changes unless you
    turn them on.
  • gald3r autopilot status shows a per-lane liveness table: which signal
    channel last showed life for each active agent; hung agents are named
    as hung.
  • Every agent action leaves a durable event -- claims, verdicts, spawns,
    gate decisions -- so gald3r autopilot replay reconstructs any run
    with zero gaps.
  • Runaway-protection counters measure consecutive trouble since the last
    productive iteration, never lifetime totals -- long healthy runs can no
    longer accumulate into a false stop.