@juicesharp/rpiv-pi 0.11.3 → 0.11.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/package.json
CHANGED
|
@@ -382,7 +382,7 @@ Before writing the artifact, spawn ONE `codebase-analyzer` whose sole job is to
|
|
|
382
382
|
[paste the full reconciled severity map — each finding with its file:line citation, verbatim line quote per the citation contract, and severity tier]
|
|
383
383
|
|
|
384
384
|
For EACH finding:
|
|
385
|
-
1.
|
|
385
|
+
1. `grep -n` the verbatim quote in the cited file. Absent → Falsified. Present at a different line → rewrite the citation to the actual line, then continue. Present at cited line → continue.
|
|
386
386
|
2. If the finding makes a claim about behavior reachable elsewhere (consumer filters, dispatch registrations, peer aggregates, upstream guards, downstream sinks), Read those referenced files too. Do NOT trust the patch-only view.
|
|
387
387
|
3. If the finding claims a state is "stranded" / a predicate is "false-promise" / a precondition is "missing" — construct a concrete 2–3 line reproducer trace: "caller at A:L invokes B:L with entity in state X; guard at C:L rejects; exit path would require D which the code does not provide." If you cannot construct it, the finding is Weakened.
|
|
388
388
|
4. If the finding was marked `resolved-by: <hash>` in Step 5, Read the resolving commit's changes on the reviewed branch (via `git show <hash> -- <file>`) and confirm the resolution is actually present at TIP.
|
|
@@ -79,18 +79,22 @@ Missing/Diverged rows drive: [finding IDs]
|
|
|
79
79
|
|
|
80
80
|
## Impact
|
|
81
81
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
| consumer | change | findings |
|
|
83
|
+
| --- | --- | --- |
|
|
84
|
+
| `[file:line]` | [change class] | [IDs] |
|
|
85
85
|
|
|
86
86
|
───────────────────────────────────────────────────────────────────
|
|
87
87
|
|
|
88
88
|
## Precedents
|
|
89
|
-
|
|
89
|
+
|
|
90
|
+
| commit | subject | follow-ups / note |
|
|
91
|
+
| --- | --- | --- |
|
|
92
|
+
| `[hash]` | [commit subject] | [30d follow-ups, or "NOT ancestor of [TIP]", or note] |
|
|
90
93
|
|
|
91
94
|
Recurring lessons (most → least):
|
|
92
|
-
|
|
93
|
-
|
|
95
|
+
|
|
96
|
+
1. [composite lesson]
|
|
97
|
+
2. ...
|
|
94
98
|
|
|
95
99
|
───────────────────────────────────────────────────────────────────
|
|
96
100
|
|