You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,20 @@ The `brepl hooks install` command configures Claude Code to:
50
50
51
51
Now Claude can write Clojure code confidently without worrying about parentheses or missing REPL feedback.
52
52
53
+
### For ECA (Editor Code Assistant)
54
+
55
+
brepl also supports [ECA](https://github.com/anthropics/eca), Anthropic's editor-agnostic coding assistant:
56
+
57
+
```bash
58
+
# Start your nREPL server
59
+
bb nrepl-server
60
+
61
+
# Install ECA hooks in your project
62
+
brepl eca install
63
+
```
64
+
65
+
The `brepl eca install` command configures ECA via `.eca/config.json` with the same capabilities as Claude Code hooks—bracket validation, auto-fix, and REPL evaluation.
0 commit comments