Skip to content

Commit c16c169

Browse files
authored
docs(rebrand): update watch skill Avibe copy
Update the background watch skill copy to use Avibe and record the focused prompt-skill sweep.
1 parent a1b8b26 commit c16c169

2 files changed

Lines changed: 30 additions & 9 deletions

File tree

docs/plans/rebrand-avibe.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,3 +508,24 @@ Behavior:
508508
Verification:
509509
- Shim metadata is covered by `tests/test_pypi_shim.py`.
510510
- The shim wheel build was verified locally with `python3 -m build --wheel`.
511+
512+
## 16. Execution checkpoint: prompt-skill copy sweep
513+
514+
2026-06-07: re-ran a focused sweep for old `Vibe Remote`, `vibe-remote`,
515+
`vibe_remote`, `VIBE_REMOTE`, `cyhhao/vibe-remote`, and `~/.vibe_remote`
516+
references on latest `master`.
517+
518+
Updated:
519+
- `skills/background-watch-hook/SKILL.md` now says Avibe in Agent-facing watch
520+
guidance and uses `avibe-bot/avibe` in GitHub waiter examples.
521+
522+
Still intentionally retained:
523+
- Main `core/system_prompt_injection.py` is already Avibe-branded and still
524+
points the `use-vibe-remote` skill URL at `avibe-bot/avibe`; do not change it
525+
to an `avibe.bot` redirect before the 3.0.0 release.
526+
- `skills/use-vibe-remote` keeps its slug/path for agent compatibility.
527+
- `VIBE_REMOTE_HOME`, `~/.vibe_remote`, `vibe_remote.log`, cookie names,
528+
OpenCode metadata keys, legacy release markers, and `vibe-remote` shim /
529+
uninstall references remain compatibility surfaces.
530+
- Product Hunt badge URLs and historical docs/plans remain old-name references
531+
until the external listing or archival docs are explicitly updated.

skills/background-watch-hook/SKILL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ vibe watch add \
5454
Default 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

240240
New 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

247247
GitHub Actions for a pushed commit:

0 commit comments

Comments
 (0)