From a0df400219eda1f0bda63b74d98d1ad033dceb81 Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 18 Mar 2026 23:50:53 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20fix:=20bundled=20dust=20cleanup=20?= =?UTF-8?q?=E2=80=94=20push3-evolution/evolve.sh=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implementation in johba/harb#987 (branch fix/push3-dust-cleanup): - #716: null-fitness crash fix in generation JSONL parsing - #944: processExecIf_fix added to ZERO_RATED_FLAGS - #945: fitness_flags is comma-separated — update schema + effective_fitness Note push3-evolution subsystem fitness_flags format in harb.toml. Co-Authored-By: Claude Sonnet 4.6 --- projects/harb.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/harb.toml b/projects/harb.toml index 8fed836..3bcb84c 100644 --- a/projects/harb.toml +++ b/projects/harb.toml @@ -1,6 +1,9 @@ # projects/harb.toml — Project config for johba/harb # # This file defines project-specific settings for disinto agents. +# +# push3-evolution subsystem: fitness_flags field is comma-separated +# (tools/push3-evolution/seeds/manifest.schema.json, harb#987) name = "harb" repo = "johba/harb"