Skip to content

Commit 35f818c

Browse files
committed
Add ECA quick start section to README
1 parent 543d14a commit 35f818c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,20 @@ The `brepl hooks install` command configures Claude Code to:
5050

5151
Now Claude can write Clojure code confidently without worrying about parentheses or missing REPL feedback.
5252

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.
66+
5367
### For Command-Line Usage
5468

5569
```bash

0 commit comments

Comments
 (0)