sandlot/src/commands
2026-02-23 20:06:41 -08:00
..
cleanup.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
close.ts Require session to exist before closing; simplify worktree path resolution 2026-02-21 08:31:08 -08:00
completions.ts Add --install flag to completions command that outputs an install script 2026-02-21 08:26:44 -08:00
diff.ts Use inherited stdio for git diff/show to support external diff tools and native paging 2026-02-22 07:31:30 -08:00
dir.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
edit.ts Add edit command to open session files in $EDITOR 2026-02-23 19:14:58 -08:00
helpers.ts Improve commit message generation to follow 50/72 rule 2026-02-23 20:06:41 -08:00
list.ts truncate prompt display to first line only 2026-02-21 07:53:52 -08:00
log.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
merge.ts missing join 2026-02-21 08:56:19 -08:00
new.ts Return exit code and output from claude() and retry without --continue on failure 2026-02-23 07:32:42 -08:00
open.ts Move retry logic into vm.ts and simplify open.ts command flow 2026-02-23 08:06:58 -08:00
rebase.ts Rename spinner variables and add rebase-in-progress guard with improved error messages 2026-02-20 20:12:44 -08:00
review.ts Return exit code and output from claude() and retry without --continue on failure 2026-02-23 07:32:42 -08:00
save.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
shell.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
show.ts Use inherited stdio for git diff/show to support external diff tools and native paging 2026-02-22 07:31:30 -08:00
squash.ts Refactor merge/squash into shared mergeAndClose helper with AI-generated squash commit messages 2026-02-21 08:54:58 -08:00
vm.ts Rename info to neofetch in vm module and command handler 2026-02-23 08:08:59 -08:00