@codedrifters/configulator 0.0.392 → 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 CHANGED
@@ -5091,16 +5091,44 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
5091
5091
  * identical `ac=9 / src=2` dimensions, so the template's shape
5092
5092
  * itself is what trips the global cap. Cap: `mediumMax: 12` on
5093
5093
  * the AC axis (max observed 9 + ~3 headroom); sources unchanged.
5094
+ * - `research:scope` — the `research-analyst` Phase-1 scope phase
5095
+ * decomposes a research question and writes a single scope file
5096
+ * whose ACs are the per-section content checklist for that one
5097
+ * deliverable (question decomposition, per-slice briefs, and the
5098
+ * acceptance criteria for the final deliverable), not a phase-
5099
+ * completion checklist that can be decomposed. Sibling of
5100
+ * `research:verify` in the same pipeline; observed ac=7
5101
+ * (`codedrifters/openhi-planning`#6034). Cap: `mediumMax: 12` on
5102
+ * the AC axis (matching the `research:verify` sibling); sources
5103
+ * unchanged.
5094
5104
  * - `software:profile` — software-product profile pages enumerate
5095
5105
  * per-section content invariants (overview, vendor, integrations,
5096
5106
  * pricing, security posture, …). Max observed 11 ACs in the same
5097
5107
  * openhi-planning sample; cap: `mediumMax: 14` on the AC axis
5098
5108
  * (max observed + 3 headroom); sources unchanged.
5109
+ * - `software:research` — the `software-profile` Phase-1 research
5110
+ * phase gathers public sources and writes a single bounded
5111
+ * research-notes file whose ACs are the per-section content
5112
+ * checklist for that one deliverable, not a decomposable plan.
5113
+ * Sibling of `software:profile` in the same pipeline; observed
5114
+ * ac=8 (`codedrifters/openhi-planning`#6259). Cap: `mediumMax: 14`
5115
+ * on the AC axis (matching the `software:profile` sibling);
5116
+ * sources unchanged.
5099
5117
  * - `regulatory:research` — single regulation pages carry per-
5100
5118
  * section ACs covering jurisdiction, scope, obligations,
5101
5119
  * penalties, and effective dates. Single-document conformance
5102
5120
  * scans run ac=11; cap: `mediumMax: 12` on the AC axis;
5103
5121
  * sources unchanged.
5122
+ * - `regulatory:impact` — the `regulatory-research` Phase-3 impact
5123
+ * phase is synthesis-only (no web searches): it appends a single
5124
+ * `## Impact` section to the regulation page — product-impact
5125
+ * assessment, capability-gap enumeration, and obligation hand-offs
5126
+ * — whose ACs are the per-section content checklist for that one
5127
+ * document section. Sibling of `regulatory:research`; observed
5128
+ * ac=9 (`codedrifters/openhi-planning`#3505). Cap: `mediumMax: 10`
5129
+ * on the AC axis (observed max 9 + headroom; the tighter cap
5130
+ * versus the research sibling's 12 reflects the narrower
5131
+ * single-section deliverable); sources unchanged.
5104
5132
  * - `standards:research` — single standard-version research notes
5105
5133
  * enumerate one cohesive deliverable across per-section ACs
5106
5134
  * (candidate encodings, reconciliation, storage/query analysis,
@@ -5140,6 +5168,23 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
5140
5168
  * leadership, history, sources, …) is the content spec for that
5141
5169
  * single document, not a decomposable plan. Cap: `mediumMax: 12`
5142
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.
5143
5188
  * - `req:draft-trace` — the `requirements-analyst` draft-trace
5144
5189
  * phase emits a single proposal-with-traceability document whose
5145
5190
  * ACs enumerate per-section content invariants. Sibling of
package/lib/index.d.ts CHANGED
@@ -5140,16 +5140,44 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
5140
5140
  * identical `ac=9 / src=2` dimensions, so the template's shape
5141
5141
  * itself is what trips the global cap. Cap: `mediumMax: 12` on
5142
5142
  * the AC axis (max observed 9 + ~3 headroom); sources unchanged.
5143
+ * - `research:scope` — the `research-analyst` Phase-1 scope phase
5144
+ * decomposes a research question and writes a single scope file
5145
+ * whose ACs are the per-section content checklist for that one
5146
+ * deliverable (question decomposition, per-slice briefs, and the
5147
+ * acceptance criteria for the final deliverable), not a phase-
5148
+ * completion checklist that can be decomposed. Sibling of
5149
+ * `research:verify` in the same pipeline; observed ac=7
5150
+ * (`codedrifters/openhi-planning`#6034). Cap: `mediumMax: 12` on
5151
+ * the AC axis (matching the `research:verify` sibling); sources
5152
+ * unchanged.
5143
5153
  * - `software:profile` — software-product profile pages enumerate
5144
5154
  * per-section content invariants (overview, vendor, integrations,
5145
5155
  * pricing, security posture, …). Max observed 11 ACs in the same
5146
5156
  * openhi-planning sample; cap: `mediumMax: 14` on the AC axis
5147
5157
  * (max observed + 3 headroom); sources unchanged.
5158
+ * - `software:research` — the `software-profile` Phase-1 research
5159
+ * phase gathers public sources and writes a single bounded
5160
+ * research-notes file whose ACs are the per-section content
5161
+ * checklist for that one deliverable, not a decomposable plan.
5162
+ * Sibling of `software:profile` in the same pipeline; observed
5163
+ * ac=8 (`codedrifters/openhi-planning`#6259). Cap: `mediumMax: 14`
5164
+ * on the AC axis (matching the `software:profile` sibling);
5165
+ * sources unchanged.
5148
5166
  * - `regulatory:research` — single regulation pages carry per-
5149
5167
  * section ACs covering jurisdiction, scope, obligations,
5150
5168
  * penalties, and effective dates. Single-document conformance
5151
5169
  * scans run ac=11; cap: `mediumMax: 12` on the AC axis;
5152
5170
  * sources unchanged.
5171
+ * - `regulatory:impact` — the `regulatory-research` Phase-3 impact
5172
+ * phase is synthesis-only (no web searches): it appends a single
5173
+ * `## Impact` section to the regulation page — product-impact
5174
+ * assessment, capability-gap enumeration, and obligation hand-offs
5175
+ * — whose ACs are the per-section content checklist for that one
5176
+ * document section. Sibling of `regulatory:research`; observed
5177
+ * ac=9 (`codedrifters/openhi-planning`#3505). Cap: `mediumMax: 10`
5178
+ * on the AC axis (observed max 9 + headroom; the tighter cap
5179
+ * versus the research sibling's 12 reflects the narrower
5180
+ * single-section deliverable); sources unchanged.
5153
5181
  * - `standards:research` — single standard-version research notes
5154
5182
  * enumerate one cohesive deliverable across per-section ACs
5155
5183
  * (candidate encodings, reconciliation, storage/query analysis,
@@ -5189,6 +5217,23 @@ declare const DEFAULT_SOURCES_THRESHOLDS: ScopeGateThresholds;
5189
5217
  * leadership, history, sources, …) is the content spec for that
5190
5218
  * single document, not a decomposable plan. Cap: `mediumMax: 12`
5191
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.
5192
5237
  * - `req:draft-trace` — the `requirements-analyst` draft-trace
5193
5238
  * phase emits a single proposal-with-traceability document whose
5194
5239
  * ACs enumerate per-section content invariants. Sibling of
package/lib/index.js CHANGED
@@ -14213,12 +14213,21 @@ var DEFAULT_BUNDLE_OVERRIDES = {
14213
14213
  "research:verify": {
14214
14214
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14215
14215
  },
14216
+ "research:scope": {
14217
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14218
+ },
14216
14219
  "software:profile": {
14217
14220
  acceptanceCriteria: { smallMax: 3, mediumMax: 14 }
14218
14221
  },
14222
+ "software:research": {
14223
+ acceptanceCriteria: { smallMax: 3, mediumMax: 14 }
14224
+ },
14219
14225
  "regulatory:research": {
14220
14226
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14221
14227
  },
14228
+ "regulatory:impact": {
14229
+ acceptanceCriteria: { smallMax: 3, mediumMax: 10 }
14230
+ },
14222
14231
  "standards:research": {
14223
14232
  acceptanceCriteria: { smallMax: 3, mediumMax: 10 }
14224
14233
  },
@@ -14246,6 +14255,12 @@ var DEFAULT_BUNDLE_OVERRIDES = {
14246
14255
  "company:draft": {
14247
14256
  acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14248
14257
  },
14258
+ "business-models:canvas": {
14259
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14260
+ },
14261
+ "business-models:complete": {
14262
+ acceptanceCriteria: { smallMax: 3, mediumMax: 12 }
14263
+ },
14249
14264
  "req:draft-trace": {
14250
14265
  acceptanceCriteria: { smallMax: 3, mediumMax: 20 }
14251
14266
  },