mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
docs: point at the herdr plugin setup
Naming the repo left the reader to work out what to do with it. The plugins do nothing until they are installed and their actions are bound, and Herdr has no action palette to discover them through. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -64,8 +64,9 @@ they set disjoint environment variables, so check which one you are in:
|
||||
|
||||
See `backend/AGENTS.md` to restart the backend with different cargo features. Under herdr, `herdr
|
||||
--skill` prints a full reference for inspecting and driving panes and agents, and the plugins that
|
||||
provision worktrees live in `windmill-labs/windmill-herdr`. The commands below are for a plain
|
||||
checkout with nothing running.
|
||||
provision worktrees live in `windmill-labs/windmill-herdr` — clone it and run `./setup.sh` to
|
||||
install them and the keybindings they need. The commands below are for a plain checkout with
|
||||
nothing running.
|
||||
|
||||
- **Backend**: `cargo run` from `backend/` (API at http://localhost:8000)
|
||||
- **Frontend**: `REMOTE=http://localhost:8000 npm run dev` from `frontend/` (port 3000+)
|
||||
|
||||
Reference in New Issue
Block a user