Skip to content

Commit 74f31dd

Browse files
Bruce Haumanclaude
andcommitted
Simplify error message in form-edit pipeline
Remove prescriptive collapse: false instruction from file modification error message, making it more general and user-friendly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f565e9b commit 74f31dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojure_mcp/tools/form_edit/pipeline.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
(file-timestamps/file-modified-since-read? nrepl-client-atom file-path)))
145145
{::error true
146146
::message (str "File has been modified since last read: " file-path
147-
"\nPlease read the WHOLE file again with `collapse: false` before editing.")}
147+
"\nPlease read the file again before editing.")}
148148
ctx))))
149149

150150
(defn lint-code

0 commit comments

Comments
 (0)