## Problem `sudo reboot` fires, `doas reboot` and `run0 reboot` do not: the pattern only covers `sudo`. ## Where `src/rules.js` (SKILL-SH-003 `sudo` pattern). ## Acceptance Add a failing test first asserting SH-003 fires on `doas`/`run0`. Then extend the pattern.
Problem
sudo rebootfires,doas rebootandrun0 rebootdo not: the pattern only coverssudo.Where
src/rules.js(SKILL-SH-003sudopattern).Acceptance
Add a failing test first asserting SH-003 fires on
doas/run0. Then extend the pattern.