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/<track>/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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user