i dont like commits

This commit is contained in:
Tomas Dvorak
2026-02-24 12:10:13 +01:00
parent 898a3c303f
commit 1d72a1cc01
109 changed files with 43586 additions and 8484 deletions
+7 -1
View File
@@ -25,6 +25,12 @@ Optional sanity check:
./devour --help
```
For quality/review commands, install the delegated upstream tool first:
```bash
pip install --upgrade "desloppify[full]"
```
## Branch and Commit Workflow
1. Fork the repo.
@@ -50,7 +56,7 @@ At minimum, run:
go test ./...
```
If your changes affect CLI behavior, also run relevant commands directly (for example `devour get`, `devour ask`, `devour quality status`).
If your changes affect CLI behavior, also run relevant commands directly (for example `devour get`, `devour ask`, `devour quality scan --path .`, `devour review --prepare`).
If you touch docs, verify commands and paths are real.