Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .lane/reports/verify-ai-search-rerun-pr128-2026-08-21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Lane 1 report — re-verify the stranded 2026-08-12 AI-search re-run (PR #128)

Branch: `verify/ai-search-rerun-pr128-2026-08-21`
PR: (opened from this branch)
Base: fresh `origin/main`

## Outcome

Done. The 2026-08-12 AI-search controlled re-run is no longer stranded: PR
#128's content landed on main via PR #211 (merge `a654ab4`, 2026-08-15) and
is the record the live `/audit` evidence panel renders today (2026-08-12,
15 runs). Re-verified against current main and the live site on 2026-08-21.

## Evidence

- PR #128: CLOSED 2026-08-18, never merged, head
`lane1/ai-search-rerun-entity-offer-20260812`.
- Merge commit `a654ab4` carries `testedOn: 2026-08-12`, 15 runs; the six
fresh 2026-08-12 runs (DuckDuckGo q1/q2/q5, Bing q1/q5/q7 — 4 `wrong`,
2 `absent`) are byte-identical to PR #128's head fixture.
- Live `https://tinystudio.io/audit`: embedded bundle `testedOn 2026-08-12`,
15 runs (10 wrong, 3 absent, 2 not-tested).
- Triage closeout 2026-08-18 (`parked-prs-116-128-137-triage-closeout`)
recorded the same disposition: "CLOSE — already landed via #211".

## Files

- `docs/evidence/ai-search/2026-08-21-pr128-reverify.md` — re-verify receipt
(this pass's only repo change; no fixture or code touched).

## Honest limits

- No new live engine capture was run in this pass.
- Main's fixture has since advanced (PR #227, 2026-08-15 re-run, two `found`
transitions, merged 2026-08-19), but the live panel still renders the
2026-08-12 record — a deploy lag observed, not altered, by this lane.
- No ranking, visibility, lead, or revenue outcome is claimed.
44 changes: 44 additions & 0 deletions docs/evidence/ai-search/2026-08-21-pr128-reverify.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Re-verify: the 2026-08-12 AI-search controlled re-run (PR #128) is landed and live

Date: 2026-08-21
Scope: the backlog item "The 2026-08-12 AI-search controlled re-run is
stranded in CONFLICTING unowned PR #128 — the live /audit evidence panel
keeps rendering an older record". This receipt re-verifies, against current
`origin/main` and the live site, that PR #128's content is no longer
stranded: it landed on main via PR #211 and is the record the live `/audit`
panel renders today. It is a repository-plus-live re-verification; it runs
no new engine capture.

## Verified state (2026-08-21)

| Claim | Evidence |
|---|---|
| PR #128 is closed, never merged | GitHub: `state CLOSED` (2026-08-18T15:40:45Z), `mergedAt null`, head `lane1/ai-search-rerun-entity-offer-20260812` |
| Its 2026-08-12 captures landed on main | Merge commit `a654ab4` (PR #211, merged 2026-08-15T18:30:57Z) carries `testedOn: 2026-08-12` with 15 runs; the six fresh 2026-08-12 runs (DuckDuckGo q1/q2/q5, Bing q1/q5/q7 — 4 `wrong`, 2 `absent`) are byte-identical to PR #128's head fixture (0 differing pairs) |
| The 2026-08-12 record is what the live panel renders | `https://tinystudio.io/audit` embedded bundle: `testedOn 2026-08-12`, 15 runs (10 `wrong`, 3 `absent`, 2 `not-tested`), engines google 7 / duckduckgo 3 / bing 3 / chatgpt 1 / perplexity 1 |
| No `Found` transition was fabricated | The landed fixture keeps all strict states verbatim; the triage closeout (2026-08-18) records the same disposition: "CLOSE — already landed via #211" |

## What this means

The stranded content of PR #128 is no longer stranded: the fresh 2026-08-12
captures reached main through the reconcile lane (PR #211) and are the
record the live `/audit` evidence panel currently serves. The backlog item
that PR #128 served ("Re-establish verified AI-search entity and offer
understanding") was separately advanced by the 2026-08-15 re-run (PR #227,
`d0daea9`, merged 2026-08-19): main's fixture now carries 16 runs including
two `found` transitions, while the live panel still renders the 2026-08-12
record (a deploy lag for the newer record, observed but not altered here).

## What deliberately did not change

- No fixture, embedded bundle, or controlled questions were edited.
- No live engine state was measured or edited.
- PR #128 stays closed with its reason; no PR is reopened.

## Verification (reproduce)

```sh
git log --oneline origin/main -- evidence-fixtures/ai-search/evidence.json # a654ab4 (#211) then d0daea9 (#227)
git diff ae19de5 a654ab4 -- evidence-fixtures/ai-search/evidence.json # 0 differing run pairs
curl -s https://tinystudio.io/audit | grep -o '"testedOn":"[^"]*"' # 2026-08-12
```
Loading