Skip to content

Commit e99c9eb

Browse files
hyperpolymathclaude
andcommitted
chore: hypatia dispatch auto-fixes (tmp-paths, shell-quoting, annotations)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c07f5ac commit e99c9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bulk-standardize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
UNIFIED_DIR="/run/media/hyper/eclipse/gitprojects/unified"
88
TEMPLATES_DIR="$UNIFIED_DIR/conative-gating/templates"
9-
LOG_FILE="/tmp/standardization_$(date +%Y%m%d_%H%M%S).log"
9+
LOG_FILE=""$HYPATIA_TMPDIR/standardization_"$(date +%Y%m%d_%H%M%S).log"
1010

1111
log() {
1212
echo "[$(date '+%H:%M:%S')] $*" | tee -a "$LOG_FILE"

0 commit comments

Comments
 (0)