$ErrorActionPreference = 'Stop' $root = Split-Path -Parent $PSScriptRoot $page = Get-Content -LiteralPath (Join-Path $root 'pages/tree/t01-tree-overview.vue') -Raw -Encoding utf8 foreach ($required in @( 'import AppButton from "@/components/AppButton.vue"', '') { throw 'T01 horizontal reading cue must stay in the visible lineage viewport, not inside the wide canvas' } Write-Output 'T01-ALL-STATES-VISUAL-CONTRACT PASS'