You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reject empty --out-dir / --out-dir= values during arg parsing so
evidence-capture callers do not silently fall back to the auto-cleaned
tmp dir and lose artifacts (codex P2).
- Clear known artifact patterns (idea*, previews*, P[0-9][0-9].json,
spec-anchor-audit.json, .h1-helper.out, mockups/, etc.) when --out-dir
is supplied, so reusing a prior dir for a different profile cannot
leave stale evidence that masks regressions (codex P2).
- Sanitize .h1-helper.out under --out-dir to strip the machine-local
REPO_ROOT prefix, leaving a repo-relative URL so the committed
evidence is portable across machines (gemini medium).
- Use a per-profile fixed timestamp_utc in trace.log when --out-dir is
set so re-running the ASSESSMENT.md reproduce command produces
byte-stable evidence; live (tmp) runs still emit wall-clock time for
triage (gemini medium).
- Regenerate runs/r-clean-20260425-{standard,pro,max}/.h1-helper.out
with the sanitized URL form.
Out of scope for this PR (file-scope: harness + runs/r-clean-* +
ASSESSMENT.md + .gitignore): scripts/generate-gallery.sh hardcoded
lang="ko" — flagged for a separate fix in the gallery generator.
Refs PR #92 review comments
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments