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 <noreply@anthropic.com>
28 lines
689 B
TOML
28 lines
689 B
TOML
# 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"
|
|
repo_root = "/home/debian/harb"
|
|
primary_branch = "master"
|
|
|
|
[ci]
|
|
woodpecker_repo_id = 2
|
|
stale_minutes = 60
|
|
|
|
[services]
|
|
containers = ["ponder"]
|
|
|
|
[matrix]
|
|
room_id = "!LvLgiDVUbZKcRYga:matrix.allf.in"
|
|
bot_user = "@harb-factory:matrix.allf.in"
|
|
token_env = "MATRIX_TOKEN"
|
|
|
|
[monitoring]
|
|
check_prs = true
|
|
check_dev_agent = true
|
|
check_pipeline_stall = true
|