@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.js +27 -6
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +27 -6
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -10668,6 +10668,16 @@ var requirementsReviewerSubAgent = {
|
|
|
10668
10668
|
"- Bidirectional links exist where expected (if A references B in",
|
|
10669
10669
|
" Traceability, B should reference A)",
|
|
10670
10670
|
"",
|
|
10671
|
+
"Findings from this check describe edits inside an existing",
|
|
10672
|
+
"requirement document (the broken link lives in the body of the",
|
|
10673
|
+
"doc and must be rewritten or removed). Route follow-up issues to",
|
|
10674
|
+
"`req:write` so the `requirements-writer` \u2014 the only agent scoped",
|
|
10675
|
+
"to edit under `<REQUIREMENTS_ROOT>` \u2014 picks them up. Do **not**",
|
|
10676
|
+
"route Check 4 findings to `req:trace`; the analyst bundle does",
|
|
10677
|
+
"not edit requirement documents and the issue would sit",
|
|
10678
|
+
"unresolved. See the Follow-Up Issues section below for the full",
|
|
10679
|
+
"Check 3 vs. Check 4 routing split.",
|
|
10680
|
+
"",
|
|
10671
10681
|
"### 5. Sequence Number Integrity",
|
|
10672
10682
|
"",
|
|
10673
10683
|
"Within each category directory under `<REQUIREMENTS_ROOT>`:",
|
|
@@ -10993,12 +11003,23 @@ var requirementsReviewerSubAgent = {
|
|
|
10993
11003
|
"- Carries `type:requirement` (the type owned by the upstream",
|
|
10994
11004
|
" `requirements-analyst` bundle)",
|
|
10995
11005
|
"- Carries the appropriate phase label for the work needed:",
|
|
10996
|
-
" - Structural / content fixes that an existing
|
|
10997
|
-
"
|
|
10998
|
-
"
|
|
10999
|
-
"
|
|
11000
|
-
" `requirements-
|
|
11001
|
-
"
|
|
11006
|
+
" - Structural / content fixes that an existing requirement",
|
|
11007
|
+
" document needs (including broken internal cross-references",
|
|
11008
|
+
" from Check 4 \u2014 e.g., a `See: [FR-012](...)` link pointing at",
|
|
11009
|
+
" a renamed or deleted requirement) \u2192 `req:write` (the",
|
|
11010
|
+
" `requirements-writer` agent picks it up to revise the",
|
|
11011
|
+
" document). Only the writer is scoped to edit requirement",
|
|
11012
|
+
" documents, so anything that requires an in-place edit under",
|
|
11013
|
+
" `<REQUIREMENTS_ROOT>` routes here.",
|
|
11014
|
+
" - Missing traceability in **source documents** \u2014 BCM model",
|
|
11015
|
+
" docs, competitive-analysis notes, product-roadmap entries,",
|
|
11016
|
+
" meeting extracts \u2014 that should link forward to an existing",
|
|
11017
|
+
" requirement (Check 3: orphaned requirements whose fix lives",
|
|
11018
|
+
" in the source tree, not the requirement doc) \u2192 `req:trace`",
|
|
11019
|
+
" (the `requirements-analyst` agent picks it up to backfill",
|
|
11020
|
+
" source-doc traceability). **Do not** route Check 4 broken",
|
|
11021
|
+
" cross-references here \u2014 the analyst bundle never writes to",
|
|
11022
|
+
" `<REQUIREMENTS_ROOT>` and the issue would sit unresolved.",
|
|
11002
11023
|
" - A new requirement is needed (e.g., a `Proposed` ADR is missing",
|
|
11003
11024
|
" for a deferred technology choice) \u2192 `req:scan` (the analyst",
|
|
11004
11025
|
" runs a scoped scan to confirm the gap, then drafts the new",
|