@exaudeus/workrail 0.2.5-beta.4 → 0.2.5-beta.5
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
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"appendNit(): Append Nit grouped by file: 'path:line — nit text'.",
|
|
38
38
|
"appendMRComment(): Append copy-ready MR comment: file:line, short title, rationale, optional tiny diff.",
|
|
39
39
|
"logRevision(): Append timestamped message to the Revision Log describing the update.",
|
|
40
|
-
"discoverHygieneSignals(): In moduleRoot, scan changed files + neighbors for: disabled/skipped
|
|
40
|
+
"discoverHygieneSignals(): In moduleRoot, scan changed files + neighbors for: focused/disabled/skipped tests; no‑assert tests; commented‑out code; stale/misleading comments; TODO/FIXME/HACK/BUG w/o tickets or stale; pattern inconsistencies; ad‑hoc debug prints; unused/unreachable code.",
|
|
41
41
|
"consolidateHygieneFindings(): Cap total ≤10 and ≤3 per category; dedupe; group by file; elevate Major only for clearly risky cases; produce category counts and capped items.",
|
|
42
42
|
"appendHygieneFinding(): Append hygiene bullet grouped by file: 'path:line — short note (≤2 lines)'; if duplicated in Nits, reference '(linked in Nits)'.",
|
|
43
|
-
"finalizeReviewDocument(): Trivial
|
|
43
|
+
"finalizeReviewDocument(): Trivial—brief approve summary; ≤2 hygiene; quick nits; set status=Final; log. Non‑trivial—exec summary (3 positives, 3 risks, recommendation); dedupe/sort findings; ensure sections + curated comments for Critical/Major; set status=Final; log."
|
|
44
44
|
],
|
|
45
45
|
"steps": [
|
|
46
46
|
{
|