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)
This commit is contained in:
ed
2026-06-18 18:30:11 -04:00
parent e041918c4e
commit 5153f9f738
@@ -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.