Why
listSnapshots() currently returns whatever order the OS provides. Sorting makes output stable and easier to scan.
Where
src/storage/snapshotStore.js
src/commands/list.js
Acceptance Criteria
- Snapshot tags are sorted A→Z before printing
- No behavior changes beyond ordering
npm test passes
Why
listSnapshots()currently returns whatever order the OS provides. Sorting makes output stable and easier to scan.Where
src/storage/snapshotStore.jssrc/commands/list.jsAcceptance Criteria
npm testpasses