Fix log file sorting in sidebar #20

Merged
probablycorey merged 1 commits from probablycorey/fix-log-sort into main 2026-03-10 18:38:42 +00:00

Summary

  • Reorders log filename format from sha_timestamp.jsonl to timestamp_sha.jsonl so alphabetical sort equals chronological sort
  • Fixes sidebar showing commit groups in wrong order (SHAs were sorted alphabetically instead of by most recent log timestamp)

🤖 Generated with Claude Code

## Summary - Reorders log filename format from `sha_timestamp.jsonl` to `timestamp_sha.jsonl` so alphabetical sort equals chronological sort - Fixes sidebar showing commit groups in wrong order (SHAs were sorted alphabetically instead of by most recent log timestamp) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
probablycorey added 1 commit 2026-03-10 18:35:40 +00:00
Fix log file sorting by using timestamp-first filename format
Some checks failed
CI / test (pull_request) Has been cancelled
96aedc8239
Filenames are now timestamp_sha.jsonl instead of sha_timestamp.jsonl. This makes alphabetical sort equal to chronological sort, eliminating fragile string parsing and ensuring commit SHAs are ordered by their most recent log file timestamp.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
probablycorey merged commit a37dc8b503 into main 2026-03-10 18:38:42 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/workshop#20
No description provided.