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
Bump version to 0.2.0. Update README to document loading and audit
workflows, all new options (--markdown, --viewport, --interact-script,
--verbose), snippet aliases table, and revised Known Limitations and
Roadmap sections.
@@ -115,17 +163,16 @@ Tag protection rules restrict who can push `cli-v*` tags. Configure them under *
115
163
116
164
The `NPM_TOKEN` secret must be set in the repository settings with publish access to the `webperf-snippets` npm package.
117
165
118
-
## Known limitations (v0.1)
166
+
## Known limitations
119
167
120
-
- **No INP**: INP requires real user interactions. v0.2 will support synthetic interaction scripts.
121
168
- **CLS in headless is conservative**: layout shifts that only happen on scroll are missed unless you script the scroll.
122
169
- **First navigation only**: each `webperf-snippets` invocation runs one URL. SPAs need the post-route URL passed directly.
123
-
- **Decision-tree follow-ups re-navigate**: when a follow-up snippet fires (e.g. LCP-Subparts), the page is loaded again. v0.2 will share a single page session.
170
+
- **Synthetic INP ≠ field INP**: `--interact-script` measures handler latency for a single scripted event. Real INP reflects the worst interaction across all user sessions — use RUM for field data.
0 commit comments