Commit 8ad5443
Eric Wheeler
cleanup: remove unused readTaskMessages helper
The `readTaskMessages` function and its corresponding file have been removed.
This function is now redundant because all access to the cline message history is handled by the atomic `modifyClineMessages` method. This method reads the message file within its `safeWriteJson` transaction, performs the modification, and writes the result. A separate, non-transactional read function is therefore unnecessary and has been removed to simplify the codebase.
Signed-off-by: Eric Wheeler <[email protected]>1 parent 601bbf7 commit 8ad5443
File tree
3 files changed
+1
-32
lines changed- src/core
- task-persistence
- task
3 files changed
+1
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments