Skip to content

fix(hashline): update hashlineRead timestamp after write (#348)#350

Merged
randomm merged 1 commit intodevfrom
fix/issue-348-hashline-timestamp
Feb 26, 2026
Merged

fix(hashline): update hashlineRead timestamp after write (#348)#350
randomm merged 1 commit intodevfrom
fix/issue-348-hashline-timestamp

Conversation

@randomm
Copy link
Owner

@randomm randomm commented Feb 26, 2026

Fixes hashline_edit calling FileTime.read() instead of FileTime.hashlineRead() after writing the file.

This was causing agents to hit "file modified since last read" errors after every edit, forcing unnecessary re-reads.

Added test: consecutive hashline_edit calls now work without re-reading in between.

Fixes #348

@randomm randomm merged commit 959e836 into dev Feb 26, 2026
1 check passed
@randomm randomm deleted the fix/issue-348-hashline-timestamp branch February 26, 2026 14:07
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.

fix(hashline): hashline_edit updates wrong timestamp tracker after write

1 participant