@sreetej510/pi-shipd-checks 0.7.2 → 0.7.3
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/README.md +3 -1
- package/dist/index.js +54 -54
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,9 @@ Quality and then Solution Quality reruns in one browser tab, waits for both jobs
|
|
|
38
38
|
shows live elapsed time, and only displays unfair-test count, suggestion count, code-quality score, and
|
|
39
39
|
comprehensiveness score. It takes no parameters. Set the session's
|
|
40
40
|
job link with `/shipd:link <job-link>`; the link is stored in that chat session only. It uses one fresh headless
|
|
41
|
-
browser tab
|
|
41
|
+
browser tab at a time: it closes the browser after starting both jobs, checks after 5 minutes, then reopens every
|
|
42
|
+
90 seconds until both jobs finish. Each browser context blocks images, fonts, and media to reduce memory use. It does not
|
|
43
|
+
click the final orange challenge-submit button. Authentication comes from
|
|
42
44
|
`SHIPD_STORAGE_STATE` or the saved state created by `scripts/playwright-auth-smoke.mjs`.
|
|
43
45
|
|
|
44
46
|
All analysis modes are read-only. Gap analysis uses two agents: a gap finder followed by a fairness reviewer.
|