docs: name the public rev URL in the fallback

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
naps62
2026-08-04 06:05:34 +00:00
parent 1efa691b04
commit 19bd110188
+3 -2
View File
@@ -26,8 +26,9 @@
instructions in any rev-known repo, and a Stop hook prompts to (re)arm the
comment watcher (`~/tea/yolo/rev/scripts/rev-watch.sh <dir>`, background).
Follow the injected instructions; there is nothing to set up.
- Fallback if no instructions were injected: URL is
`http://<host>:7373/review?dir=<url-encoded worktree>&base=<base>`;
- Fallback if no instructions were injected: the URL to hand me is
`https://rev.n62.casa/review?dir=<url-encoded worktree>&base=<base>`, while
the API to call is `http://localhost:7373`;
long-poll `GET /api/comments?dir=&since=&wait=1`, reply in-thread via
`POST /api/comments` with author `"agent"` + `parentId`, never mark
threads resolved.