@@ -54,7 +54,7 @@ vibe watch add \
5454Default behavior:
5555
5656- returns immediately
57- - keeps the waiter managed by Vibe Remote
57+ - keeps the waiter managed by Avibe
5858- lets the agent inspect or stop the watch later
5959- creates a follow-up Agent Run after the waiter succeeds or reaches a terminal failure
6060
@@ -130,9 +130,9 @@ vibe watch add \
130130
131131## Session Targeting
132132
133- Use the current Vibe Remote context:
133+ Use the current Avibe context:
134134
135- - ` --session-id ` controls which Agent Session Vibe Remote will continue using
135+ - ` --session-id ` controls which Agent Session Avibe will continue using
136136- use the current Agent Session ID when the follow-up should continue the same session
137137- if no usable Agent Session ID is available, confirm the target session first instead of guessing
138138- ` --post-to channel ` only when the follow-up should keep the same Agent Session but publish in the parent channel
@@ -178,7 +178,7 @@ vibe watch add \
178178 --message " PR #151 has new review activity. Fetch the latest review state, summarize actionable items, and continue handling them if needed." \
179179 -- \
180180 uv run --no-project scripts/wait_pr.py \
181- --repo cyhhao/vibe-remote \
181+ --repo avibe-bot/avibe \
182182 --pr 151 \
183183 --interval 60
184184```
@@ -192,7 +192,7 @@ vibe watch add \
192192 --message " PR #151 already has review activity. Fetch the latest review state and continue handling it if needed." \
193193 -- \
194194 uv run --no-project scripts/wait_pr.py \
195- --repo cyhhao/vibe-remote \
195+ --repo avibe-bot/avibe \
196196 --pr 151 \
197197 --catch-up
198198```
@@ -209,7 +209,7 @@ vibe watch add \
209209 --message " PR #151 has new review activity. Fetch the latest review state, summarize actionable items, and continue handling them if needed." \
210210 -- \
211211 uv run --no-project scripts/wait_pr.py \
212- --repo cyhhao/vibe-remote \
212+ --repo avibe-bot/avibe \
213213 --pr 151 \
214214 --interval 60
215215```
@@ -232,16 +232,16 @@ vibe watch add \
232232 --message " The repository has new pull requests. Review the new PRs and continue as needed." \
233233 -- \
234234 uv run --no-project scripts/wait_pr.py \
235- --repo cyhhao/vibe-remote \
235+ --repo avibe-bot/avibe \
236236 --new-prs \
237237 --interval 60
238238```
239239
240240New issues or issue comments:
241241
242242``` bash
243- uv run --no-project scripts/wait_issue.py --repo cyhhao/vibe-remote --new-issues --interval 60
244- uv run --no-project scripts/wait_issue.py --repo cyhhao/vibe-remote --issue 157 --interval 60
243+ uv run --no-project scripts/wait_issue.py --repo avibe-bot/avibe --new-issues --interval 60
244+ uv run --no-project scripts/wait_issue.py --repo avibe-bot/avibe --issue 157 --interval 60
245245```
246246
247247GitHub Actions for a pushed commit:
0 commit comments