Fast manual test
Use this as Codex's equivalent of /up:try.
- Identify the latest relevant change from the conversation and
git status. - Design exactly two fast probes: one realistic happy path and one likely misuse or edge case that should fail or be rejected.
- Run both and capture their actual output. Do not fix unexpected failures before reporting them.
- Report exactly:
Pos: [PASS/FAIL] — <what happened>
Neg: [PASS/FAIL] — <what happened>