ccqa 1.19.0 → 1.20.1
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 -2
- package/dist/bin/ccqa.mjs +524 -398
- package/dist/hub-client/index.d.mts +14 -8
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -150,8 +150,9 @@ deploy lands
|
|
|
150
150
|
The audit costs cents; a live spec costs dollars. Filtering first leaves
|
|
151
151
|
a run whose failures are worth reading. `deploy record` decides which specs
|
|
152
152
|
the range reaches unless you pass `--no-select-specs`; a range recorded
|
|
153
|
-
without that decision
|
|
154
|
-
hole
|
|
153
|
+
without that decision is assumed reached — a full audit sweep and a full run
|
|
154
|
+
of everything behind it, not a question mark — and nothing fills the hole in
|
|
155
|
+
later.
|
|
155
156
|
|
|
156
157
|
| Job | Trigger | Question it answers |
|
|
157
158
|
|---|---|---|
|