Add dry-run scheduler preview mode #18
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JackFrostbyte/rgb-aura#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Title:
Add dry-run scheduler preview mode
Description:
Add a dry-run mode that previews aurora scheduler decisions without writing RGB colors.
Scope:
Acceptance criteria:
Implemented and merged in PR #35.
Summary:
--dry-runscheduler preview mode.--dry-run-eventsto control how many scheduler event starts are previewed.Validation completed:
ruff format src/rgb_aura scripts testsruff check src/rgb_aura scripts testspython -m rgb_aura.main --dry-run --dry-run-events 4 --seed 123 --animation-speed 1.25python -m rgb_aura.main --dry-run --dry-run-events 0python -m rgb_aura.main --dry-run --duration 10 --cycles 1Commit:
6aaf1bc Add dry-run scheduler preview