Resolve leave_dark_blue config and documentation mismatch #47
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#47
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?
Context
There is a mismatch between the documented safe shutdown behavior and the default runtime configuration.
docs/safe-failure-modes.mddescribes clean shutdown restoring controlled RGB Aura zones to a known dark-blue state when possible, butconfig/runtime_config.jsoncurrently ships with:"leave_dark_blue": falseSystemd users are covered because the unit passes
--leave-dark-blue, but users running from the default config may not get the documented behavior.Decision needed
Preferred direction:
"leave_dark_blue": true.Alternative:
Scope
Acceptance criteria
config/runtime_config.jsonand documentation agree.ruff formatpasses where applicable.ruff checkpasses where applicable.Branch workflow
Base branch:
developSuggested work branch:
fix/issue-47-leave-dark-blue-default-docsPull request target:
developDo not merge directly into
main.mainshould only receive tested release-ready changes fromdevelop.