@sreetej510/pi-shipd-checks 0.7.3 → 0.7.4

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.
Files changed (3) hide show
  1. package/README.md +4 -1
  2. package/dist/index.js +54 -54
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -41,7 +41,9 @@ job link with `/shipd:link <job-link>`; the link is stored in that chat session
41
41
  browser tab at a time: it closes the browser after starting both jobs, checks after 5 minutes, then reopens every
42
42
  90 seconds until both jobs finish. Each browser context blocks images, fonts, and media to reduce memory use. It does not
43
43
  click the final orange challenge-submit button. Authentication comes from
44
- `SHIPD_STORAGE_STATE` or the saved state created by `scripts/playwright-auth-smoke.mjs`.
44
+ `SHIPD_STORAGE_STATE` or the saved state created by `/shipd:auth`. `/shipd:auth` launches the installed browser
45
+ as a normal visible process and attaches over local CDP, which supports Google/SSO sign-in better than an automated
46
+ browser launch.
45
47
 
46
48
  All analysis modes are read-only. Gap analysis uses two agents: a gap finder followed by a fairness reviewer.
47
49
  Each audit uses one agent to keep the tool affordable. Invoke analysis only when the user asks, never in
@@ -57,6 +59,7 @@ do not run overlapping invocations for the same challenge.
57
59
  | `/checks` | Open a menu with config and solver-gap-finder options |
58
60
  | `/checks --config` | Configure reviewer, solver, gap-analysis, and Auditor models |
59
61
  | `/checks --solver-gap-finder` | Run several solver agents TDD-style against `agent_prompt.md` + `test.patch`, then compare their solutions to the real solution to find gaps |
62
+ | `/shipd:auth` | Open a browser for first-time Shipd sign-in and save the session |
60
63
  | `/shipd:link <url>` | Save the Shipd job link for the current chat session |
61
64
  | `/analyze:on` | Enable the agent-callable test-analysis tool for the current project |
62
65
  | `/analyze:off` | Disable the agent-callable test-analysis tool for the current project |