swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-19 23:43:00 -0400
committermain <main@swarm.moe>2026-03-19 23:43:00 -0400
commit5047a141c45d18ef23ddd369fb262ecac867da11 (patch)
tree3a3d34f503c4666ddcc6647cc6b4034197a02a26 /README.md
parentc85b9d197532e024559e392695a5fb6064f5d8b7 (diff)
downloadfidget_spinner-5047a141c45d18ef23ddd369fb262ecac867da11.zip
Broaden UI target path resolution
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbd78c6..b5fae60 100644
--- a/README.md
+++ b/README.md
@@ -168,9 +168,13 @@ cargo run -p fidget-spinner-cli -- mcp serve
Serve the minimal local navigator:
```bash
-cargo run -p fidget-spinner-cli -- ui serve --project . --bind 127.0.0.1:8913
+cargo run -p fidget-spinner-cli -- ui serve --path . --bind 127.0.0.1:8913
```
+`ui serve --path` is permissive: it accepts the project root, the
+`.fidget_spinner/` directory itself, descendants inside that directory, or a
+parent directory containing one unique descendant store.
+
Then bind the session from the client with:
```json