mirror of
https://github.com/obra/superpowers.git
synced 2026-08-08 23:32:58 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a45ede8ddc |
@@ -182,6 +182,16 @@ Confirm:
|
||||
|
||||
**Other tests fail?** Fix now.
|
||||
|
||||
**"Other tests" means the project's suite, not just your file.** A
|
||||
green run of the test you wrote is not a green suite. Before you call
|
||||
the change done, run the project's test command (bare `pytest`,
|
||||
`npm test`, `cargo test` — whatever the repo uses) even when your task
|
||||
named only one test file. A scope statement in your task bounds the
|
||||
deliverable, not your verification. Any failure that run shows —
|
||||
including one you didn't cause — goes in your report by name; a red
|
||||
test you watched scroll past and didn't mention is a report falsified
|
||||
by omission.
|
||||
|
||||
### REFACTOR - Clean Up
|
||||
|
||||
After green only:
|
||||
|
||||
Reference in New Issue
Block a user