โ† Back to all features

Stage, commit, ship

Full git workflow inside each task card. Stage, unstage, discard, commit. No `git add -p` in a separate terminal like some kind of animal.

SZ
WD
HC
๐Ÿ 
PR#24 ร—
Auth refactor ร—
Search endpoint ร—
Rate limiting ร—
Auth refactor
โ–ธ_ Terminalโ—ง Browserโއ Git
โœ“ JWT middleware rewritten
โœ“ Token refresh added
src/types/auth.d.ts โ€” updated

Running tests... 14 passed

โฏ
main
Create PRBranch to worktree
1 staged3 modifiedโ†“ Pullโ†‘ Push
Commits
Merge feat/auth into main
a3f8c21 ยท 2m main feat/auth
add token refresh + expiry
b72e9f4 ยท 1h
replace session auth with JWT
c91d3a8 ยท 2h
fix: pagination offset
d45b1e7 ยท 3h
chore: upgrade express to v5
e88a2c3 ยท 5h

Task-local git actions keep the review and shipping loop close to the change itself. You can inspect the task, stage files, write a commit, and move on without breaking flow.

This is not a replacement for advanced git usage. It is the 90 percent path made fast enough that agent-driven workflows do not spill into terminal housekeeping.

The result is less time spent reconstructing what changed where and more time deciding whether the change is actually ready.

Have a question about how this works in practice? Check the SlayZone FAQ or read about all features.

โ† Previous Worktrees on autopilot Next โ†’ The diff you deserve