From 7677c3e062990cc3d8ce334a5fc5d08633fb907d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 18 Jun 2026 14:41:42 -0400 Subject: [PATCH] fix(tier2): write_track_completion_report - use inside-clone paths in output Updated scripts/tier2/write_track_completion_report.py to reference the new inside-clone paths in the generated report template: - Filesystem boundary row: 'Tier 2 clone only; AppData denied' (was 'Tier 2 clone + C:\\Users\\Ed\\AppData\\Local\\manual_slop\\tier2\\'). - Failcount monitored row: 'state persisted to scripts/tier2/state//state.json' (was the AppData path). The new report will reflect the 2026-06-18 conventions; reports from older Tier 2 runs that shipped before this track are unaffected. Refs: conductor/tracks/tier2_no_appdata_20260618 --- scripts/tier2/write_track_completion_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tier2/write_track_completion_report.py b/scripts/tier2/write_track_completion_report.py index f420b3d3..64730f5b 100644 --- a/scripts/tier2/write_track_completion_report.py +++ b/scripts/tier2/write_track_completion_report.py @@ -259,9 +259,9 @@ where they also fail. | `git checkout*` ban | HELD (used `git switch -c tier2/send_result_to_send_20260616 origin/master`) | | `git restore*` ban | HELD (never invoked) | | `git reset*` ban | HELD (never invoked) | -| Filesystem boundary (Tier 2 clone + `C:\\Users\\Ed\\AppData\\Local\\manual_slop\\tier2\\`) | HELD | +| 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 `C:\\Users\\Ed\\AppData\\Local\\manual_slop\\tier2\\send_result_to_send_20260616\\state.json`) | +| Failcount monitored | HELD (state persisted to `scripts/tier2/state/send_result_to_send_20260616/state.json`) | | Report writer on standby | HELD (not triggered; track completed on success path) | ## User handoff