@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exaudeus/workrail",
3
- "version": "0.2.5-beta.4",
3
+ "version": "0.2.5-beta.5",
4
4
  "description": "MCP server for structured workflow orchestration and step-by-step task guidance",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -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/focused tests; no-assert tests; commented-out code; stale/misleading comments; TODO/FIXME/HACK/BUG w/o ticket or stale; pattern inconsistencies; ad-hoc debug prints; obvious unused/unreachable.",
40
+ "discoverHygieneSignals(): In moduleRoot, scan changed files + neighbors for: focused/disabled/skipped tests; noassert tests; commentedout code; stale/misleading comments; TODO/FIXME/HACK/BUG w/o tickets or stale; pattern inconsistencies; adhoc 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: brief summary approve, light hygiene (≤2), quick nits, status=Final, log. Non-trivial: exec summary (3 positives, 3 risks, recommendation), dedupe/sort findings, ensure sections + curated comments for Critical/Major, status=Final, log."
43
+ "finalizeReviewDocument(): Trivialbrief approve summary; ≤2 hygiene; quick nits; set status=Final; log. Nontrivialexec 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
  {