Skip to content

feat: add deterministic core4 lane CLI wrapper#109

Merged
abrichr merged 1 commit into
mainfrom
feat/core4-lane-cli-wrapper
Mar 6, 2026
Merged

feat: add deterministic core4 lane CLI wrapper#109
abrichr merged 1 commit into
mainfrom
feat/core4-lane-cli-wrapper

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Mar 6, 2026

Summary

  • add scripts/core4_lane.py to wrap repeated 4-task WAA eval commands in a deterministic CLI
  • add pack mode to generate a reusable post-eval resume shell script
  • add run mode to execute trial loops programmatically with --dry-run and --fail-fast
  • add docs at docs/misc/core4_lane_cli.md with usage examples

Why

This removes long manual command chains for the recurring core4 lane and gives a stable resume mechanism that is easy to rerun in parallel contexts without copy/paste drift.

Validation

  • python -m py_compile scripts/core4_lane.py
  • python scripts/core4_lane.py --help
  • python scripts/core4_lane.py run --dry-run --trials 2 --run-stamp 20260305_1700
  • python scripts/core4_lane.py pack --trials 1 --run-stamp 20260305_1700

@abrichr abrichr merged commit 9de5f39 into main Mar 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant