[Misc] Engage /auto kill-switch (.auto/STOP on develop-auto)#1120
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lands the
/autokill-switch FALLBACK:.auto/STOPondevelop-auto. The maintainer asked to halt the autonomous/sa-implementrun; the local daemon was stopped immediately, and this makes the stop durable —bin/auto-kill.shreads.auto/STOPondevelop-autoremotely (Contents API), so every future/autorun aborts at preflight until the file is removed.It had to go through a PR (not a direct write) because the
develop-autoruleset requires a PR + 11 checks. The marker is force-added past the root.gitignore; an empty changeset accompanies it (ops change, no package bump).To resume
/autolaterDelete
.auto/STOPfromdevelop-auto(and ensure it's removed before anydevelop-auto → developpromotion so the marker doesn't leak downstream).Closes #1119