sandlot/src
Chris Wanstrath 3f8a3839f1 Unify list and list --all into a single code path
The separate actionAll function duplicated most of the listing logic.
Merging it simplifies status resolution by removing the key/repoRoot
indirection, fixes stale-review detection inline, and batches
scanAndRegister writes into a single lock acquisition. Also bumps the
stale lock timeout to 5 minutes and fixes normalizePath matching bare ~.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 18:27:09 -07:00
..
commands Unify list and list --all into a single code path 2026-03-23 18:27:09 -07:00
cli.ts Replace filesystem-scanning session discovery with an explicit project registry 2026-03-23 18:27:09 -07:00
config.ts Derive config keys from DEFAULTS and enforce minimum memory of 512M 2026-03-20 10:40:22 -07:00
env.ts no oauth 2026-02-25 15:52:22 -08:00
fmt.ts Add review status tracking to sessions 2026-03-18 23:08:41 -07:00
git.ts Handle rebase-in-progress detection via state directories and catch rebase errors 2026-03-20 22:03:47 -07:00
markdown.ts Add markdown table rendering with box-drawing characters and alignment support 2026-02-23 20:03:11 -08:00
spinner.ts Show stderr output in debug mode 2026-02-24 09:58:45 -08:00
state.ts Unify list and list --all into a single code path 2026-03-23 18:27:09 -07:00
test-markdown.ts Refactor markdown test to read from file instead of hardcoded strings 2026-02-20 12:17:10 -08:00
vm.ts Remove the Stop hook for activity idle tracking 2026-03-20 22:10:23 -07:00