@forwardimpact/pathway 0.16.0 → 0.16.1

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": "@forwardimpact/pathway",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Career progression web app and CLI for exploring roles and generating agent teams",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -59,17 +59,17 @@ override general knowledge.
59
59
 
60
60
  Each skill file contains XML-tagged sections for precise navigation:
61
61
 
62
- - **`<{{stageId}}_read_then_do>`** — Read-Then-Do checklist for the
62
+ - `<read_then_do_{{stageId}}>` — Read-Then-Do checklist for the
63
63
  {{stageName}} stage. Read and understand these items BEFORE starting work.
64
64
  These are prerequisites and context you must absorb first.
65
- - **`<{{stageId}}_do_then_confirm>`** — Do-Then-Confirm checklist for the
65
+ - `<do_then_confirm_{{stageId}}>` — Do-Then-Confirm checklist for the
66
66
  {{stageName}} stage. Complete your work, then verify each item. These are
67
67
  quality gates to check AFTER implementation.
68
- - **`<required_tools>`** — Mandatory tools for this skill. You MUST use these
68
+ - `<required_tools>` — Mandatory tools for this skill. You MUST use these
69
69
  organizational standards that override general knowledge or personal
70
70
  preferences.
71
71
  {{#isOnboard}}
72
- - **`<onboarding_steps>`** — Step-by-step environment setup instructions.
72
+ - `<onboarding_steps>` — Step-by-step environment setup instructions.
73
73
  Follow these to install prerequisites and configure the development
74
74
  environment. Focus on setup only — do not begin feature implementation.
75
75
  {{/isOnboard}}
@@ -17,23 +17,23 @@ description: {{{description}}}{{#hasUseWhen}} Use When: {{{useWhen}}}{{/hasUseWh
17
17
 
18
18
  **Focus:** {{{focus}}}
19
19
 
20
- <{{stageId}}_read_then_do>
20
+ <read_then_do_{{stageId}}>
21
21
 
22
22
  **Read-Then-Do Checklist:**
23
23
  {{#readChecklist}}
24
24
  - [ ] {{{.}}}
25
25
  {{/readChecklist}}
26
26
 
27
- </{{stageId}}_read_then_do>
27
+ </read_then_do_{{stageId}}>
28
28
 
29
- <{{stageId}}_do_then_confirm>
29
+ <do_then_confirm_{{stageId}}>
30
30
 
31
31
  **Do-Then-Confirm Checklist:**
32
32
  {{#confirmChecklist}}
33
33
  - [ ] {{{.}}}
34
34
  {{/confirmChecklist}}
35
35
 
36
- </{{stageId}}_do_then_confirm>
36
+ </do_then_confirm_{{stageId}}>
37
37
  {{/stages}}
38
38
  {{/hasStages}}
39
39
  {{#hasToolReferences}}