Skip to content

Commit 8888c57

Browse files
chore: engage /auto kill-switch via .auto/STOP on develop-auto (#1120)
The maintainer asked to halt the autonomous /sa-implement run. The local daemon was stopped immediately; this lands the durable kill-switch FALLBACK so every future /auto run aborts at preflight until the file is removed. bin/auto-kill.sh reads .auto/STOP on develop-auto remotely via the Contents API, so the root .gitignore entry is irrelevant — the file is force-added here to put it in the branch tree. Part of #1119 Co-authored-by: Shining <250120269+chronoai-shining@users.noreply.github.com>
1 parent 501caca commit 8888c57

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.auto/STOP

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/auto kill-switch engaged via .auto/STOP fallback.
2+
Engaged by chronoai-shining on 2026-06-15 (UTC) at the maintainer's request.
3+
Delete this file on develop-auto to allow /auto runs to resume (remove before any develop-auto->develop promotion).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Ops: engage the /auto kill-switch by landing .auto/STOP on develop-auto. No package change. (#1119)

0 commit comments

Comments
 (0)