- cleanup_worktree: add `git branch -D $BRANCH` to prevent stale local branch refs accumulating on push failure (bug fix) - .netrc parser: replace fragile line-count awk with field-iteration approach that handles both multi-line and single-line .netrc formats - ETH formatting: pass values as argv to python3 instead of interpolating into the code string, removing the injection surface - mktemp -u: generate path without pre-creating directory; git worktree add creates it, avoiding the "already exists" error on some git versions - mkdir -p guard before cp to attacks destination directory - sed portability: `s/-\+/-/g` → `s/--*/-/g` (POSIX-compliant) - red-team.sh: capture PIPESTATUS[0] from promote-attacks pipe and emit a distinct warning log line when promotion fails Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| harb-evaluator | ||
| bootstrap-common.sh | ||
| build-ci-images.sh | ||
| build-kraiken-lib.sh | ||
| ci-bootstrap.sh | ||
| dev.sh | ||
| quick-screenshot.mjs | ||
| review-poll.sh | ||
| review-pr.sh | ||
| run-usertest.sh | ||
| screenshot-stake-page.mjs | ||
| sync-tax-rates.mjs | ||
| wait-for-service.sh | ||
| watch-kraiken-lib.sh | ||