@sreetej510/pi-shipd-checks 0.4.4 → 0.4.6
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 +6 -5
- package/dist/fargate-worker.mjs +69 -69
- package/dist/index.js +45 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,9 +51,10 @@ repeated requests sequentially after applying each result.
|
|
|
51
51
|
|
|
52
52
|
- **Solver**: reviewer model and thinking level for the final solver-result reviewer, plus the
|
|
53
53
|
solver model, thinking level, timeout, parallel solver count, and artifact-saving setting.
|
|
54
|
-
- **Analyze Tool**: separate models + thinking levels for the agent-callable gap-analysis
|
|
55
|
-
Audit modes. The
|
|
56
|
-
|
|
54
|
+
- **Analyze Tool**: timeout plus separate models + thinking levels for the agent-callable gap-analysis
|
|
55
|
+
and Test Audit modes. The timeout applies to each read-only agent phase. The audit model defaults
|
|
56
|
+
to the gap-analysis model until explicitly changed. These are stored under
|
|
57
|
+
`analyzeGap.timeoutMinutes`, `analyzeGap.testAuditProvider`, `analyzeGap.testAuditModelId`, and
|
|
57
58
|
`analyzeGap.testAuditThinkingLevel`. Fargate resources are selected automatically and are not
|
|
58
59
|
configured in this menu.
|
|
59
60
|
|
|
@@ -124,8 +125,8 @@ On-Demand fallback. Spot interruptions are retried according to `fargate.maxRetr
|
|
|
124
125
|
|
|
125
126
|
`cluster`, `subnetIds`, and `securityGroupId` are optional when a default VPC is available.
|
|
126
127
|
With `adaptiveResourceProfile: true`, the first run uses `resourceProfile`; later runs upgrade
|
|
127
|
-
when normalized CPU is at least
|
|
128
|
-
least 95% for under
|
|
128
|
+
when normalized CPU is at least 95% for more than seven minutes, downgrade when CPU is at
|
|
129
|
+
least 95% for under two minutes, and otherwise retain the profile. Only the selected next
|
|
129
130
|
profile is written to `projectProfiles`; CPU telemetry is included in `shipd_report.json` but
|
|
130
131
|
no telemetry history is retained. Set `projectProfiles` to override resources per repository:
|
|
131
132
|
`{"C:/path/to/repo":"large"}`.
|