@sreetej510/pi-shipd-checks 0.9.9 → 0.9.10

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 +9 -10
  2. package/dist/index.js +57 -57
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -143,14 +143,14 @@ On-Demand fallback. Spot interruptions are retried according to `fargate.maxRetr
143
143
  ```
144
144
 
145
145
  `cluster`, `subnetIds`, and `securityGroupId` are optional when a default VPC is available.
146
- With `adaptiveResourceProfile: true`, the first solver-gap or quality patch-precheck run for
147
- a repository uses `resourceProfile` (unless `projectProfiles` already overrides it); later runs
148
- upgrade when normalized CPU is at least 95% for more than seven
149
- minutes, downgrade when CPU is at least 95% for under two minutes, and otherwise retain the
150
- profile. Only the selected next profile is written to `projectProfiles`; CPU telemetry is
151
- included in `shipd_report.json` for solver-gap runs, but no telemetry history is retained. Set
152
- `projectProfiles` to override resources per repository:
153
- `{"C:/path/to/repo":"large"}`.
146
+ With `adaptiveResourceProfile: true`, solver-gap runs use `resourceProfile` initially and adapt
147
+ on later runs (unless `projectProfiles` already overrides the repository). They upgrade when
148
+ normalized CPU is at least 95% for more than seven minutes, downgrade when CPU is at least 95%
149
+ for under two minutes, and otherwise retain the profile. Only the selected next profile is
150
+ written to `projectProfiles`; CPU telemetry is included in `shipd_report.json` for solver-gap
151
+ runs, but no telemetry history is retained. Quality patch prechecks always use the `medium`
152
+ profile and do not update adaptive sizing. Set `projectProfiles` to override solver-gap
153
+ resources per repository: `{"C:/path/to/repo":"large"}`.
154
154
 
155
155
  5. Restart pi, use `/checks --config` to select the solver and reviewer models, then run
156
156
  `/checks --solver-gap-finder`. Projects need `Dockerfile`, `agent_prompt.md`,
@@ -168,8 +168,7 @@ credential from the local pi auth state for the task; never put the credential i
168
168
  Use `/analyze:on` and `/analyze:off` to control the gap-finder and solution-precheck tools per project, like HPC. The
169
169
  enabled project list is stored alongside the other settings in `~/.pi/agent/checks-config.json`.
170
170
 
171
- The patch precheck applies `test.patch`, creates isolated workspaces with and without `solution.patch`, and runs the
172
- base suites concurrently in both workspaces followed by the new suites concurrently in both workspaces. It requires
171
+ The patch precheck always uses the `medium` Fargate profile. It applies `test.patch`, creates isolated workspaces with and without `solution.patch`, and runs the base suites concurrently in both workspaces followed by the new suites concurrently in both workspaces. It requires
173
172
  `./test.sh base` to pass, requires every `./test.sh new` testcase to fail or error individually (with no suite-level error)
174
173
  before `solution.patch`, then requires both base and new suites to pass after the solution patch. A failed precheck aborts
175
174
  before Shipd is opened and includes the Linux platform, a human-readable phase, and failed/errored test names in the tool error.