@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.mjs CHANGED
@@ -7777,7 +7777,7 @@ var requirementsReviewerSubAgent = {
7777
7777
  "available at:",
7778
7778
  "",
7779
7779
  "```",
7780
- ".claude/skills/requirements-writer/_references/templates/",
7780
+ ".claude/skills/write-requirement/_references/templates/",
7781
7781
  "```",
7782
7782
  "",
7783
7783
  "Those templates are shipped by the `requirements-writer` bundle \u2014",
@@ -7789,7 +7789,7 @@ var requirementsReviewerSubAgent = {
7789
7789
  "",
7790
7790
  "Read the templates before reviewing each document so you know which",
7791
7791
  "sections are required for that category. The standards reference at",
7792
- "`.claude/skills/requirements-writer/_references/standards-and-frameworks.md`",
7792
+ "`.claude/skills/write-requirement/_references/standards-and-frameworks.md`",
7793
7793
  "(also shipped by the writer bundle) is useful when evaluating",
7794
7794
  "whether a SEC/NFR/INT requirement meets the depth expected by its",
7795
7795
  "governing standard.",
@@ -7829,8 +7829,8 @@ var requirementsReviewerSubAgent = {
7829
7829
  "|-------------|---------|---------|",
7830
7830
  "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
7831
7831
  "| `<REVIEW_REPORTS_ROOT>` | Where review reports are written | `docs/research/reviews/` |",
7832
- "| `<TEMPLATES_ROOT>` | Where the writer bundle ships category templates (read-only for this agent) | `.claude/skills/requirements-writer/_references/templates/` |",
7833
- "| `<STANDARDS_REF>` | Standards & frameworks reference shipped by the writer bundle | `.claude/skills/requirements-writer/_references/standards-and-frameworks.md` |",
7832
+ "| `<TEMPLATES_ROOT>` | Where the writer bundle ships category templates (read-only for this agent) | `.claude/skills/write-requirement/_references/templates/` |",
7833
+ "| `<STANDARDS_REF>` | Standards & frameworks reference shipped by the writer bundle | `.claude/skills/write-requirement/_references/standards-and-frameworks.md` |",
7834
7834
  "",
7835
7835
  "If `docs/project-context.md` specifies a different requirements",
7836
7836
  "tree, prefer that. Otherwise fall back to the defaults above.",
@@ -8355,7 +8355,7 @@ var requirementsReviewerSubAgent = {
8355
8355
  };
8356
8356
  var reviewRequirementsSkill = {
8357
8357
  name: "review-requirements",
8358
- 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.",
8358
+ 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.",
8359
8359
  disableModelInvocation: true,
8360
8360
  userInvocable: true,
8361
8361
  context: "fork",
@@ -8371,7 +8371,7 @@ var reviewRequirementsSkill = {
8371
8371
  "## Soft Dependency",
8372
8372
  "",
8373
8373
  "This skill reads requirement category templates from",
8374
- "`.claude/skills/requirements-writer/_references/templates/`,",
8374
+ "`.claude/skills/write-requirement/_references/templates/`,",
8375
8375
  "which is shipped by the `requirements-writer` bundle. If your",
8376
8376
  "project does not use the `requirements-writer` bundle, supply",
8377
8377
  "equivalent templates at the same path before running a review.",
@@ -8477,7 +8477,7 @@ var requirementsReviewerBundle = {
8477
8477
  "",
8478
8478
  "**Soft dependency on the `requirements-writer` bundle.** The",
8479
8479
  "reviewer reads category templates from",
8480
- "`.claude/skills/requirements-writer/_references/templates/`,",
8480
+ "`.claude/skills/write-requirement/_references/templates/`,",
8481
8481
  "which is shipped by the `requirements-writer` bundle. Projects",
8482
8482
  "that disable the writer bundle but keep the reviewer must",
8483
8483
  "supply equivalent templates at the same path.",
@@ -15362,7 +15362,7 @@ var MonorepoProject = class extends TypeScriptAppProject {
15362
15362
  this.buildWorkflow?.addPostBuildSteps(
15363
15363
  {
15364
15364
  name: "Build Sub Projects",
15365
- run: `npx projen ${ROOT_CI_TASK_NAME}`
15365
+ run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
15366
15366
  },
15367
15367
  WorkflowSteps.uploadArtifact({
15368
15368
  name: "Upload Turbo runs",
@@ -16020,7 +16020,7 @@ var AwsDeployWorkflow = class _AwsDeployWorkflow extends Component16 {
16020
16020
  this.buildWorkflow.addPostBuildSteps(
16021
16021
  {
16022
16022
  name: "Build Sub Projects",
16023
- run: `npx projen ${ROOT_CI_TASK_NAME}`
16023
+ run: `pnpm exec projen ${ROOT_CI_TASK_NAME}`
16024
16024
  },
16025
16025
  WorkflowSteps2.uploadArtifact({
16026
16026
  name: "Upload Turbo runs",