@codedrifters/configulator 0.0.249 → 0.0.251

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 CHANGED
@@ -1339,8 +1339,8 @@ var baseBundle = {
1339
1339
  "at `/docs`. It is **not** `sites/@scope/docs`.",
1340
1340
  "",
1341
1341
  "- The docs site is monorepo-wide. Sub-project documentation belongs",
1342
- " inside that single site (under `docs/content/`), not in a per-package",
1343
- " `docs/` folder.",
1342
+ " inside that single site (under `docs/src/content/docs/`), not in a",
1343
+ " per-package `docs/` folder.",
1344
1344
  "- Configulator's `StarlightProject` defaults its `outdir` to `/docs` and",
1345
1345
  ' its `role` to `"docs"`. A second `StarlightProject` with `role: "docs"`',
1346
1346
  " fails synth \u2014 the singleton rule is enforced at validate time.",
@@ -1433,7 +1433,7 @@ var baseBundle = {
1433
1433
  };
1434
1434
 
1435
1435
  // src/agent/bundles/project-context.ts
1436
- var PROJECT_CONTEXT_PATH = "docs/project-context.md";
1436
+ var PROJECT_CONTEXT_PATH = "docs/src/content/docs/project-context.md";
1437
1437
  var SUBPROJECT_ROLE_GUIDANCE = [
1438
1438
  "### Sub-project roles",
1439
1439
  "",
@@ -1605,7 +1605,7 @@ var bcmWriterSubAgent = {
1605
1605
  " map rating), L1/L2/L3 decomposition with business-object focus,",
1606
1606
  " and value stream cross-mapping are preserved verbatim. Only",
1607
1607
  " *paths* are parameterized; vocabulary is not.",
1608
- "5. **Project Relevance comes from `docs/project-context.md`.** The",
1608
+ "5. **Project Relevance comes from `docs/src/content/docs/project-context.md`.** The",
1609
1609
  " Project Relevance section of every BCM document is framed against",
1610
1610
  " the mission, target users, and in/out-of-scope capabilities",
1611
1611
  " captured in that file. Never invent project framing.",
@@ -1640,7 +1640,7 @@ var bcmWriterSubAgent = {
1640
1640
  "|-------|-------|-------------|",
1641
1641
  "| `bcm:outline` | 1. Outline | Identify the capability (name-as-noun, business object, L1/L2/L3 tier). Write a short outline file in the outline working directory. Create the scaffold issue. |",
1642
1642
  "| `bcm:scaffold` | 2. Scaffold | Create the BCM document with BIZBOK section headings and placeholder content for each attribute. Create the context issue. |",
1643
- "| `bcm:context` | 3. Context | Fill Project Relevance (framed against `docs/project-context.md`), Value Stream Mapping, Enabling Software Systems, Roles Involved, and Company Size Applicability. Create the connect issue. |",
1643
+ "| `bcm:context` | 3. Context | Fill Project Relevance (framed against `docs/src/content/docs/project-context.md`), Value Stream Mapping, Enabling Software Systems, Roles Involved, and Company Size Applicability. Create the connect issue. |",
1644
1644
  "| `bcm:connect` | 4. Connect | Cross-link with parent/sibling capabilities, update the capability registry `_index.md` and capability-map file, and open downstream research issues for surfaced people/companies/requirement gaps. |",
1645
1645
  "",
1646
1646
  "All issues also carry `type:bcm-document` and a `status:*` label.",
@@ -1653,7 +1653,7 @@ var bcmWriterSubAgent = {
1653
1653
  "**Shortened paths:**",
1654
1654
  "- **Outline determines the capability is out of scope** (duplicate of",
1655
1655
  " an existing capability, not a business capability, or clearly not",
1656
- " relevant per `docs/project-context.md`) \u2192 outline issue closes with",
1656
+ " relevant per `docs/src/content/docs/project-context.md`) \u2192 outline issue closes with",
1657
1657
  " a justification and no downstream issues are created \u2192 **1",
1658
1658
  " session**.",
1659
1659
  "- **Scaffold reuses an existing BCM document** (the capability turned",
@@ -1677,15 +1677,15 @@ var bcmWriterSubAgent = {
1677
1677
  "",
1678
1678
  "| Placeholder | Meaning | Default |",
1679
1679
  "|-------------|---------|---------|",
1680
- "| `<BCM_DOC_ROOT>` | Root folder for all BCM capability-model documents | `docs/bcm/` |",
1681
- "| `<OUTLINE_ROOT>` | Working-directory root for outline files produced in Phase 1 | `docs/bcm/.outlines/` |",
1680
+ "| `<BCM_DOC_ROOT>` | Root folder for all BCM capability-model documents | `docs/src/content/docs/concepts/` |",
1681
+ "| `<OUTLINE_ROOT>` | Working-directory root for outline files produced in Phase 1 | `docs/src/content/docs/concepts/.outlines/` |",
1682
1682
  "| `<REGISTRY_INDEX>` | Capability registry `_index.md` file that lists every BCM doc | `<BCM_DOC_ROOT>/_index.md` |",
1683
1683
  "| `<CAPABILITY_MAP>` | Capability-map file that shows the L1/L2/L3 hierarchy | `<BCM_DOC_ROOT>/capability-map.md` |",
1684
1684
  "| `<ENTITY_TAXONOMY>` | Entity-taxonomy / product-context file used for business-object alignment | `docs/product/entity-taxonomy.md` |",
1685
1685
  "| `<BCM_SLUG>` | Short kebab-case slug identifying one BCM capability | derived from the capability name |",
1686
- "| `<PREFIX>` | Optional project-specific BCM ID prefix | derived from `docs/project-context.md` if specified |",
1686
+ "| `<PREFIX>` | Optional project-specific BCM ID prefix | derived from `docs/src/content/docs/project-context.md` if specified |",
1687
1687
  "",
1688
- "If `docs/project-context.md` specifies a different BCM tree, prefer",
1688
+ "If `docs/src/content/docs/project-context.md` specifies a different BCM tree, prefer",
1689
1689
  "that. Otherwise fall back to the defaults above.",
1690
1690
  "",
1691
1691
  "---",
@@ -1707,7 +1707,7 @@ var bcmWriterSubAgent = {
1707
1707
  "| **Definition** | 1\u20132 sentences | Describes what the capability is and its boundary \u2014 not how it is implemented. |",
1708
1708
  "| **Outcome** | 1 sentence | The measurable result the capability produces for the business. |",
1709
1709
  "| **Tier** | `L1` / `L2` / `L3` | L1 = top-level domain, L2 = mid-level grouping, L3 = granular capability that maps to one business object. |",
1710
- "| **Heat Map Rating** | `critical` / `high` / `medium` / `low` | Strategic importance to the business. Sourced from `docs/project-context.md` or the invoking issue \u2014 never invented. |",
1710
+ "| **Heat Map Rating** | `critical` / `high` / `medium` / `low` | Strategic importance to the business. Sourced from `docs/src/content/docs/project-context.md` or the invoking issue \u2014 never invented. |",
1711
1711
  "",
1712
1712
  "### L1 / L2 / L3 Decomposition",
1713
1713
  "",
@@ -1735,7 +1735,7 @@ var bcmWriterSubAgent = {
1735
1735
  "- The input/output business objects at each stage",
1736
1736
  "",
1737
1737
  "Value streams are authoritative inputs \u2014 they come from",
1738
- "`docs/project-context.md`, a dedicated value-stream doc under",
1738
+ "`docs/src/content/docs/project-context.md`, a dedicated value-stream doc under",
1739
1739
  "`<BCM_DOC_ROOT>`, or the invoking issue. If no value stream is",
1740
1740
  "defined, write a `TODO: value stream not yet defined` placeholder and",
1741
1741
  "flag the context issue with `status:needs-attention`. Never invent",
@@ -1763,7 +1763,7 @@ var bcmWriterSubAgent = {
1763
1763
  "and write a short outline file that the scaffold phase will use as its",
1764
1764
  "spec.",
1765
1765
  "",
1766
- "**Budget:** Reading the invoking issue, `docs/project-context.md`, the",
1766
+ "**Budget:** Reading the invoking issue, `docs/src/content/docs/project-context.md`, the",
1767
1767
  "capability map, the entity taxonomy, and the registry `_index.md`.",
1768
1768
  "Write one outline file. No BCM document is created in this phase.",
1769
1769
  "",
@@ -1775,7 +1775,7 @@ var bcmWriterSubAgent = {
1775
1775
  " any proposed tier, and any authoritative references (value streams,",
1776
1776
  " existing parents/siblings, source meeting, source requirement).",
1777
1777
  "",
1778
- "2. **Read `docs/project-context.md`** for mission, in/out-of-scope",
1778
+ "2. **Read `docs/src/content/docs/project-context.md`** for mission, in/out-of-scope",
1779
1779
  " capabilities, domain vocabulary, and any BCM-specific overrides",
1780
1780
  " (paths, prefix, heat-map inputs).",
1781
1781
  "",
@@ -1919,7 +1919,7 @@ var bcmWriterSubAgent = {
1919
1919
  " TODO: filled in Phase 3 (Context).",
1920
1920
  "",
1921
1921
  " ## Project Relevance",
1922
- " TODO: filled in Phase 3 (Context) from docs/project-context.md.",
1922
+ " TODO: filled in Phase 3 (Context) from docs/src/content/docs/project-context.md.",
1923
1923
  "",
1924
1924
  " ## Traceability",
1925
1925
  " - **Parent capability:** <parent-slug or `none`>",
@@ -1947,7 +1947,7 @@ var bcmWriterSubAgent = {
1947
1947
  "Roles Involved, and Company Size Applicability \u2014 and append a",
1948
1948
  "revision-history entry.",
1949
1949
  "",
1950
- "**Budget:** Read the scaffold, `docs/project-context.md`, the value",
1950
+ "**Budget:** Read the scaffold, `docs/src/content/docs/project-context.md`, the value",
1951
1951
  "stream source, and the entity taxonomy. Targeted research only \u2014",
1952
1952
  "enough to fill each section with cited facts. Do not open downstream",
1953
1953
  "issues in this phase; that is Phase 4's job.",
@@ -1966,13 +1966,13 @@ var bcmWriterSubAgent = {
1966
1966
  "",
1967
1967
  "1. **Read the scaffolded BCM document** referenced in the issue body.",
1968
1968
  "",
1969
- "2. **Read `docs/project-context.md`** for mission, target users,",
1969
+ "2. **Read `docs/src/content/docs/project-context.md`** for mission, target users,",
1970
1970
  " in/out-of-scope capabilities, and key stakeholders \u2014 this is the",
1971
1971
  " authoritative source for the Project Relevance section.",
1972
1972
  "",
1973
1973
  "3. **Resolve the value stream.** Find the value-stream source named in",
1974
1974
  " the outline or the issue body. If none is provided, check",
1975
- " `docs/project-context.md` and `<BCM_DOC_ROOT>` for a value-stream",
1975
+ " `docs/src/content/docs/project-context.md` and `<BCM_DOC_ROOT>` for a value-stream",
1976
1976
  " doc. If still unresolved, write a `TODO: value stream not yet",
1977
1977
  " defined` placeholder and flag the context issue with",
1978
1978
  " `status:needs-attention`.",
@@ -1985,7 +1985,7 @@ var bcmWriterSubAgent = {
1985
1985
  "5. **Fill `## Company Size Applicability`.** Indicate whether this",
1986
1986
  " capability applies to `small`, `medium`, `large`, or `enterprise`",
1987
1987
  " organizations, with a one-line rationale each. Source from",
1988
- " `docs/project-context.md` target users when possible.",
1988
+ " `docs/src/content/docs/project-context.md` target users when possible.",
1989
1989
  "",
1990
1990
  "6. **Fill `## Enabling Software Systems`.** List the software systems",
1991
1991
  " (internal or external) that enable this capability. Reference",
@@ -2003,7 +2003,7 @@ var bcmWriterSubAgent = {
2003
2003
  " ```",
2004
2004
  "",
2005
2005
  "8. **Fill `## Project Relevance`.** Frame the capability against",
2006
- " `docs/project-context.md`:",
2006
+ " `docs/src/content/docs/project-context.md`:",
2007
2007
  " - Which in-scope capability does this match (or overlap with)?",
2008
2008
  " - Which mission pillar does it support?",
2009
2009
  " - Which target-user role benefits from it?",
@@ -2182,13 +2182,13 @@ var writeBcmSkill = {
2182
2182
  "",
2183
2183
  "## Default Paths",
2184
2184
  "",
2185
- "If the project has no override in `docs/project-context.md` or",
2185
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
2186
2186
  "`agentConfig.rules`, outputs land under:",
2187
2187
  "",
2188
- "- `docs/bcm/.outlines/<slug>.outline.md` (Phase 1)",
2189
- "- `docs/bcm/<slug>.md` (Phases 2\u20134)",
2190
- "- `docs/bcm/_index.md` (Phase 4, registry update)",
2191
- "- `docs/bcm/capability-map.md` (Phase 4, capability-map update)",
2188
+ "- `docs/src/content/docs/concepts/.outlines/<slug>.outline.md` (Phase 1)",
2189
+ "- `docs/src/content/docs/concepts/<slug>.md` (Phases 2\u20134)",
2190
+ "- `docs/src/content/docs/concepts/_index.md` (Phase 4, registry update)",
2191
+ "- `docs/src/content/docs/concepts/capability-map.md` (Phase 4, capability-map update)",
2192
2192
  "",
2193
2193
  "## Steps",
2194
2194
  "",
@@ -2411,7 +2411,7 @@ var companyProfileAnalystSubAgent = {
2411
2411
  "| `<PEOPLE_PROFILES_DIR>` | Where existing people profiles live (for duplicate detection during followup) | `docs/people/profiles/` |",
2412
2412
  "| `<SOFTWARE_PROFILES_DIR>` | Where existing software profiles live (for duplicate detection during followup) | `docs/software/profiles/` |",
2413
2413
  "",
2414
- "If `docs/project-context.md` specifies a different company-research",
2414
+ "If `docs/src/content/docs/project-context.md` specifies a different company-research",
2415
2415
  "tree (for example by reusing the research-pipeline deliverables",
2416
2416
  "folder), prefer that. Otherwise fall back to the defaults above.",
2417
2417
  "",
@@ -2761,7 +2761,7 @@ var profileCompanySkill = {
2761
2761
  "",
2762
2762
  "## Default Paths",
2763
2763
  "",
2764
- "If the project has no override in `docs/project-context.md` or",
2764
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
2765
2765
  "`agentConfig.rules`, outputs land under:",
2766
2766
  "",
2767
2767
  "- `docs/companies/notes/<slug>.notes.md`",
@@ -3168,7 +3168,7 @@ var industryDiscoveryAnalystSubAgent = {
3168
3168
  "the consuming project sells, which industries matter, or what the",
3169
3169
  "scoring rubric should weight. All domain-specific vocabulary, scoring",
3170
3170
  "inputs, output locations, and threshold values come from the invoking",
3171
- "issue body, `docs/project-context.md`, or the consuming project's",
3171
+ "issue body, `docs/src/content/docs/project-context.md`, or the consuming project's",
3172
3172
  "configuration.",
3173
3173
  "",
3174
3174
  "Follow your project's shared agent conventions (`AGENTS.md`,",
@@ -3193,7 +3193,7 @@ var industryDiscoveryAnalystSubAgent = {
3193
3193
  " companies, or source projects. Use placeholders that the skill",
3194
3194
  " invocation or consuming project fills in.",
3195
3195
  "5. **Configurable rubric.** The fit rubric \u2014 criteria, weights, and",
3196
- " threshold \u2014 comes from `docs/project-context.md` or the invoking",
3196
+ " threshold \u2014 comes from `docs/src/content/docs/project-context.md` or the invoking",
3197
3197
  " issue body. Never invent weights or pass/fail cutoffs without an",
3198
3198
  " authoritative source.",
3199
3199
  "6. **Planning only.** This pipeline produces candidate lists,",
@@ -3256,7 +3256,7 @@ var industryDiscoveryAnalystSubAgent = {
3256
3256
  "| `<PLANS_DIR>` | Plan files summarizing downstream research (Phase 3) | `<INDUSTRY_ROOT>/plans/` |",
3257
3257
  "| `<DISCOVERY_SLUG>` | Short kebab-case slug identifying one discovery cycle | derived from the scope |",
3258
3258
  "",
3259
- "If `docs/project-context.md` specifies a different industry-discovery",
3259
+ "If `docs/src/content/docs/project-context.md` specifies a different industry-discovery",
3260
3260
  "tree, prefer that. Otherwise fall back to the defaults above.",
3261
3261
  "",
3262
3262
  "---",
@@ -3269,7 +3269,7 @@ var industryDiscoveryAnalystSubAgent = {
3269
3269
  "",
3270
3270
  "1. **Invoking issue body.** If the issue body includes a `## Fit",
3271
3271
  " Rubric` section, use it verbatim.",
3272
- "2. **`docs/project-context.md`.** If the project context file includes",
3272
+ "2. **`docs/src/content/docs/project-context.md`.** If the project context file includes",
3273
3273
  " a `## Industry Fit Rubric` section, use it.",
3274
3274
  "3. **Default scaffold.** If neither source defines a rubric, write a",
3275
3275
  " placeholder rubric with `TODO:` weights and flag the evaluate issue",
@@ -3392,7 +3392,7 @@ var industryDiscoveryAnalystSubAgent = {
3392
3392
  "1. **Read the candidate file** referenced in the issue body.",
3393
3393
  "",
3394
3394
  "2. **Resolve the fit rubric** per the Fit Rubric Convention above.",
3395
- " If neither the invoking issue nor `docs/project-context.md` defines",
3395
+ " If neither the invoking issue nor `docs/src/content/docs/project-context.md` defines",
3396
3396
  " a rubric, emit a scaffold and flag `status:needs-attention` \u2014 do not",
3397
3397
  " silently invent weights or thresholds.",
3398
3398
  "",
@@ -3567,12 +3567,12 @@ var discoverIndustriesSkill = {
3567
3567
  "- `slug: <kebab-case>` \u2014 override the derived discovery slug",
3568
3568
  "- `rubric: inline` \u2014 include an inline `## Fit Rubric` section to use",
3569
3569
  " for Phase 2; otherwise the agent falls back to",
3570
- " `docs/project-context.md` or a scaffold",
3570
+ " `docs/src/content/docs/project-context.md` or a scaffold",
3571
3571
  "- `threshold: <0.0\u20131.0>` \u2014 override the rubric's default threshold",
3572
3572
  "",
3573
3573
  "## Default Paths",
3574
3574
  "",
3575
- "If the project has no override in `docs/project-context.md` or",
3575
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
3576
3576
  "`agentConfig.rules`, outputs land under:",
3577
3577
  "",
3578
3578
  "- `docs/industries/candidates/<slug>.candidates.md`",
@@ -3825,7 +3825,7 @@ var maintenanceAuditSubAgent = {
3825
3825
  "",
3826
3826
  "| Placeholder | Meaning | Example |",
3827
3827
  "|-------------|---------|---------|",
3828
- "| `<DOCS_ROOT>` | Root of the doc tree being audited | `docs/requirements/`, `docs/adrs/`, `docs/bcm/` |",
3828
+ "| `<DOCS_ROOT>` | Root of the doc tree being audited | `docs/src/content/docs/requirements/`, `docs/src/content/docs/requirements/architectural-decisions/`, `docs/src/content/docs/concepts/` |",
3829
3829
  "| `<REGISTRY_INDEX>` | Registry or index file to check for drift | `<DOCS_ROOT>/_index.md`, `<DOCS_ROOT>/README.md` |",
3830
3830
  "| `<AUDIT_ROOT>` | Where audit reports are written | `docs/maintenance/` |",
3831
3831
  "| `<AUDIT_SLUG>` | Short identifier for this audit scope | e.g. `requirements-xrefs`, `adr-registry`, `bcm-traceability` |",
@@ -4118,10 +4118,10 @@ var maintenanceAuditSkill = {
4118
4118
  "",
4119
4119
  "Where `<scope>` is a short slug plus path for the doc tree to",
4120
4120
  "audit. Examples:",
4121
- "- `requirements-xrefs:docs/requirements/` \u2014 audit requirement",
4121
+ "- `requirements-xrefs:docs/src/content/docs/requirements/` \u2014 audit requirement",
4122
4122
  " traceability links and the category registries",
4123
- "- `adr-registry:docs/adrs/` \u2014 audit the ADR registry index",
4124
- "- `bcm-traceability:docs/bcm/` \u2014 audit BCM capability-model",
4123
+ "- `adr-registry:docs/src/content/docs/requirements/architectural-decisions/` \u2014 audit the ADR registry index",
4124
+ "- `bcm-traceability:docs/src/content/docs/concepts/` \u2014 audit BCM capability-model",
4125
4125
  " cross-references",
4126
4126
  "",
4127
4127
  "The consuming project defines which scopes are valid.",
@@ -5589,7 +5589,7 @@ var peopleProfileAnalystSubAgent = {
5589
5589
  "| `<SOFTWARE_DIR>` | Where existing software profiles live (for cross-references and duplicate detection during followup) | `docs/software/profiles/` |",
5590
5590
  "| `<MEETINGS_DIR>` | Where meeting notes live (for cross-references) | `docs/meetings/` |",
5591
5591
  "",
5592
- "If `docs/project-context.md` specifies a different people-research",
5592
+ "If `docs/src/content/docs/project-context.md` specifies a different people-research",
5593
5593
  "tree or cross-reference target, prefer that. Otherwise fall back to",
5594
5594
  "the defaults above. Cross-reference directories are read-only \u2014 this",
5595
5595
  "agent never writes into them.",
@@ -5604,7 +5604,7 @@ var peopleProfileAnalystSubAgent = {
5604
5604
  "- **Default cadence:** 180 days from the profile's `date` frontmatter.",
5605
5605
  "- **Override:** the invoking issue body may specify a `refresh_days: N`",
5606
5606
  " field, or the consuming project may set a project-wide default in",
5607
- " `docs/project-context.md`.",
5607
+ " `docs/src/content/docs/project-context.md`.",
5608
5608
  "",
5609
5609
  "When the `/profile-person` skill is invoked for a slug that already",
5610
5610
  "has a profile:",
@@ -6039,7 +6039,7 @@ var profilePersonSkill = {
6039
6039
  "",
6040
6040
  "## Default Paths",
6041
6041
  "",
6042
- "If the project has no override in `docs/project-context.md` or",
6042
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
6043
6043
  "`agentConfig.rules`, outputs land under:",
6044
6044
  "",
6045
6045
  "- `docs/people/notes/<slug>.notes.md`",
@@ -7375,8 +7375,8 @@ var prReviewBundle = {
7375
7375
  "",
7376
7376
  "human-required:",
7377
7377
  " paths:",
7378
- ' - "docs/requirements/architectural-decisions/**"',
7379
- ' - "docs/project-context.md"',
7378
+ ' - "docs/src/content/docs/requirements/architectural-decisions/**"',
7379
+ ' - "docs/src/content/docs/project-context.md"',
7380
7380
  ' - ".github/workflows/**"',
7381
7381
  ' - ".github/CODEOWNERS"',
7382
7382
  ' - ".projenrc.ts"',
@@ -7998,7 +7998,7 @@ var REQ_WRITE_ISSUE_SCHEMA_SECTION = [
7998
7998
  "- **Output Path:** absolute-from-repo-root path ending in",
7999
7999
  " `<PREFIX>-<NNN>-<slug>.md` under the target category directory",
8000
8000
  " (for example,",
8001
- " `docs/requirements/functional/FR-012-checkout-flow.md`).",
8001
+ " `docs/src/content/docs/requirements/functional/FR-012-checkout-flow.md`).",
8002
8002
  "",
8003
8003
  "### Strongly Recommended",
8004
8004
  "",
@@ -8109,12 +8109,12 @@ var requirementsAnalystSubAgent = {
8109
8109
  "",
8110
8110
  "| Placeholder | Meaning | Typical value |",
8111
8111
  "|-------------|---------|---------------|",
8112
- "| `<BCM_DOCS_ROOT>` | Root of BCM model docs (capability models) | `src/content/docs/concepts/` |",
8113
- "| `<COMPETITIVE_ROOT>` | Competitive analysis docs | `src/content/docs/business-strategy/competitive/` |",
8114
- "| `<PRODUCT_ROOT>` | Product roadmap / entity taxonomy | `src/content/docs/product/` |",
8115
- "| `<MEETINGS_ROOT>` | Meeting extracts | `src/content/docs/research/meetings/` |",
8116
- "| `<RESEARCH_REQUIREMENTS_ROOT>` | Scan reports and proposals | `src/content/docs/research/requirements/` |",
8117
- "| `<REQUIREMENTS_ROOT>` | Final requirement documents (owned by requirements-writer) | `src/content/docs/requirements/` |",
8112
+ "| `<BCM_DOCS_ROOT>` | Root of BCM model docs (capability models) | `docs/src/content/docs/concepts/` |",
8113
+ "| `<COMPETITIVE_ROOT>` | Competitive analysis docs | `docs/src/content/docs/business-strategy/competitive/` |",
8114
+ "| `<PRODUCT_ROOT>` | Product roadmap / entity taxonomy | `docs/src/content/docs/product/` |",
8115
+ "| `<MEETINGS_ROOT>` | Meeting extracts | `docs/src/content/docs/research/meetings/` |",
8116
+ "| `<RESEARCH_REQUIREMENTS_ROOT>` | Scan reports and proposals | `docs/src/content/docs/research/requirements/` |",
8117
+ "| `<REQUIREMENTS_ROOT>` | Final requirement documents (owned by requirements-writer) | `docs/src/content/docs/requirements/` |",
8118
8118
  "| `<PREFIX>` | Project-specific requirement ID prefix | e.g. `VRTX`, `ACME` |",
8119
8119
  "",
8120
8120
  "If your project stores these in different locations, substitute accordingly",
@@ -8152,7 +8152,7 @@ var requirementsAnalystSubAgent = {
8152
8152
  "",
8153
8153
  "| Scope | What to read | What to look for |",
8154
8154
  "|-------|-------------|-----------------|",
8155
- "| **BCM model doc** | One `{PREFIX}-NNN` doc under `<BCM_DOCS_ROOT>` | The doc's project-relevance section (commonly `## <Project> Relevance` or `## Strategic Implications`) \u2014 gaps where capabilities exist but no FR/BR/INT addresses them. Use `docs/project-context.md` to judge what is relevant. |",
8155
+ "| **BCM model doc** | One `{PREFIX}-NNN` doc under `<BCM_DOCS_ROOT>` | The doc's project-relevance section (commonly `## <Project> Relevance` or `## Strategic Implications`) \u2014 gaps where capabilities exist but no FR/BR/INT addresses them. Use `docs/src/content/docs/project-context.md` to judge what is relevant. |",
8156
8156
  "| **Competitive analysis** | One `comp-*.md` doc under `<COMPETITIVE_ROOT>` | Feature comparison gaps \u2014 competitor features the product lacks requirements for |",
8157
8157
  "| **Product roadmap** | `<PRODUCT_ROOT>/prioritized-feature-roadmap.md` | Roadmap items without corresponding FRs |",
8158
8158
  "| **Entity taxonomy** | `<PRODUCT_ROOT>/entity-taxonomy.md` | Entities without CRUD requirements (FR), data requirements (DR), or security requirements (SEC) |",
@@ -8415,7 +8415,7 @@ var requirementsAnalystSubAgent = {
8415
8415
  "",
8416
8416
  "| Direction | Agent | What |",
8417
8417
  "|-----------|-------|------|",
8418
- "| Upstream | BCM Writer | Scans capability-model docs for project-relevance gaps (judged against `docs/project-context.md`) |",
8418
+ "| Upstream | BCM Writer | Scans capability-model docs for project-relevance gaps (judged against `docs/src/content/docs/project-context.md`) |",
8419
8419
  "| Upstream | Company Research | Scans competitive analysis for feature comparison gaps |",
8420
8420
  "| Upstream | Meeting Analyst | Scans meeting extracts for requirement proposals |",
8421
8421
  "| Downstream | `requirements-writer` | Picks up the `type:requirement` + `req:write` issues this agent creates and drafts the actual requirement document |",
@@ -10328,7 +10328,7 @@ This reference provides detailed guidance on the standards and frameworks that i
10328
10328
 
10329
10329
  ## Tier-Specific Standards Guidance
10330
10330
 
10331
- The four architectural tiers (Platform, Industry, Customer Workflow, Consumer Application) influence which standards are most relevant when writing requirements. The tier names below are the bundle defaults \u2014 consuming projects may rename or reduce the tier set in their own \`docs/project-context.md\`.
10331
+ The four architectural tiers (Platform, Industry, Customer Workflow, Consumer Application) influence which standards are most relevant when writing requirements. The tier names below are the bundle defaults \u2014 consuming projects may rename or reduce the tier set in their own \`docs/src/content/docs/project-context.md\`.
10332
10332
 
10333
10333
  ### Platform Tier
10334
10334
  All category-specific standards apply at their full depth. Platform requirements define the core infrastructure that all other tiers depend on. Pay particular attention to:
@@ -10469,18 +10469,18 @@ var requirementsWriterSubAgent = {
10469
10469
  "",
10470
10470
  "The pipeline uses these placeholders. Consuming projects override the",
10471
10471
  "defaults by passing paths in the `/write-requirement` skill",
10472
- "invocation, by recording overrides in `docs/project-context.md`, or",
10472
+ "invocation, by recording overrides in `docs/src/content/docs/project-context.md`, or",
10473
10473
  "by extending this rule in their own `agentConfig.rules`.",
10474
10474
  "",
10475
10475
  "| Placeholder | Meaning | Default |",
10476
10476
  "|-------------|---------|---------|",
10477
- "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
10477
+ "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/src/content/docs/requirements/` |",
10478
10478
  "| `<RESEARCH_REQUIREMENTS_ROOT>` | Where the upstream `requirements-analyst` writes proposals | `docs/research/requirements/` |",
10479
10479
  `| \`<TEMPLATES_ROOT>\` | Where the category templates ship (set automatically by this bundle) | \`${REQUIREMENTS_WRITER_PATHS.templatesRoot}\` |`,
10480
10480
  `| \`<STANDARDS_REF>\` | Standards & frameworks reference document | \`${REQUIREMENTS_WRITER_PATHS.standardsRef}\` |`,
10481
- "| `<PREFIX>` | Project-specific requirement ID prefix | none \u2014 requirement IDs use the category prefix (`BR`, `FR`, \u2026) unless `docs/project-context.md` defines a project prefix |",
10481
+ "| `<PREFIX>` | Project-specific requirement ID prefix | none \u2014 requirement IDs use the category prefix (`BR`, `FR`, \u2026) unless `docs/src/content/docs/project-context.md` defines a project prefix |",
10482
10482
  "",
10483
- "If `docs/project-context.md` specifies a different requirements tree,",
10483
+ "If `docs/src/content/docs/project-context.md` specifies a different requirements tree,",
10484
10484
  "prefer that. Otherwise fall back to the defaults above.",
10485
10485
  "",
10486
10486
  "---",
@@ -10501,7 +10501,7 @@ var requirementsWriterSubAgent = {
10501
10501
  'Tier is **orthogonal** to category \u2014 category answers "what kind"',
10502
10502
  'while tier answers "where in the architecture." The tier names below',
10503
10503
  "are the bundle defaults; consuming projects may rename or reduce the",
10504
- "tier set in their own `docs/project-context.md`.",
10504
+ "tier set in their own `docs/src/content/docs/project-context.md`.",
10505
10505
  "",
10506
10506
  ...REQUIREMENTS_TIER_TABLE_SECTION,
10507
10507
  "",
@@ -10638,7 +10638,7 @@ var requirementsWriterSubAgent = {
10638
10638
  "",
10639
10639
  "- **PREFIX** \u2014 category abbreviation (`BR`, `FR`, `NFR`, `TR`,",
10640
10640
  " `ADR`, `SEC`, `DR`, `INT`, `OPS`, `UX`, `MT`). If the project",
10641
- " declares a project-wide prefix in `docs/project-context.md`, use",
10641
+ " declares a project-wide prefix in `docs/src/content/docs/project-context.md`, use",
10642
10642
  " it instead.",
10643
10643
  "- **NNN** \u2014 three-digit sequential number (001, 002, 012). Always",
10644
10644
  " check the target category directory under `<REQUIREMENTS_ROOT>`",
@@ -10910,7 +10910,7 @@ var requirementsWriterSubAgent = {
10910
10910
  "",
10911
10911
  "7. **Set frontmatter.** At minimum: `title`, `description`, `tier`.",
10912
10912
  " If the project declares optional frontmatter conventions in",
10913
- " `docs/project-context.md` (such as `referencedIn.meetings[]`),",
10913
+ " `docs/src/content/docs/project-context.md` (such as `referencedIn.meetings[]`),",
10914
10914
  " honor them. Otherwise stop at the minimum.",
10915
10915
  "",
10916
10916
  "8. **Update the category index.** If the category directory has a",
@@ -11048,7 +11048,7 @@ var writeRequirementSkill = {
11048
11048
  "- `tier: platform | industry | customer-workflow | consumer-app` \u2014",
11049
11049
  " the architectural tier (default: `platform`)",
11050
11050
  "- `prefix: <PROJECT_PREFIX>` \u2014 override the default category prefix",
11051
- " with a project-specific one declared in `docs/project-context.md`",
11051
+ " with a project-specific one declared in `docs/src/content/docs/project-context.md`",
11052
11052
  "- `customer: <link-or-slug>` \u2014 link the requirement to a customer",
11053
11053
  " profile (expected for Customer Workflow / Consumer Application",
11054
11054
  " tiers in projects that track customer profiles)",
@@ -11059,12 +11059,12 @@ var writeRequirementSkill = {
11059
11059
  "",
11060
11060
  "## Default Paths",
11061
11061
  "",
11062
- "If the project has no override in `docs/project-context.md` or",
11062
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
11063
11063
  "`agentConfig.rules`, outputs land under:",
11064
11064
  "",
11065
- "- `docs/requirements/<category-dir>/<PREFIX>-<NNN>-<slug>.md`",
11066
- "- `docs/requirements/<category-dir>/README.md` (registry update)",
11067
- "- `docs/requirements/README.md` (top-level README, generated on",
11065
+ "- `docs/src/content/docs/requirements/<category-dir>/<PREFIX>-<NNN>-<slug>.md`",
11066
+ "- `docs/src/content/docs/requirements/<category-dir>/README.md` (registry update)",
11067
+ "- `docs/src/content/docs/requirements/README.md` (top-level README, generated on",
11068
11068
  " first use only)",
11069
11069
  "",
11070
11070
  "Templates and the standards reference ship with this skill under",
@@ -11290,18 +11290,18 @@ var requirementsReviewerSubAgent = {
11290
11290
  "",
11291
11291
  "The pipeline uses these placeholders. Consuming projects override",
11292
11292
  "the defaults by passing paths in the `/review-requirements` skill",
11293
- "invocation, by recording overrides in `docs/project-context.md`, or",
11293
+ "invocation, by recording overrides in `docs/src/content/docs/project-context.md`, or",
11294
11294
  "by extending this rule in their own `agentConfig.rules`.",
11295
11295
  "",
11296
11296
  "| Placeholder | Meaning | Default |",
11297
11297
  "|-------------|---------|---------|",
11298
- "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
11298
+ "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/src/content/docs/requirements/` |",
11299
11299
  "| `<REVIEW_REPORTS_ROOT>` | Where review reports are written | `docs/research/reviews/` |",
11300
11300
  `| \`<TEMPLATES_ROOT>\` | Where the writer bundle ships category templates (read-only for this agent) | \`${REQUIREMENTS_WRITER_PATHS.templatesRoot}\` |`,
11301
11301
  `| \`<STANDARDS_REF>\` | Standards & frameworks reference shipped by the writer bundle | \`${REQUIREMENTS_WRITER_PATHS.standardsRef}\` |`,
11302
11302
  "| `<STALE_PROPOSED_THRESHOLD_DAYS>` | Age (in days) after which a `Proposed` ADR/TR is flagged as a stale decision by Check 12 | `14` |",
11303
11303
  "",
11304
- "If `docs/project-context.md` specifies a different requirements",
11304
+ "If `docs/src/content/docs/project-context.md` specifies a different requirements",
11305
11305
  "tree, prefer that. Otherwise fall back to the defaults above.",
11306
11306
  "",
11307
11307
  "---",
@@ -11360,7 +11360,7 @@ var requirementsReviewerSubAgent = {
11360
11360
  "- YAML frontmatter present with `title` and `description` fields",
11361
11361
  "- Title in frontmatter matches the `# Heading` line",
11362
11362
  "- File name follows `{PREFIX}-{NNN}-{slug}.md` (or the project",
11363
- " prefix declared in `docs/project-context.md`)",
11363
+ " prefix declared in `docs/src/content/docs/project-context.md`)",
11364
11364
  "- File is in the correct category directory under",
11365
11365
  " `<REQUIREMENTS_ROOT>`",
11366
11366
  "- `Status` field is set to one of the valid values: `Draft`,",
@@ -11392,7 +11392,7 @@ var requirementsReviewerSubAgent = {
11392
11392
  "",
11393
11393
  "Check that the requirement dependency graph is connected. Apply",
11394
11394
  "these expectations as defaults; override them when the project's",
11395
- "`docs/project-context.md` defines a different traceability shape:",
11395
+ "`docs/src/content/docs/project-context.md` defines a different traceability shape:",
11396
11396
  "",
11397
11397
  "- Every FR should trace back to at least one BR (via",
11398
11398
  ' "Implements")',
@@ -11461,7 +11461,7 @@ var requirementsReviewerSubAgent = {
11461
11461
  " integration shape?)",
11462
11462
  "- **Staleness** \u2014 Are statuses up to date? Are there `Draft`",
11463
11463
  " documents that should have progressed?",
11464
- "- **Naming consistency** \u2014 When `docs/project-context.md` declares",
11464
+ "- **Naming consistency** \u2014 When `docs/src/content/docs/project-context.md` declares",
11465
11465
  " a project name or product name, verify it is used consistently",
11466
11466
  " across documents.",
11467
11467
  "",
@@ -11530,7 +11530,7 @@ var requirementsReviewerSubAgent = {
11530
11530
  "Verify that every document has a valid tier classification. The",
11531
11531
  "default tier set is `platform`, `industry`, `customer-workflow`,",
11532
11532
  "`consumer-app`; consuming projects may rename or reduce the tier",
11533
- "set in their own `docs/project-context.md`.",
11533
+ "set in their own `docs/src/content/docs/project-context.md`.",
11534
11534
  "",
11535
11535
  "- `tier` field is set in YAML frontmatter (one of the project's",
11536
11536
  " declared tier slugs)",
@@ -11580,7 +11580,7 @@ var requirementsReviewerSubAgent = {
11580
11580
  "### 11. Cross-Referencing Convention Compliance",
11581
11581
  "",
11582
11582
  "Verify alignment with the project's cross-referencing conventions",
11583
- "(usually documented in `docs/project-context.md` or a profile",
11583
+ "(usually documented in `docs/src/content/docs/project-context.md` or a profile",
11584
11584
  "registry index):",
11585
11585
  "",
11586
11586
  "- Requirements that reference profiled organizations use the",
@@ -11625,7 +11625,7 @@ var requirementsReviewerSubAgent = {
11625
11625
  "",
11626
11626
  "The threshold placeholder `<STALE_PROPOSED_THRESHOLD_DAYS>` is",
11627
11627
  "configurable \u2014 override it in the `req:review` issue body, in",
11628
- "`docs/project-context.md`, or via `agentConfig.rules`. The default",
11628
+ "`docs/src/content/docs/project-context.md`, or via `agentConfig.rules`. The default",
11629
11629
  "of 14 days sits above the orchestrator's existing 72h / 168h stale",
11630
11630
  "thresholds for `status:in-progress` / `status:blocked` and fits",
11631
11631
  "the pace at which architectural decisions are typically ratified.",
@@ -12036,7 +12036,7 @@ var requirementsReviewerSubAgent = {
12036
12036
  "",
12037
12037
  "- **Targets** \u2014 one or more requirement IDs or paths to deprecate",
12038
12038
  " (for example, `ADR-007-auth-provider.md` or",
12039
- " `docs/requirements/architecture/ADR-007-auth-provider.md`).",
12039
+ " `docs/src/content/docs/requirements/architecture/ADR-007-auth-provider.md`).",
12040
12040
  "- **Transition** \u2014 per target, either `Deprecated` (no successor)",
12041
12041
  " or `Superseded-by: <path>` (where `<path>` is the relative path",
12042
12042
  " or requirement ID of the replacement document). When the",
@@ -12216,7 +12216,7 @@ var requirementsReviewerSubAgent = {
12216
12216
  " deprecation follow-up must cite the referencing document path and",
12217
12217
  " the line(s) that mention the deprecated ID.",
12218
12218
  "- **Do not invent traceability rules.** Use the defaults documented",
12219
- " above unless the project's `docs/project-context.md` declares a",
12219
+ " above unless the project's `docs/src/content/docs/project-context.md` declares a",
12220
12220
  " different traceability shape.",
12221
12221
  "- **Audits >10 documents must use a verification script.** Manual",
12222
12222
  " review of large sets always misses broken links."
@@ -12273,7 +12273,7 @@ var reviewRequirementsSkill = {
12273
12273
  "",
12274
12274
  "## Default Paths",
12275
12275
  "",
12276
- "If the project has no override in `docs/project-context.md` or",
12276
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
12277
12277
  "`agentConfig.rules`, outputs land under:",
12278
12278
  "",
12279
12279
  "- `docs/research/reviews/review-<scope>-YYYY-MM-DD.md` \u2014 the",
@@ -12456,7 +12456,7 @@ var requirementsReviewerBundle = {
12456
12456
  "Check 12 flags ADR and TR documents that have carried",
12457
12457
  "`Status: Proposed` longer than",
12458
12458
  "`<STALE_PROPOSED_THRESHOLD_DAYS>` days (default 14, configurable",
12459
- "via the `req:review` issue body, `docs/project-context.md`, or",
12459
+ "via the `req:review` issue body, `docs/src/content/docs/project-context.md`, or",
12460
12460
  "`agentConfig.rules`). Stale decisions are reported in a separate",
12461
12461
  "**Stale decisions** section of the review report and trigger one",
12462
12462
  "aggregated `req:review` follow-up issue labeled",
@@ -12649,7 +12649,7 @@ var researchAnalystSubAgent = {
12649
12649
  "| `<RESEARCH_SLUG>` | Short kebab-case slug identifying one research cycle | derived from the question |",
12650
12650
  "| `<N>` | Number of slices (default 4, max 8) | `4` |",
12651
12651
  "",
12652
- "If `docs/project-context.md` specifies a different research tree,",
12652
+ "If `docs/src/content/docs/project-context.md` specifies a different research tree,",
12653
12653
  "prefer that. Otherwise fall back to the defaults above.",
12654
12654
  "",
12655
12655
  "---",
@@ -12939,7 +12939,7 @@ var researchSkill = {
12939
12939
  "",
12940
12940
  "## Default Paths",
12941
12941
  "",
12942
- "If the project has no override in `docs/project-context.md` or",
12942
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
12943
12943
  "`agentConfig.rules`, outputs land under:",
12944
12944
  "",
12945
12945
  "- `docs/research/scopes/<slug>.scope.md`",
@@ -13229,7 +13229,7 @@ var softwareProfileAnalystSubAgent = {
13229
13229
  "4. **Generic over specific.** No hardcoded product types, feature",
13230
13230
  " taxonomies, or segment assumptions. Use the generic software-type",
13231
13231
  " taxonomy below and let consuming projects override it via their",
13232
- " `docs/project-context.md` or `agentConfig.rules`.",
13232
+ " `docs/src/content/docs/project-context.md` or `agentConfig.rules`.",
13233
13233
  "5. **Cite everything.** Every non-trivial factual claim in the",
13234
13234
  " profile must carry a source citation (URL plus access date).",
13235
13235
  "6. **Follow-up, don't widen scope.** If the session turns up adjacent",
@@ -13241,7 +13241,7 @@ var softwareProfileAnalystSubAgent = {
13241
13241
  " products stay inside this pipeline via `software:research`",
13242
13242
  " issues.",
13243
13243
  "7. **Segment weights live in project context.** Segment-importance",
13244
- " weights belong in `docs/project-context.md` (or an override",
13244
+ " weights belong in `docs/src/content/docs/project-context.md` (or an override",
13245
13245
  " passed in the issue body). This agent reads them; it never",
13246
13246
  " invents them.",
13247
13247
  "",
@@ -13276,14 +13276,14 @@ var softwareProfileAnalystSubAgent = {
13276
13276
  "the project's own strategy; features that serve high-weight segments",
13277
13277
  "rank higher in the matrix.",
13278
13278
  "",
13279
- "**Convention:** segment weights live in `docs/project-context.md`",
13279
+ "**Convention:** segment weights live in `docs/src/content/docs/project-context.md`",
13280
13280
  "under a `## Segment Weights` section. The format is a simple",
13281
13281
  "markdown table with `segment` and `weight` columns. Weights are",
13282
13282
  "non-negative numbers; the scale is project-defined (0\u20131, 0\u201310, and",
13283
13283
  "0\u2013100 are all valid as long as the project is internally",
13284
13284
  "consistent).",
13285
13285
  "",
13286
- "Example `docs/project-context.md` fragment:",
13286
+ "Example `docs/src/content/docs/project-context.md` fragment:",
13287
13287
  "",
13288
13288
  "```markdown",
13289
13289
  "## Segment Weights",
@@ -13296,7 +13296,7 @@ var softwareProfileAnalystSubAgent = {
13296
13296
  "| hobbyist | 0.5 |",
13297
13297
  "```",
13298
13298
  "",
13299
- "If `docs/project-context.md` does not define segment weights,",
13299
+ "If `docs/src/content/docs/project-context.md` does not define segment weights,",
13300
13300
  "**do not invent them**. Either:",
13301
13301
  "",
13302
13302
  "- Accept an `weights:` override in the invoking issue body, or",
@@ -13358,7 +13358,7 @@ var softwareProfileAnalystSubAgent = {
13358
13358
  "| `<COMPANY_PROFILES_DIR>` | Where existing company profiles live (for duplicate detection during followup) | `docs/companies/profiles/` |",
13359
13359
  "| `<PEOPLE_PROFILES_DIR>` | Where existing people profiles live (for duplicate detection during followup) | `docs/people/profiles/` |",
13360
13360
  "",
13361
- "If `docs/project-context.md` specifies a different software-research",
13361
+ "If `docs/src/content/docs/project-context.md` specifies a different software-research",
13362
13362
  "tree (for example by reusing the research-pipeline deliverables",
13363
13363
  "folder), prefer that. Otherwise fall back to the defaults above.",
13364
13364
  "",
@@ -13538,7 +13538,7 @@ var softwareProfileAnalystSubAgent = {
13538
13538
  "4. **Create the `software:matrix` issue** with",
13539
13539
  " `Depends on: #<profile-issue>`. Its body references the profile",
13540
13540
  " path, the matrix file path, and the segment-weights source",
13541
- " (`docs/project-context.md` or an explicit override).",
13541
+ " (`docs/src/content/docs/project-context.md` or an explicit override).",
13542
13542
  "",
13543
13543
  "5. **Commit and push** the profile file. Close the profile issue.",
13544
13544
  "",
@@ -13562,7 +13562,7 @@ var softwareProfileAnalystSubAgent = {
13562
13562
  "```markdown",
13563
13563
  "---",
13564
13564
  'title: "Software Feature Matrix"',
13565
- "weights_source: docs/project-context.md#segment-weights",
13565
+ "weights_source: docs/src/content/docs/project-context.md#segment-weights",
13566
13566
  "updated: YYYY-MM-DD",
13567
13567
  "---",
13568
13568
  "",
@@ -13584,12 +13584,12 @@ var softwareProfileAnalystSubAgent = {
13584
13584
  "score = \u03A3 (coverage[segment] * weight[segment])",
13585
13585
  "```",
13586
13586
  "",
13587
- "using the weights loaded from `docs/project-context.md`.",
13587
+ "using the weights loaded from `docs/src/content/docs/project-context.md`.",
13588
13588
  "",
13589
13589
  "### Steps",
13590
13590
  "",
13591
13591
  "1. **Load segment weights.** Read `## Segment Weights` from",
13592
- " `docs/project-context.md`. If absent, fall back to the",
13592
+ " `docs/src/content/docs/project-context.md`. If absent, fall back to the",
13593
13593
  " `weights:` override in the issue body, or the single-segment",
13594
13594
  " default described in `## Segment-Importance Weights` above.",
13595
13595
  "",
@@ -13774,7 +13774,7 @@ var softwareProfileAnalystSubAgent = {
13774
13774
  "- **Cite everything.** Profile claims without source citations do not",
13775
13775
  " belong in the deliverable.",
13776
13776
  "- **No invented weights.** Segment weights come from",
13777
- " `docs/project-context.md` or an explicit issue-body override. If",
13777
+ " `docs/src/content/docs/project-context.md` or an explicit issue-body override. If",
13778
13778
  " neither is available, fall back to the single-segment default and",
13779
13779
  " flag the gap \u2014 never guess.",
13780
13780
  "- **Delegate, don't duplicate.** The vendor company and primary-",
@@ -13827,12 +13827,12 @@ var profileSoftwareSkill = {
13827
13827
  "- `slug: <kebab-case>` \u2014 override the derived product slug",
13828
13828
  "- `weights: <table>` \u2014 override the segment-importance weights for",
13829
13829
  " this profile cycle (otherwise loaded from",
13830
- " `docs/project-context.md`)",
13830
+ " `docs/src/content/docs/project-context.md`)",
13831
13831
  "- `sources: <list>` \u2014 additional authorized sources beyond public web",
13832
13832
  "",
13833
13833
  "## Default Paths",
13834
13834
  "",
13835
- "If the project has no override in `docs/project-context.md` or",
13835
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
13836
13836
  "`agentConfig.rules`, outputs land under:",
13837
13837
  "",
13838
13838
  "- `docs/software/notes/<slug>.notes.md`",
@@ -13891,7 +13891,7 @@ var softwareProfileBundle = {
13891
13891
  "The pipeline produces **software profiles, research notes, and",
13892
13892
  "rows in a shared feature matrix**. Features are ranked against",
13893
13893
  "segment-importance weights declared in",
13894
- "`docs/project-context.md` under a `## Segment Weights` section.",
13894
+ "`docs/src/content/docs/project-context.md` under a `## Segment Weights` section.",
13895
13895
  "Deeper research on adjacent products surfaced in a profile is",
13896
13896
  "delegated to new cycles of this same pipeline via",
13897
13897
  "`software:followup` issues. Deeper research on the vendor",
@@ -14324,13 +14324,13 @@ var VERSION = {
14324
14324
  /**
14325
14325
  * Version of Astro to pin for AstroProject scaffolding.
14326
14326
  */
14327
- ASTRO_VERSION: "6.1.6",
14327
+ ASTRO_VERSION: "6.1.7",
14328
14328
  /**
14329
14329
  * CDK CLI for workflows and command line operations.
14330
14330
  *
14331
14331
  * CLI and lib are versioned separately, so this is the CLI version.
14332
14332
  */
14333
- AWS_CDK_CLI_VERSION: "2.1118.0",
14333
+ AWS_CDK_CLI_VERSION: "2.1118.2",
14334
14334
  /**
14335
14335
  * CDK Version to use for construct projects.
14336
14336
  *
@@ -14357,7 +14357,7 @@ var VERSION = {
14357
14357
  /**
14358
14358
  * Version of Projen to use.
14359
14359
  */
14360
- PROJEN_VERSION: "0.99.48",
14360
+ PROJEN_VERSION: "0.99.50",
14361
14361
  /**
14362
14362
  * Version of `actions/setup-node` to use in GitHub workflows.
14363
14363
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -16221,11 +16221,11 @@ function getStarlightRole(sub) {
16221
16221
  function formatLayoutViolation(violation) {
16222
16222
  const { projectName, projectType, outdir, expectedRoot } = violation;
16223
16223
  const expectedExample = expectedRoot === MONOREPO_LAYOUT.DOCS ? "docs/" : `${expectedRoot}/<scope>/<name>`;
16224
- return `[monorepo-layout] ${projectType} "${projectName}" has outdir "${outdir}", which is outside the expected root "${expectedRoot}/" (expected e.g. "${expectedExample}"). See docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md.`;
16224
+ return `[monorepo-layout] ${projectType} "${projectName}" has outdir "${outdir}", which is outside the expected root "${expectedRoot}/" (expected e.g. "${expectedExample}"). See docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md.`;
16225
16225
  }
16226
16226
  function formatStarlightSingletonViolation(violation) {
16227
16227
  const names = violation.projectNames.map((n) => `"${n}"`).join(", ");
16228
- return `[monorepo-layout] Multiple StarlightProject instances with role: "docs" found (${names}). ADR-006 allows exactly one docs-role Starlight project per MonorepoProject. Either remove the duplicates or set role: "site" on the additional ones so they land under sites/. See docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md.`;
16228
+ return `[monorepo-layout] Multiple StarlightProject instances with role: "docs" found (${names}). ADR-006 allows exactly one docs-role Starlight project per MonorepoProject. Either remove the duplicates or set role: "site" on the additional ones so they land under sites/. See docs/src/content/docs/requirements/architectural-decisions/ADR-006-monorepo-layout.md.`;
16229
16229
  }
16230
16230
  function outdirMatchesRoot(relOutdir, expectedRoot) {
16231
16231
  const segments = relOutdir.split("/").filter((s) => s.length > 0);
@@ -16810,6 +16810,16 @@ var MonorepoProject = class extends import_typescript3.TypeScriptAppProject {
16810
16810
  * Default PNPM version to use in the monorepo.
16811
16811
  */
16812
16812
  pnpmVersion: VERSION.PNPM_VERSION,
16813
+ /**
16814
+ * Node.js version used in GitHub Actions workflows (build, upgrade, etc.).
16815
+ * Pinning this inserts an `actions/setup-node` step before dependency
16816
+ * install so CI does not fall back to whatever Node the `ubuntu-latest`
16817
+ * runner ships with (currently Node 20.x, which is below the floor
16818
+ * required by Astro 6 / Starlight).
16819
+ *
16820
+ * @see {@link VERSION.NODE_WORKFLOWS}
16821
+ */
16822
+ workflowNodeVersion: VERSION.NODE_WORKFLOWS,
16813
16823
  /**
16814
16824
  * By default treat as a registry consumer (upgrade workflow syncs configulator).
16815
16825
  */
@@ -17006,7 +17016,10 @@ var MonorepoProject = class extends import_typescript3.TypeScriptAppProject {
17006
17016
  const upgradeJob = upgradeWorkflow?.getJob("upgrade");
17007
17017
  const jobWithSteps = upgradeJob && "steps" in upgradeJob ? upgradeJob : void 0;
17008
17018
  if (jobWithSteps?.steps && Array.isArray(jobWithSteps.steps)) {
17009
- const insertIndex = 4;
17019
+ const upgradeStepIndex = jobWithSteps.steps.findIndex(
17020
+ (step) => step.name === "Upgrade dependencies"
17021
+ );
17022
+ const insertIndex = upgradeStepIndex >= 0 ? upgradeStepIndex + 1 : jobWithSteps.steps.length;
17010
17023
  if (this.configulatorRegistryConsumer) {
17011
17024
  jobWithSteps.steps.splice(insertIndex, 0, {
17012
17025
  name: `Sync ${CONFIGULATOR_PACKAGE_NAME} in workspace`,