v1.3.1
Patch Changes
-
#188
fa8f1b5- AGENTS.md now ships in the npm package, so it lands at
node_modules/@jantimon/web-performance-debugger/AGENTS.mdfor a consumer to read.wpd --helpends
with the absolute paths to the installed AGENTS.md and README.md, so an agent can find and open them. -
#192
9b79528- Reorganizedexamples/: the demos a newcomer runs stay at the top level, and the measurement/
calibration fixtures move toexamples/probes/. No example was renamed; the top-levelREADME.md
now maps each demo to the question it answers. Docs and tests point at the new probe paths. -
#193
49636ad-record --members ... --out <path>now names the group's manifest and member recordings from--out's
basename (before, only its directory was used and the basename was silently dropped), so a path a caller
derives from--outexists. The group's identity still comes from--group(meta.name), solatest
and the group name resolve unchanged.README: the pnpm caveat now covers pnpm 11 blocking the bin. The ignored-build install error exits 1
beforewpdruns, stopping even the browserless--target nodelane; unblock withpnpm approve-builds puppeteer. -
#190
c9df5b3- README: a plainer opening line, a reason for the Node 24+ requirement, and a gloss on the5173
port. The package description now matches the repo and covers rendering counts and allocation, so all
three storefronts read the same. Adds anexamples/map pointing newcomers at the three main demos. -
#191
2af855f- README/docs wording: plain words replace "provenance"; the Node and install lines lose their
explanations.