From 5153f9f738b95edf7a87080750f2ed25ed0d11fb Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 18 Jun 2026 18:30:11 -0400 Subject: [PATCH] docs(reports): addendum for tier2_no_appdata - post-merge path reconciliation Adds an 'Addendum (2026-06-18, post-merge)' section to docs/reports/TRACK_COMPLETION_tier2_no_appdata_20260618.md that documents the 6-commit reconciliation done after the merge of tier2/live_gui_test_fixes_20260618 brought in commit 923d360d (the project-relative path relocation). The addendum is for the historical record; the code is unchanged. Refs: conductor/tracks/tier2_no_appdata_20260618 (post-merge followup) --- ...CK_COMPLETION_tier2_no_appdata_20260618.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/reports/TRACK_COMPLETION_tier2_no_appdata_20260618.md b/docs/reports/TRACK_COMPLETION_tier2_no_appdata_20260618.md index 10b90fac..b90a8b8b 100644 --- a/docs/reports/TRACK_COMPLETION_tier2_no_appdata_20260618.md +++ b/docs/reports/TRACK_COMPLETION_tier2_no_appdata_20260618.md @@ -129,6 +129,31 @@ The next Tier 2 run (any track) will use the new conventions automatically: - The agent prompt and slash command both say "NEVER USE APPDATA". - The OpenCode `*AppData\\*` bash deny rule blocks any AppData command. +## Addendum (2026-06-18, post-merge) + +The merge of `tier2/live_gui_test_fixes_20260618` brought in commit +`923d360d chore(scripts): relocate Tier 2 state paths to project-relative`, +which moved the actual code defaults from `scripts/tier2/state/` to +`tests/artifacts/tier2_state/` (and same for failures) — a more +workspace-paths.md-conformant location. The templates in this track +were not updated to match, so a follow-up reconciliation was needed +before the next Tier 2 run: + +- 6 follow-up commits (a16c9e47..e041918c) updated the agent prompt, + slash command, guide, completion report template, and + slash-command-spec test assertions to reference the actual code + defaults (`tests/artifacts/tier2_state/`, `tests/artifacts/tier2_failures/`). +- The dead `scripts/tier2/state/` and `scripts/tier2/failures/` + .gitignore entries were removed. +- After the user re-bootstraps the Tier 2 clone, the new templates + are in `.opencode/agents/tier2-autonomous.md` and + `.opencode/commands/tier-2-auto-execute.md`. Future Tier 2 runs + will look for state at the correct project-relative path. + +The actual defaults in the code (commit `923d360d`) are unchanged +from this report's "What changed" section — only the prompts/docs +were reconciled. + ## Files NOT modified (per the "edit the source of truth, not the historical record" pattern) - `conductor/tracks/tier2_autonomous_sandbox_20260616/spec.md` and `plan.md` — historical track artifacts. They document the design decision at the time that track shipped. The new track is the current source of truth.