Add rake experiments task for running experiment scripts #74

Open
opened 2026-03-14 23:57:28 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(experiments): add rake experiments task
  • Branch: feature/m3-v11-rake-experiments

Background

No Rake task exists for running experiments. The only entry point is the direct CLI script.

Expected Behavior

bundle exec rake experiments SCRIPT=path/to/script.rb runs an experiment.

Acceptance Criteria

  • Rake task experiments defined in Rakefile
  • Accepts SCRIPT environment variable for the script path
  • Passes through --attach and --verbose flags via env vars

Subtasks

  • Add experiments task to Rakefile
  • Test with an example script

Definition of Done

This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.

## Metadata - **Commit Message**: `feat(experiments): add rake experiments task` - **Branch**: `feature/m3-v11-rake-experiments` ## Background No Rake task exists for running experiments. The only entry point is the direct CLI script. ## Expected Behavior `bundle exec rake experiments SCRIPT=path/to/script.rb` runs an experiment. ## Acceptance Criteria - [ ] Rake task `experiments` defined in Rakefile - [ ] Accepts `SCRIPT` environment variable for the script path - [ ] Passes through `--attach` and `--verbose` flags via env vars ## Subtasks - [ ] Add experiments task to Rakefile - [ ] Test with an example script ## Definition of Done This issue is complete when all subtasks are done, commit created on the specified branch, PR submitted and merged.
freemo added this to the v1.1.0 milestone 2026-03-14 23:57:28 +00:00
freemo self-assigned this 2026-03-15 04:25:23 +00:00
freemo modified the milestone from v1.1.0 to v1.2.0 2026-03-16 00:28:14 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#74
No description provided.