@sreetej510/pi-shipd-checks 0.4.1 → 0.4.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 -3
- package/dist/index.js +45 -43
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,8 +49,8 @@ repeated requests sequentially after applying each result.
|
|
|
49
49
|
|
|
50
50
|
`/checks --config` opens the row-based settings menu with two sections:
|
|
51
51
|
|
|
52
|
-
- **Solver**:
|
|
53
|
-
|
|
52
|
+
- **Solver**: reviewer model and thinking level for the final solver-result reviewer, plus the
|
|
53
|
+
solver model, thinking level, timeout, parallel solver count, and artifact-saving setting.
|
|
54
54
|
- **Analyze Tool**: separate models + thinking levels for the agent-callable gap-analysis and Test
|
|
55
55
|
Audit modes. The audit model defaults to the gap-analysis model until explicitly changed. These
|
|
56
56
|
are stored under `analyzeGap.testAuditProvider`, `analyzeGap.testAuditModelId`, and
|
|
@@ -130,7 +130,7 @@ On-Demand fallback. Spot interruptions are retried according to `fargate.maxRetr
|
|
|
130
130
|
no telemetry history is retained. Set `projectProfiles` to override resources per repository:
|
|
131
131
|
`{"C:/path/to/repo":"large"}`.
|
|
132
132
|
|
|
133
|
-
5. Restart pi, use `/checks --config` to select the solver and
|
|
133
|
+
5. Restart pi, use `/checks --config` to select the solver and reviewer models, then run
|
|
134
134
|
`/checks --solver-gap-finder`. Projects need `Dockerfile`, `agent_prompt.md`,
|
|
135
135
|
`solution.patch`, `test.patch`, and `test.sh`.
|
|
136
136
|
|