Commit 293a439
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 f8d5cc4 commit 293a439
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 | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments