fix: manifest.jsonl schema has no canonical machine-readable definition (#720)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bacc104bc9
commit
2aad9e98f1
3 changed files with 47 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ mkdir -p "$OUTPUT_DIR"
|
|||
LOG="$OUTPUT_DIR/evolution.log"
|
||||
|
||||
# Seeds pool — persistent candidate pool across all runs
|
||||
# manifest.jsonl schema: tools/push3-evolution/seeds/manifest.schema.json
|
||||
SEEDS_DIR="$SCRIPT_DIR/seeds"
|
||||
POOL_MANIFEST="$SEEDS_DIR/manifest.jsonl"
|
||||
ADMISSION_THRESHOLD=6000000000000000000000 # 6e21 wei
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue