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
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ M7 progress now includes:
285
285
-`internal/tui`: interaction script paste payloads now accept DOM `clipboardData`/`dataTransfer` objects and recover pasted text from `text/plain`, `plainText`, and `items[].text` fields for ClipboardEvent recording fixtures.
286
286
-`internal/tui`: interaction script resize payloads now accept DOM/window size aliases such as `innerWidth`/`innerHeight`, `clientWidth`/`clientHeight`, `offsetWidth`/`offsetHeight`, plus ResizeObserver-style `contentRect` and `target` wrappers.
287
287
-`internal/tui`: interaction script resize payloads now accept ResizeObserver `contentBoxSize`/`borderBoxSize` array entries using `inlineSize`/`blockSize`, covering modern browser box-size event shapes.
288
+
-`internal/tui`: interaction script event expectations now normalize camel/dash/provider-style event names such as `promptSubmitted`, `dialogAction`, `messageSubmitted`, and `focusOut` to canonical screen event types, and accept value aliases such as `eventPayload`, `eventValue`, `actionValue`, and `result`.
288
289
-`internal/tui`: task runtime now canonicalizes state aliases such as `active`/`inProgress`/`in_progress`, `success`/`done`/`completedSuccessfully`, `error`/`failedWithError`, and `canceled`/`cancelledByUser` before status-line summaries, task dialogs, ordering, cancellation, and scripted task expectations.
289
290
-`internal/tui`: scripted task runtime payloads and task expectations now accept adjacent fields such as `taskID`, `jobId`, `runId`, `label`, `displayName`/`displayTitle`, `operationName`/`commandName`, `phase`/`taskState`/`jobStatus`/`resultState`, `message`/`currentStep`/`statusMessage`/`outputText`/`resultText`, `percent`/`percentage`/`pct`/`completionPercent`, and numeric/string task IDs or progress values.
290
291
-`internal/tui`: scripted task runtime payloads, task expectations, and remove-task mutations now also share adjacent task ID aliases such as `operationId`, `requestId`, `threadId`, `workflowId`, and `toolUseId`, so recorded runtime actions can address tasks through operation/request-style IDs.
0 commit comments