Add antithesis-runs-exec skill for running scripts in a live run - #192
Open
exe-dev-github-integration[bot] wants to merge 1 commit into
Open
Add antithesis-runs-exec skill for running scripts in a live run#192exe-dev-github-integration[bot] wants to merge 1 commit into
exe-dev-github-integration[bot] wants to merge 1 commit into
Conversation
Document how to use `snouty runs exec` to run a bash script inside a run at a chosen moment, including the live-session requirement, the host (not container) execution context, gdb setup, and the virtual-time and perturbation limits. Co-Authored-By: Claude <noreply@anthropic.com>
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.
This adds
antithesis-runs-exec, a short skill forsnouty runs exec. The command runs a bash script inside a test run at a chosen moment, from the terminal and without a browser. Agents can now do scripted forensics on a run: list processes, read container filesystems, and attach gdb.antithesis-debugstill covers interactive work in the multiverse debugger; this skill covers the repeatable, pipeable path.The skill is deliberately a short sketch. It records the gotchas that cost real time in a debugging session, rather than restating the command reference:
SNOUTY_UNSTABLE_FEATURES=runs-exec, and it needs a live session. For an older run you must create a session withsnouty debugfirst, which returns a new run ID to exec against./proc/<pid>/root. A short process list is usually your ownheadtruncating long fuzzpipe command lines, not confinement to one container.?? ()for every frame unless you setsysrootto the container root.snouty runs logs --json ... --begin-vtimeanswers most "what happened just before X" questions with no perturbation at all.make validatepasses with 12 skills.Please apply the
changelog - non-breakinglabel. I cannot set labels on this repository.