docs(skills): cycle-d — date-time format + video asset width pitfalls#781
Merged
Conversation
Matrix v15 surfaced 2 narrow drift classes after the 3.0 GA schema sync (#773) added stricter validation: - reporting_period.start/end are ISO 8601 date-time strings per GA; date-only ('2026-04-21') now fails format validation. Added to seller + retail-media + generative-seller + creative-agent pitfall callouts. - videoAsset({...}) requires width + height per GA (previously optional). Mocks returning {url} alone fail at /creative_manifest /assets/<name>/width. Added to creative-agent + generative-seller pitfalls with concrete pixel-values example. Both are narrow GA-tightening classes. No SDK code change. Residual after this lands is storyboard-specific step expectations — the tight-loop per-pair phase.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Matrix v15 surfaced 2 narrow drift classes after the 3.0 GA schema sync (#773) added stricter validation:
reporting_period.start/endare ISO 8601 date-time strings per GA — date-only ('2026-04-21') now fails format validation. Mocks should usenew Date().toISOString(). 4 hits onget_media_buy_delivery. Added to seller, retail-media, generative-seller, and creative-agent pitfalls.videoAssetrequireswidth+heightper GA (previously optional onVideoAsset). Mocks returning{url}alone fail at/creative_manifest/assets/<name>/width. 2 hits. Added to creative-agent + generative-seller pitfalls with concrete pixel-values example.Both are GA-tightening classes. No SDK code change.
Trajectory (same filter, same 8 pairs)
Expected v16 after merge: VALIDATION_ERROR classes → 0 on the schema axis. Residual failures will be storyboard-specific step expectations (generative quality grading, governance denial shape specifics) — the tight-loop per-pair phase I flagged at the start of Cycle A.
Test plan
npm run typecheckclean