From eb23a8be98350a0ba570eb05d152cf3e0e1a2aa1 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 18 Jun 2026 18:27:31 -0400 Subject: [PATCH] fix(tier2): write_track_completion_report - use project-relative path Updated the generated report template to reference tests/artifacts/tier2_state//state.json (matching Tier 2's commit 923d360d relocation) instead of the stale scripts/tier2/state//state.json. Refs: conductor/tracks/tier2_no_appdata_20260618 (post-merge followup) --- scripts/tier2/write_track_completion_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tier2/write_track_completion_report.py b/scripts/tier2/write_track_completion_report.py index 64730f5b..88c1013e 100644 --- a/scripts/tier2/write_track_completion_report.py +++ b/scripts/tier2/write_track_completion_report.py @@ -261,7 +261,7 @@ where they also fail. | `git reset*` ban | HELD (never invoked) | | Filesystem boundary (Tier 2 clone only; AppData denied) | HELD | | Per-task commits | HELD (24 atomic commits, each with a clear single concern) | -| Failcount monitored | HELD (state persisted to `scripts/tier2/state/send_result_to_send_20260616/state.json`) | +| Failcount monitored | HELD (state persisted to `tests/artifacts/tier2_state/send_result_to_send_20260616/state.json`) | | Report writer on standby | HELD (not triggered; track completed on success path) | ## User handoff