You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post-merge verification of #1263, on main @ b300b401
A real wizard audit all run through the e2e host — real TUI, real agent, real gateway, project 228144 — against a copy of apps/revenue/stripe/stripe-next-js-saas-starter. Rebuilt from this release's main with pnpm build:ci.
Full-colour frames, per-frame PNGs and the raw stream:gist — audit-tui-frames.html renders all 13 captured frames with colour preserved; task-stream.jsonl is every payload the run published.
The checks pane, filling in
Frame 04, early — the wizard's seed, nothing resolved yet:
Installation (0/4)
◌ PostHog SDK installed
◌ SDK version up to date
◌ Initialization is correct
◌ One initialization per runtime
Identification (0/4)
◌ Stable distinct_id (not session UUID)
◌ identify() called before captures / flag evals
◌ Same distinct_id across client and server
◌ reset() called on logout / account switch
Event Capture (0/3)
◌ Event names are static and consistent
◌ Captures route through a reverse proxy
◌ Key activation events captured
Live Data (0/1) Write report (0/1) Upload notebook (0/1)
Frame 09, late — resolved per check, report step in flight:
Installation (4/4)
✔ PostHog SDK installed
⚠ SDK version up to date
✘ Initialization is correct
✔ One initialization per runtime
Identification (4/4)
✔ Stable distinct_id (not session UUID)
⚠ identify() called before captures / flag evals
✘ Same distinct_id across client and server
✔ reset() called on logout / account switch
Event Capture (3/3)
✘ Event names are static and consistent
✔ Captures route through a reverse proxy
✔ Key activation events captured
Live Data (1/1)
• Open findings in PostHog
⠏ Write report (0/1)
Ten of the thirteen frames are audit-run. Before this release the same run produced four, all showing the empty checklist — the snapshot signature folded framework-context by key, so a screen rerendering from an artifact updated in place was captured once and never again.
What went on the wire
tasks[] from task-stream.jsonl, deduplicated to the transitions:
One row per audit area, never per check. grep -c '"details"\|"file"' task-stream.jsonl → 0: no check label, file path, or explanation left the machine, which is the point of rolling up by area rather than shipping the ledger.
handoff_text present on the terminal push, so the session row carries the run's summary
Not covered by this evidence
The five narrow audit leaves (audit events and siblings) still ship without a seeded ledger, so they stream program rows only. Fixed by PostHog/context-mill#400, which needs the 1.54.1 release to reach the field. And no PostHog app surface subscribes to the audit workflow channel yet, so these rows are currently visible in the terminal, in --task-stream-log, and through the sessions API — not in the product UI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
2.76.0 (2026-09-18)
Features
This PR was generated with Release Please. See documentation.