@windyroad/itil 0.35.16-preview.425 → 0.35.16-preview.428

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": "@windyroad/itil",
3
- "version": "0.35.16-preview.425",
3
+ "version": "0.35.16-preview.428",
4
4
  "description": "ITIL-aligned IT service management for Claude Code (problem, and future incident/change skills)",
5
5
  "bin": {
6
6
  "windyroad-itil": "./bin/install.mjs"
@@ -168,6 +168,6 @@ EOF
168
168
  # in the SKILL body. Behavioural assertion on the presence of the
169
169
  # load-bearing call path; without it, manage-rfc transitions would
170
170
  # silently leave the body section stale.
171
- run grep -E 'update-rfc-references-section\.sh.*Stories' "$MANAGE_RFC"
171
+ run grep -E 'wr-itil-update-rfc-references-section.*Stories' "$MANAGE_RFC"
172
172
  [ "$status" -eq 0 ]
173
173
  }
@@ -108,7 +108,7 @@ for pid_token in $(grep -oE '<meta name="problems" content="[^"]*"' "$map_file"
108
108
  git add "$problem_file"
109
109
  done
110
110
 
111
- # Same for JTBDs via update-jtbd-references-section.sh "Story Maps"
111
+ # Same for JTBDs via wr-itil-update-jtbd-references-section "Story Maps"
112
112
  ```
113
113
 
114
114
  Per architect amend finding 2 on Slice 7: story-map HTML files do NOT carry an auto-maintained markdown reverse-trace section themselves (the `<a class="slice">` data-attribute traces are authored manually during backbone design). No reverse-trace refresh on the map itself; reverse-trace only flows OUT to problem + JTBD parents.
@@ -43,12 +43,12 @@ setup() {
43
43
  }
44
44
 
45
45
  @test "manage-story-map: SKILL.md names reverse-trace refresh on problem parents via Story Maps section" {
46
- run grep -E 'update-problem-references-section\.sh.*Story Maps' "$SKILL_FILE"
46
+ run grep -E 'wr-itil-update-problem-references-section.*Story Maps' "$SKILL_FILE"
47
47
  [ "$status" -eq 0 ]
48
48
  }
49
49
 
50
50
  @test "manage-story-map: SKILL.md names reverse-trace refresh on JTBD parents via Story Maps section" {
51
- run grep -E 'update-jtbd-references-section\.sh.*Story Maps' "$SKILL_FILE"
51
+ run grep -E 'wr-itil-update-jtbd-references-section.*Story Maps' "$SKILL_FILE"
52
52
  [ "$status" -eq 0 ]
53
53
  }
54
54