sandlot/src
Chris Wanstrath 4574749cde Fix prompt truncation edge case and harden global state handling
Correct list truncation logic to avoid eliding prompts that already fit,
and gracefully handle narrow terminals. Sanitize project entries on load,
deduplicate registration through a shared registerPaths helper, and
simplify scanAndRegister by reusing it.
2026-03-23 18:27:09 -07:00
..
commands Fix prompt truncation edge case and harden global state handling 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 Fix prompt truncation edge case and harden global state handling 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