fix(recipe-report): weekly trigger uses launch-report.py 'fresh'; start kills idle/leftover session
A stale cc-ci-report session (from a prior week's run, gone idle) caused this week's launch-report.py 'start' (use-or-create) to leave it and never run a fresh report. Fix: upgrade-all step 6 now calls 'fresh', and start only leaves a session that's actively busy producing a report — an idle/leftover session is killed + restarted. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
f397968f47
commit
49491fcb90
@@ -117,9 +117,10 @@ End with the report path and a reminder that **nothing was merged**.
|
||||
|
||||
## 6. Launch the public Recipe Report
|
||||
Once the summary is written, kick off the weekly public report (its own agent, separate model — default
|
||||
opus): `python3 /srv/cc-ci/cc-ci-plan/launch-report.py start`. It runs `/recipe-report`, reviews this
|
||||
run + the live recipe/PR state, and publishes to https://report.ci.commoninternet.net. Fire-and-forget
|
||||
— it runs independently; you can then go idle.
|
||||
opus): **`python3 /srv/cc-ci/cc-ci-plan/launch-report.py fresh`** (use `fresh`, not `start` — the report
|
||||
is a one-shot and must always run a NEW session for THIS week, even if a previous report session is
|
||||
still around). It runs `/recipe-report`, reviews this run + the live recipe/PR state, and publishes to
|
||||
https://report.ci.commoninternet.net. Fire-and-forget — it runs independently; you can then go idle.
|
||||
|
||||
## Safety / coordination (this matters — shared host with the build loops)
|
||||
- **Sequential is the default for a reason.** Recipe deploys are **stateful on the shared Swarm** and
|
||||
|
||||
Reference in New Issue
Block a user