ccqa 1.31.3 → 1.31.4
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/dist/bin/ccqa.mjs +15 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/bin/ccqa.mjs
CHANGED
|
@@ -15903,6 +15903,21 @@ For a \`mode: live\` spec there is no generated surface, so always \`spec\`.
|
|
|
15903
15903
|
|
|
15904
15904
|
${surfaceAxisAside("`TEST_DRIFT`")}
|
|
15905
15905
|
|
|
15906
|
+
## What the \`replay-unstable\` comments are
|
|
15907
|
+
|
|
15908
|
+
Generated code may carry \`// [warn] replay-unstable: ...\` comments. These are
|
|
15909
|
+
observations from the one validation replay run right after recording — a
|
|
15910
|
+
selector that did not appear within its timeout *in that run*, on that day's
|
|
15911
|
+
data and load. They are diagnostic breadcrumbs, not part of the test, and a
|
|
15912
|
+
slow environment produces them on selectors that are perfectly correct.
|
|
15913
|
+
|
|
15914
|
+
Judge the selector the comment sits on like any other: find its string in the
|
|
15915
|
+
source. If it is there, the comment alone is **not** drift evidence — do not
|
|
15916
|
+
cite a \`replay-unstable\` comment as your evidence for TEST_DRIFT. If the
|
|
15917
|
+
string is genuinely absent from the source, the finding stands on that
|
|
15918
|
+
absence, with the source as the citation, whether or not a comment happens to
|
|
15919
|
+
sit nearby.
|
|
15920
|
+
|
|
15906
15921
|
## Earning each answer
|
|
15907
15922
|
|
|
15908
15923
|
- **No drift is a claim, not a default.** Make it after picking the concrete strings from *every* surface you were given — the spec's \`expected\` and the generated code's selectors alike — and finding each of them in the source. Clearing the test case because one surface checked out is the most common way to miss a real finding. If you never looked, the honest answer is UNKNOWN.
|
package/dist/package.json
CHANGED