Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Uninstall with `./scripts/uninstall.sh` (`--dry-run` to preview).
| `devloop nightshift` | Survey configured repos, run selected specs headlessly, and write a morning digest |
| `devloop <spec.md>` | Run a spec |
| `devloop --no-tmux <spec.md>` | Run a spec in the current foreground terminal |
| `devloop --create-pr <spec.md>` | Run a spec and maintain a draft PR (requires `gh`) |
| `devloop --create-pr <spec.md>` | Run a spec and maintain a draft PR, then mark it ready once the accepted checkpoint verifies (requires `gh`) |
| `devloop update` | Install the latest released Devloop |
| `devloop continue` | Resume a tracked run |
| `devloop status` | Show run status |
Expand Down
Loading
Loading