one fable-low hijack cell
pair fast / silence
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked fast (first-offered)
· classifierA
· tiernone
response (200 chars)
`fast || silence` reads like shell syntax — here's what it would do:
```bash
fast || silence
```
- Run `fast`
- **Only if `fast` fails** (non-zero exit code), run `silence`
- If `fast` succeeds, `si
neighbors