@codedrifters/configulator 0.0.232 → 0.0.233

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
@@ -10590,6 +10590,16 @@ var requirementsReviewerSubAgent = {
10590
10590
  "- Bidirectional links exist where expected (if A references B in",
10591
10591
  " Traceability, B should reference A)",
10592
10592
  "",
10593
+ "Findings from this check describe edits inside an existing",
10594
+ "requirement document (the broken link lives in the body of the",
10595
+ "doc and must be rewritten or removed). Route follow-up issues to",
10596
+ "`req:write` so the `requirements-writer` \u2014 the only agent scoped",
10597
+ "to edit under `<REQUIREMENTS_ROOT>` \u2014 picks them up. Do **not**",
10598
+ "route Check 4 findings to `req:trace`; the analyst bundle does",
10599
+ "not edit requirement documents and the issue would sit",
10600
+ "unresolved. See the Follow-Up Issues section below for the full",
10601
+ "Check 3 vs. Check 4 routing split.",
10602
+ "",
10593
10603
  "### 5. Sequence Number Integrity",
10594
10604
  "",
10595
10605
  "Within each category directory under `<REQUIREMENTS_ROOT>`:",
@@ -10915,12 +10925,23 @@ var requirementsReviewerSubAgent = {
10915
10925
  "- Carries `type:requirement` (the type owned by the upstream",
10916
10926
  " `requirements-analyst` bundle)",
10917
10927
  "- Carries the appropriate phase label for the work needed:",
10918
- " - Structural / content fixes that an existing document needs \u2192",
10919
- " `req:write` (the `requirements-writer` agent picks it up to",
10920
- " revise the document)",
10921
- " - Missing or broken traceability links \u2192 `req:trace` (the",
10922
- " `requirements-analyst` agent picks it up to backfill",
10923
- " traceability)",
10928
+ " - Structural / content fixes that an existing requirement",
10929
+ " document needs (including broken internal cross-references",
10930
+ " from Check 4 \u2014 e.g., a `See: [FR-012](...)` link pointing at",
10931
+ " a renamed or deleted requirement) \u2192 `req:write` (the",
10932
+ " `requirements-writer` agent picks it up to revise the",
10933
+ " document). Only the writer is scoped to edit requirement",
10934
+ " documents, so anything that requires an in-place edit under",
10935
+ " `<REQUIREMENTS_ROOT>` routes here.",
10936
+ " - Missing traceability in **source documents** \u2014 BCM model",
10937
+ " docs, competitive-analysis notes, product-roadmap entries,",
10938
+ " meeting extracts \u2014 that should link forward to an existing",
10939
+ " requirement (Check 3: orphaned requirements whose fix lives",
10940
+ " in the source tree, not the requirement doc) \u2192 `req:trace`",
10941
+ " (the `requirements-analyst` agent picks it up to backfill",
10942
+ " source-doc traceability). **Do not** route Check 4 broken",
10943
+ " cross-references here \u2014 the analyst bundle never writes to",
10944
+ " `<REQUIREMENTS_ROOT>` and the issue would sit unresolved.",
10924
10945
  " - A new requirement is needed (e.g., a `Proposed` ADR is missing",
10925
10946
  " for a deferred technology choice) \u2192 `req:scan` (the analyst",
10926
10947
  " runs a scoped scan to confirm the gap, then drafts the new",