@codedrifters/configulator 0.0.393 → 0.0.394
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/lib/index.d.mts +17 -0
- package/lib/index.d.ts +17 -0
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +6 -0
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
|
@@ -5168,6 +5168,23 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
|
|
|
5168
5168
|
* leadership, history, sources, …) is the content spec for that
|
|
5169
5169
|
* single document, not a decomposable plan. Cap: `mediumMax: 12`
|
|
5170
5170
|
* on the AC axis; sources unchanged.
|
|
5171
|
+
* - `business-models:canvas` / `business-models:complete` — the
|
|
5172
|
+
* business-models pipeline authors one cohesive Business Model
|
|
5173
|
+
* Canvas document per segment across two content-spec phases that
|
|
5174
|
+
* edit the SAME `business-model.md` file. The canvas phase writes
|
|
5175
|
+
* the nine Osterwalder blocks + segment index + downstream handoff;
|
|
5176
|
+
* the complete phase appends BIZBOK value streams, size / geographic
|
|
5177
|
+
* / regulatory variations, and the value-stream-to-capability
|
|
5178
|
+
* linking table. Both AC lists are the per-section content checklist
|
|
5179
|
+
* for that single indivisible document, not a phase-completion
|
|
5180
|
+
* checklist that can be decomposed — a single canvas cannot be split
|
|
5181
|
+
* into sequential sub-issues without every phase editing the same
|
|
5182
|
+
* file. A representative canvas issue observed at ac=7
|
|
5183
|
+
* (`codedrifters/openhi-planning`#13613). Cap: `mediumMax: 12` on the
|
|
5184
|
+
* AC axis for both (matching the `bcm:*` / `company:research`
|
|
5185
|
+
* document-authoring norm; the complete phase is a multi-section
|
|
5186
|
+
* append, so it takes the same cap as its canvas sibling rather than
|
|
5187
|
+
* a tighter single-section cap); sources unchanged.
|
|
5171
5188
|
* - `req:draft-trace` — the `requirements-analyst` draft-trace
|
|
5172
5189
|
* phase emits a single proposal-with-traceability document whose
|
|
5173
5190
|
* ACs enumerate per-section content invariants. Sibling of
|
package/lib/index.d.ts
CHANGED
|
@@ -5217,6 +5217,23 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
|
|
|
5217
5217
|
* leadership, history, sources, …) is the content spec for that
|
|
5218
5218
|
* single document, not a decomposable plan. Cap: `mediumMax: 12`
|
|
5219
5219
|
* on the AC axis; sources unchanged.
|
|
5220
|
+
* - `business-models:canvas` / `business-models:complete` — the
|
|
5221
|
+
* business-models pipeline authors one cohesive Business Model
|
|
5222
|
+
* Canvas document per segment across two content-spec phases that
|
|
5223
|
+
* edit the SAME `business-model.md` file. The canvas phase writes
|
|
5224
|
+
* the nine Osterwalder blocks + segment index + downstream handoff;
|
|
5225
|
+
* the complete phase appends BIZBOK value streams, size / geographic
|
|
5226
|
+
* / regulatory variations, and the value-stream-to-capability
|
|
5227
|
+
* linking table. Both AC lists are the per-section content checklist
|
|
5228
|
+
* for that single indivisible document, not a phase-completion
|
|
5229
|
+
* checklist that can be decomposed — a single canvas cannot be split
|
|
5230
|
+
* into sequential sub-issues without every phase editing the same
|
|
5231
|
+
* file. A representative canvas issue observed at ac=7
|
|
5232
|
+
* (`codedrifters/openhi-planning`#13613). Cap: `mediumMax: 12` on the
|
|
5233
|
+
* AC axis for both (matching the `bcm:*` / `company:research`
|
|
5234
|
+
* document-authoring norm; the complete phase is a multi-section
|
|
5235
|
+
* append, so it takes the same cap as its canvas sibling rather than
|
|
5236
|
+
* a tighter single-section cap); sources unchanged.
|
|
5220
5237
|
* - `req:draft-trace` — the `requirements-analyst` draft-trace
|
|
5221
5238
|
* phase emits a single proposal-with-traceability document whose
|
|
5222
5239
|
* ACs enumerate per-section content invariants. Sibling of
|
package/lib/index.js
CHANGED
|
@@ -14255,6 +14255,12 @@ var DEFAULT_BUNDLE_OVERRIDES = {
|
|
|
14255
14255
|
"company:draft": {
|
|
14256
14256
|
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
14257
14257
|
},
|
|
14258
|
+
"business-models:canvas": {
|
|
14259
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
14260
|
+
},
|
|
14261
|
+
"business-models:complete": {
|
|
14262
|
+
acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
|
|
14263
|
+
},
|
|
14258
14264
|
"req:draft-trace": {
|
|
14259
14265
|
acceptanceCriteria: { smallMax: 3, mediumMax: 20 }
|
|
14260
14266
|
},
|