@codedrifters/configulator 0.0.228 → 0.0.230

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
@@ -1183,7 +1183,7 @@ declare const requirementsAnalystBundle: AgentRuleBundle;
1183
1183
  * does **not** ship its own copy of the requirement category
1184
1184
  * templates. The reviewer reads them from the path the
1185
1185
  * `requirements-writer` bundle ships
1186
- * (`.claude/skills/requirements-writer/_references/templates/`). If a
1186
+ * (`.claude/skills/write-requirement/_references/templates/`). If a
1187
1187
  * consuming project disables the writer bundle but enables this one,
1188
1188
  * the project must supply equivalent templates at the same path.
1189
1189
  *
package/lib/index.d.ts CHANGED
@@ -1232,7 +1232,7 @@ declare const requirementsAnalystBundle: AgentRuleBundle;
1232
1232
  * does **not** ship its own copy of the requirement category
1233
1233
  * templates. The reviewer reads them from the path the
1234
1234
  * `requirements-writer` bundle ships
1235
- * (`.claude/skills/requirements-writer/_references/templates/`). If a
1235
+ * (`.claude/skills/write-requirement/_references/templates/`). If a
1236
1236
  * consuming project disables the writer bundle but enables this one,
1237
1237
  * the project must supply equivalent templates at the same path.
1238
1238
  *
package/lib/index.js CHANGED
@@ -7854,7 +7854,7 @@ var requirementsReviewerSubAgent = {
7854
7854
  "available at:",
7855
7855
  "",
7856
7856
  "```",
7857
- ".claude/skills/requirements-writer/_references/templates/",
7857
+ ".claude/skills/write-requirement/_references/templates/",
7858
7858
  "```",
7859
7859
  "",
7860
7860
  "Those templates are shipped by the `requirements-writer` bundle \u2014",
@@ -7866,7 +7866,7 @@ var requirementsReviewerSubAgent = {
7866
7866
  "",
7867
7867
  "Read the templates before reviewing each document so you know which",
7868
7868
  "sections are required for that category. The standards reference at",
7869
- "`.claude/skills/requirements-writer/_references/standards-and-frameworks.md`",
7869
+ "`.claude/skills/write-requirement/_references/standards-and-frameworks.md`",
7870
7870
  "(also shipped by the writer bundle) is useful when evaluating",
7871
7871
  "whether a SEC/NFR/INT requirement meets the depth expected by its",
7872
7872
  "governing standard.",
@@ -7906,8 +7906,8 @@ var requirementsReviewerSubAgent = {
7906
7906
  "|-------------|---------|---------|",
7907
7907
  "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
7908
7908
  "| `<REVIEW_REPORTS_ROOT>` | Where review reports are written | `docs/research/reviews/` |",
7909
- "| `<TEMPLATES_ROOT>` | Where the writer bundle ships category templates (read-only for this agent) | `.claude/skills/requirements-writer/_references/templates/` |",
7910
- "| `<STANDARDS_REF>` | Standards & frameworks reference shipped by the writer bundle | `.claude/skills/requirements-writer/_references/standards-and-frameworks.md` |",
7909
+ "| `<TEMPLATES_ROOT>` | Where the writer bundle ships category templates (read-only for this agent) | `.claude/skills/write-requirement/_references/templates/` |",
7910
+ "| `<STANDARDS_REF>` | Standards & frameworks reference shipped by the writer bundle | `.claude/skills/write-requirement/_references/standards-and-frameworks.md` |",
7911
7911
  "",
7912
7912
  "If `docs/project-context.md` specifies a different requirements",
7913
7913
  "tree, prefer that. Otherwise fall back to the defaults above.",
@@ -8432,7 +8432,7 @@ var requirementsReviewerSubAgent = {
8432
8432
  };
8433
8433
  var reviewRequirementsSkill = {
8434
8434
  name: "review-requirements",
8435
- description: "Audit existing requirement documents (BR / FR / NFR / TR / ADR / SEC / DR / INT / OPS / UX / MT) for structural compliance, categorization, traceability, cross-reference integrity, sequence integrity, content quality, registry sync, decision-authority compliance, tier classification, and cross-referencing conventions. Supports four scopes (full audit, category, single document, targeted check) and dispatches the requirements-reviewer agent. Audits documents \u2014 never writes them. Soft dependency: expects requirement templates at `.claude/skills/requirements-writer/_references/templates/`, shipped by the requirements-writer bundle.",
8435
+ description: "Audit existing requirement documents (BR / FR / NFR / TR / ADR / SEC / DR / INT / OPS / UX / MT) for structural compliance, categorization, traceability, cross-reference integrity, sequence integrity, content quality, registry sync, decision-authority compliance, tier classification, and cross-referencing conventions. Supports four scopes (full audit, category, single document, targeted check) and dispatches the requirements-reviewer agent. Audits documents \u2014 never writes them. Soft dependency: expects requirement templates at `.claude/skills/write-requirement/_references/templates/`, shipped by the requirements-writer bundle.",
8436
8436
  disableModelInvocation: true,
8437
8437
  userInvocable: true,
8438
8438
  context: "fork",
@@ -8448,7 +8448,7 @@ var reviewRequirementsSkill = {
8448
8448
  "## Soft Dependency",
8449
8449
  "",
8450
8450
  "This skill reads requirement category templates from",
8451
- "`.claude/skills/requirements-writer/_references/templates/`,",
8451
+ "`.claude/skills/write-requirement/_references/templates/`,",
8452
8452
  "which is shipped by the `requirements-writer` bundle. If your",
8453
8453
  "project does not use the `requirements-writer` bundle, supply",
8454
8454
  "equivalent templates at the same path before running a review.",
@@ -8554,7 +8554,7 @@ var requirementsReviewerBundle = {
8554
8554
  "",
8555
8555
  "**Soft dependency on the `requirements-writer` bundle.** The",
8556
8556
  "reviewer reads category templates from",
8557
- "`.claude/skills/requirements-writer/_references/templates/`,",
8557
+ "`.claude/skills/write-requirement/_references/templates/`,",
8558
8558
  "which is shipped by the `requirements-writer` bundle. Projects",
8559
8559
  "that disable the writer bundle but keep the reviewer must",
8560
8560
  "supply equivalent templates at the same path.",
@@ -15430,7 +15430,7 @@ var MonorepoProject = class extends import_typescript3.TypeScriptAppProject {
15430
15430
  this.buildWorkflow?.addPostBuildSteps(
15431
15431
  {
15432
15432
  name: "Build Sub Projects",
15433
- run: `npx projen ${ROOT_CI_TASK_NAME}`
15433
+ run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
15434
15434
  },
15435
15435
  import_github2.WorkflowSteps.uploadArtifact({
15436
15436
  name: "Upload Turbo runs",
@@ -16084,7 +16084,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends import_projen18.Compone
16084
16084
  this.buildWorkflow.addPostBuildSteps(
16085
16085
  {
16086
16086
  name: "Build Sub Projects",
16087
- run: `npx projen ${ROOT_CI_TASK_NAME}`
16087
+ run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
16088
16088
  },
16089
16089
  import_github3.WorkflowSteps.uploadArtifact({
16090
16090
  name: "Upload Turbo runs",