25114ff52a
Run-based audit against pinned Ink v7.0.4 (40b3a75) found two ledger defects: - The composable-naming entry claimed Ink names hook return types XProps; real Ink 7.0.4 is mixed (XProps for stream/app hooks, UseBoxMetricsResult/AnimationResult/WindowSize for newer ones, and several hooks export nothing). Restate both sides accurately. - The <Transform> all-comment-children entry sat under Intentional Divergence Choices, but its forcing is the React-only false !== null edge that Vue's comment-vnode materialization cannot see — a model-implied difference per the doc's own classification flow. Move it there, expand the run-verified boundary (empty slot array, ''/0 children, screen-reader label), and reword the Non-Behavioral Notes cross-ref in the same change so it stays true. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>