@sudobility/testomniac_runner 0.0.145 → 0.0.147

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/CLAUDE.md +1 -1
  2. package/bun.lock +2 -2
  3. package/package.json +2 -2
package/CLAUDE.md CHANGED
@@ -130,7 +130,7 @@ The orchestrator is a thin wrapper around `runTestRun()` from runner_service:
130
130
  5. Calls `runTestRun()` from `@sudobility/testomniac_runner_service`
131
131
  6. Sends email report after completion (if user email provided)
132
132
 
133
- All execution logic (element extraction, page analysis, test generation, expertise evaluation, finding creation) lives in runner_service.
133
+ All execution logic (element extraction, page analysis, expertise evaluation, finding creation) lives in runner_service. The runner now uses the `/scan/*` lifecycle endpoints (`/scan/begin`, `/scan/next`, `/scan/end`) through runner_service's `ApiClient`, which handles page state persistence, server-side generator execution, and finding persistence in a single call per interaction.
134
134
 
135
135
  ### Browser Management
136
136
  - Puppeteer-core (no bundled browser) + Chrome for Testing
package/bun.lock CHANGED
@@ -9,7 +9,7 @@
9
9
  "@noble/hashes": "^1.0.0",
10
10
  "@sudobility/signic_sdk": "^0.1.7",
11
11
  "@sudobility/testomniac_runner_service": "^0.1.140",
12
- "@sudobility/testomniac_types": "^0.0.74",
12
+ "@sudobility/testomniac_types": "^0.0.75",
13
13
  "hono": "^4.7.0",
14
14
  "jose": "^6.1.2",
15
15
  "openai": "^6.7.0",
@@ -174,7 +174,7 @@
174
174
 
175
175
  "@sudobility/testomniac_runner_service": ["@sudobility/testomniac_runner_service@0.1.140", "", { "peerDependencies": { "@sudobility/testomniac_types": "^0.0.73", "openai": ">=6.0.0", "react": ">=18.0.0" }, "optionalPeers": ["openai", "react"] }, "sha512-yUBfBH1e8/4/1ZyXfshdRMtJ0aJgEJJOhyc2U9DQetjs73s8dZwTWKGI/3kUP3jrStpL1x4UwlY0lz10e3Xfig=="],
176
176
 
177
- "@sudobility/testomniac_types": ["@sudobility/testomniac_types@0.0.74", "", { "peerDependencies": { "@sudobility/types": "^1.9.62" } }, "sha512-F6PYBoSStBMvtg33sk4ICy3m4+l+zeTlDXC4lvA5O7U8RupyEffDYGXmJRe1JM3K56aizIjokFv6b83yUEyW+w=="],
177
+ "@sudobility/testomniac_types": ["@sudobility/testomniac_types@0.0.75", "", { "peerDependencies": { "@sudobility/types": "^1.9.62" } }, "sha512-bB/3tE535krxtkxdtTMUsjBB4GR7a0i8KeuR461voPAw99/g7rDvn1QcgSmxfofgDixc9i6VG3kMpbIhqpZ0dQ=="],
178
178
 
179
179
  "@sudobility/types": ["@sudobility/types@1.9.61", "", {}, "sha512-SODGpstB/iKfK3H/4BvJx/FBcc1h3gutUjGotyxN19VnOfWyzaDoEmW7eyoxOAYhZyXMXagSiii+NIEZvuxKog=="],
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/testomniac_runner",
3
- "version": "0.0.145",
3
+ "version": "0.0.147",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "@noble/hashes": "^1.0.0",
26
26
  "@sudobility/signic_sdk": "^0.1.7",
27
27
  "@sudobility/testomniac_runner_service": "^0.1.140",
28
- "@sudobility/testomniac_types": "^0.0.74",
28
+ "@sudobility/testomniac_types": "^0.0.75",
29
29
  "hono": "^4.7.0",
30
30
  "jose": "^6.1.2",
31
31
  "openai": "^6.7.0",