@nerviq/cli 1.12.0 → 1.13.0

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.
@@ -41,18 +41,25 @@ const P0_SOURCES = [
41
41
  stalenessThresholdDays: 30,
42
42
  verifiedAt: '2026-04-07',
43
43
  },
44
- {
45
- key: 'windsurf-workflows-docs',
46
- label: 'Workflows Documentation',
47
- url: 'https://docs.windsurf.com/windsurf/cascade/workflows',
48
- stalenessThresholdDays: 30,
49
- verifiedAt: '2026-04-07',
50
- },
51
- {
52
- key: 'windsurf-steps-docs',
53
- label: 'Steps Documentation (via Workflows)',
54
- url: 'https://docs.windsurf.com/windsurf/cascade/workflows',
55
- stalenessThresholdDays: 30,
44
+ {
45
+ key: 'windsurf-workflows-docs',
46
+ label: 'Workflows Documentation',
47
+ url: 'https://docs.windsurf.com/windsurf/cascade/workflows',
48
+ stalenessThresholdDays: 30,
49
+ verifiedAt: '2026-04-07',
50
+ },
51
+ {
52
+ key: 'windsurf-models-docs',
53
+ label: 'Windsurf Models & BYOK',
54
+ url: 'https://docs.windsurf.com/windsurf/models',
55
+ stalenessThresholdDays: 14,
56
+ verifiedAt: '2026-04-10',
57
+ },
58
+ {
59
+ key: 'windsurf-steps-docs',
60
+ label: 'Steps Documentation (via Workflows)',
61
+ url: 'https://docs.windsurf.com/windsurf/cascade/workflows',
62
+ stalenessThresholdDays: 30,
56
63
  verifiedAt: '2026-04-07',
57
64
  },
58
65
  {
@@ -140,15 +147,23 @@ const PROPAGATION_CHECKLIST = [
140
147
  'src/windsurf/patch.js — update patchCascadeignore',
141
148
  ],
142
149
  },
143
- {
144
- trigger: '10K char rule limit change',
145
- targets: [
146
- 'src/windsurf/techniques.js — update WS-A05, WS-L05',
147
- 'src/windsurf/context.js — update overLimit calculation',
148
- 'src/windsurf/governance.js — update rule-char-limit caveat',
149
- ],
150
- },
151
- ];
150
+ {
151
+ trigger: '10K char rule limit change',
152
+ targets: [
153
+ 'src/windsurf/techniques.js — update WS-A05, WS-L05',
154
+ 'src/windsurf/context.js — update overLimit calculation',
155
+ 'src/windsurf/governance.js — update rule-char-limit caveat',
156
+ ],
157
+ },
158
+ {
159
+ trigger: 'Windsurf model catalog / BYOK / pricing behavior change',
160
+ targets: [
161
+ 'src/windsurf/techniques.js — update model-awareness and cost/trust assumptions',
162
+ 'src/windsurf/governance.js — update BYOK and model-selection caveats',
163
+ 'src/source-urls.js — refresh Windsurf model source mappings',
164
+ ],
165
+ },
166
+ ];
152
167
 
153
168
  /**
154
169
  * Release gate: check if all P0 sources are within staleness threshold.