@ulpi/browse 1.3.2 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulpi/browse",
3
- "version": "1.3.2",
3
+ "version": "1.4.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ulpi-io/browse"
package/skill/SKILL.md CHANGED
@@ -393,6 +393,20 @@ browse react-devtools owners <sel> Parent component chain
393
393
  browse react-devtools context <sel> Context values consumed by component
394
394
  ```
395
395
 
396
+ ### Performance audit
397
+ ```
398
+ browse perf-audit [url] Full performance audit (Web Vitals, resources, images, fonts, DOM, render-blocking, third-party, stack detection, correlations, recommendations)
399
+ browse perf-audit [url] --no-coverage Skip JS/CSS coverage collection (faster)
400
+ browse perf-audit [url] --no-detect Skip framework/SaaS/infrastructure detection
401
+ browse perf-audit [url] --json Output as structured JSON (for programmatic use)
402
+ browse detect Detect tech stack: frameworks, SaaS platforms, CDN, protocol, compression, caching, DOM complexity, third-party inventory
403
+ browse coverage start Start JS/CSS code coverage collection
404
+ browse coverage stop Stop collection and report per-file used/unused bytes
405
+ browse initscript set <code> Inject JS that runs before every page load (pre-navigation observers, mocks, polyfills)
406
+ browse initscript show Show current init script
407
+ browse initscript clear Remove init script
408
+ ```
409
+
396
410
  ### Cloud Providers
397
411
  ```
398
412
  browse provider save <name> <key> Save provider API key (encrypted)