fix: fix: bundled dust cleanup — scripts/harb-evaluator (#1036)
- #864: Add comment documenting that MEMORY_FILE and REPORT_DIR both resolve to $REPO_ROOT/tmp (intentional coupling, previously undocumented) - #579: POOL die guard already present (added ina2f8996, issue #854) - #775: feeDest address already corrected (fixed in0e33d6c, issue #760) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c17fe96c85
commit
1126e1b5a5
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||||
REPORT_DIR="$REPO_ROOT/tmp"
|
REPORT_DIR="$REPO_ROOT/tmp"
|
||||||
REPORT="$REPORT_DIR/red-team-report.txt"
|
REPORT="$REPORT_DIR/red-team-report.txt"
|
||||||
STREAM_LOG="$REPORT_DIR/red-team-stream.jsonl"
|
STREAM_LOG="$REPORT_DIR/red-team-stream.jsonl"
|
||||||
|
# NOTE: dirname(MEMORY_FILE) intentionally resolves to the same $REPO_ROOT/tmp as REPORT_DIR.
|
||||||
MEMORY_FILE="$REPO_ROOT/tmp/red-team-memory.jsonl"
|
MEMORY_FILE="$REPO_ROOT/tmp/red-team-memory.jsonl"
|
||||||
CROSS_PATTERNS_FILE="$REPO_ROOT/tools/red-team/cross-patterns.jsonl"
|
CROSS_PATTERNS_FILE="$REPO_ROOT/tools/red-team/cross-patterns.jsonl"
|
||||||
ATTACK_EXPORT="$REPORT_DIR/red-team-attacks.jsonl"
|
ATTACK_EXPORT="$REPORT_DIR/red-team-attacks.jsonl"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue