Skip to content

Use file creation date instead of last modified date for filenames#25

Merged
curtisalexander merged 2 commits intomainfrom
claude/use-creation-date-GUkib
Mar 9, 2026
Merged

Use file creation date instead of last modified date for filenames#25
curtisalexander merged 2 commits intomainfrom
claude/use-creation-date-GUkib

Conversation

@curtisalexander
Copy link
Owner

When the session JSON lacks a dateCreated field, fall back to the file's
creation time rather than its last modified time. This prevents duplicate
output files when revisiting sessions and provides more intuitive
chronological ordering based on when work started.

Bump version to 0.14.0.

https://claude.ai/code/session_01YQGzNyfmvVtAe7XAistLRA

claude added 2 commits March 9, 2026 18:15
When the session JSON lacks a dateCreated field, fall back to the file's
creation time rather than its last modified time. This prevents duplicate
output files when revisiting sessions and provides more intuitive
chronological ordering based on when work started.

Bump version to 0.14.0.

https://claude.ai/code/session_01YQGzNyfmvVtAe7XAistLRA
Resolve three clippy warnings: use char array for split, simplify
closure to function reference, replace map_or with is_some_and.
Apply rustfmt across the codebase. Add linting/formatting instructions
to CLAUDE.md so clippy and rustfmt are run before committing.

https://claude.ai/code/session_01YQGzNyfmvVtAe7XAistLRA
@curtisalexander curtisalexander merged commit eebb090 into main Mar 9, 2026
1 check passed
@curtisalexander curtisalexander deleted the claude/use-creation-date-GUkib branch March 9, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants