@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.mjs CHANGED
@@ -1249,8 +1249,8 @@ var baseBundle = {
1249
1249
  "at `/docs`. It is **not** `sites/@scope/docs`.",
1250
1250
  "",
1251
1251
  "- The docs site is monorepo-wide. Sub-project documentation belongs",
1252
- " inside that single site (under `docs/content/`), not in a per-package",
1253
- " `docs/` folder.",
1252
+ " inside that single site (under `docs/src/content/docs/`), not in a",
1253
+ " per-package `docs/` folder.",
1254
1254
  "- Configulator's `StarlightProject` defaults its `outdir` to `/docs` and",
1255
1255
  ' its `role` to `"docs"`. A second `StarlightProject` with `role: "docs"`',
1256
1256
  " fails synth \u2014 the singleton rule is enforced at validate time.",
@@ -1343,7 +1343,7 @@ var baseBundle = {
1343
1343
  };
1344
1344
 
1345
1345
  // src/agent/bundles/project-context.ts
1346
- var PROJECT_CONTEXT_PATH = "docs/project-context.md";
1346
+ var PROJECT_CONTEXT_PATH = "docs/src/content/docs/project-context.md";
1347
1347
  var SUBPROJECT_ROLE_GUIDANCE = [
1348
1348
  "### Sub-project roles",
1349
1349
  "",
@@ -1515,7 +1515,7 @@ var bcmWriterSubAgent = {
1515
1515
  " map rating), L1/L2/L3 decomposition with business-object focus,",
1516
1516
  " and value stream cross-mapping are preserved verbatim. Only",
1517
1517
  " *paths* are parameterized; vocabulary is not.",
1518
- "5. **Project Relevance comes from `docs/project-context.md`.** The",
1518
+ "5. **Project Relevance comes from `docs/src/content/docs/project-context.md`.** The",
1519
1519
  " Project Relevance section of every BCM document is framed against",
1520
1520
  " the mission, target users, and in/out-of-scope capabilities",
1521
1521
  " captured in that file. Never invent project framing.",
@@ -1550,7 +1550,7 @@ var bcmWriterSubAgent = {
1550
1550
  "|-------|-------|-------------|",
1551
1551
  "| `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. |",
1552
1552
  "| `bcm:scaffold` | 2. Scaffold | Create the BCM document with BIZBOK section headings and placeholder content for each attribute. Create the context issue. |",
1553
- "| `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. |",
1553
+ "| `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. |",
1554
1554
  "| `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. |",
1555
1555
  "",
1556
1556
  "All issues also carry `type:bcm-document` and a `status:*` label.",
@@ -1563,7 +1563,7 @@ var bcmWriterSubAgent = {
1563
1563
  "**Shortened paths:**",
1564
1564
  "- **Outline determines the capability is out of scope** (duplicate of",
1565
1565
  " an existing capability, not a business capability, or clearly not",
1566
- " relevant per `docs/project-context.md`) \u2192 outline issue closes with",
1566
+ " relevant per `docs/src/content/docs/project-context.md`) \u2192 outline issue closes with",
1567
1567
  " a justification and no downstream issues are created \u2192 **1",
1568
1568
  " session**.",
1569
1569
  "- **Scaffold reuses an existing BCM document** (the capability turned",
@@ -1587,15 +1587,15 @@ var bcmWriterSubAgent = {
1587
1587
  "",
1588
1588
  "| Placeholder | Meaning | Default |",
1589
1589
  "|-------------|---------|---------|",
1590
- "| `<BCM_DOC_ROOT>` | Root folder for all BCM capability-model documents | `docs/bcm/` |",
1591
- "| `<OUTLINE_ROOT>` | Working-directory root for outline files produced in Phase 1 | `docs/bcm/.outlines/` |",
1590
+ "| `<BCM_DOC_ROOT>` | Root folder for all BCM capability-model documents | `docs/src/content/docs/concepts/` |",
1591
+ "| `<OUTLINE_ROOT>` | Working-directory root for outline files produced in Phase 1 | `docs/src/content/docs/concepts/.outlines/` |",
1592
1592
  "| `<REGISTRY_INDEX>` | Capability registry `_index.md` file that lists every BCM doc | `<BCM_DOC_ROOT>/_index.md` |",
1593
1593
  "| `<CAPABILITY_MAP>` | Capability-map file that shows the L1/L2/L3 hierarchy | `<BCM_DOC_ROOT>/capability-map.md` |",
1594
1594
  "| `<ENTITY_TAXONOMY>` | Entity-taxonomy / product-context file used for business-object alignment | `docs/product/entity-taxonomy.md` |",
1595
1595
  "| `<BCM_SLUG>` | Short kebab-case slug identifying one BCM capability | derived from the capability name |",
1596
- "| `<PREFIX>` | Optional project-specific BCM ID prefix | derived from `docs/project-context.md` if specified |",
1596
+ "| `<PREFIX>` | Optional project-specific BCM ID prefix | derived from `docs/src/content/docs/project-context.md` if specified |",
1597
1597
  "",
1598
- "If `docs/project-context.md` specifies a different BCM tree, prefer",
1598
+ "If `docs/src/content/docs/project-context.md` specifies a different BCM tree, prefer",
1599
1599
  "that. Otherwise fall back to the defaults above.",
1600
1600
  "",
1601
1601
  "---",
@@ -1617,7 +1617,7 @@ var bcmWriterSubAgent = {
1617
1617
  "| **Definition** | 1\u20132 sentences | Describes what the capability is and its boundary \u2014 not how it is implemented. |",
1618
1618
  "| **Outcome** | 1 sentence | The measurable result the capability produces for the business. |",
1619
1619
  "| **Tier** | `L1` / `L2` / `L3` | L1 = top-level domain, L2 = mid-level grouping, L3 = granular capability that maps to one business object. |",
1620
- "| **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. |",
1620
+ "| **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. |",
1621
1621
  "",
1622
1622
  "### L1 / L2 / L3 Decomposition",
1623
1623
  "",
@@ -1645,7 +1645,7 @@ var bcmWriterSubAgent = {
1645
1645
  "- The input/output business objects at each stage",
1646
1646
  "",
1647
1647
  "Value streams are authoritative inputs \u2014 they come from",
1648
- "`docs/project-context.md`, a dedicated value-stream doc under",
1648
+ "`docs/src/content/docs/project-context.md`, a dedicated value-stream doc under",
1649
1649
  "`<BCM_DOC_ROOT>`, or the invoking issue. If no value stream is",
1650
1650
  "defined, write a `TODO: value stream not yet defined` placeholder and",
1651
1651
  "flag the context issue with `status:needs-attention`. Never invent",
@@ -1673,7 +1673,7 @@ var bcmWriterSubAgent = {
1673
1673
  "and write a short outline file that the scaffold phase will use as its",
1674
1674
  "spec.",
1675
1675
  "",
1676
- "**Budget:** Reading the invoking issue, `docs/project-context.md`, the",
1676
+ "**Budget:** Reading the invoking issue, `docs/src/content/docs/project-context.md`, the",
1677
1677
  "capability map, the entity taxonomy, and the registry `_index.md`.",
1678
1678
  "Write one outline file. No BCM document is created in this phase.",
1679
1679
  "",
@@ -1685,7 +1685,7 @@ var bcmWriterSubAgent = {
1685
1685
  " any proposed tier, and any authoritative references (value streams,",
1686
1686
  " existing parents/siblings, source meeting, source requirement).",
1687
1687
  "",
1688
- "2. **Read `docs/project-context.md`** for mission, in/out-of-scope",
1688
+ "2. **Read `docs/src/content/docs/project-context.md`** for mission, in/out-of-scope",
1689
1689
  " capabilities, domain vocabulary, and any BCM-specific overrides",
1690
1690
  " (paths, prefix, heat-map inputs).",
1691
1691
  "",
@@ -1829,7 +1829,7 @@ var bcmWriterSubAgent = {
1829
1829
  " TODO: filled in Phase 3 (Context).",
1830
1830
  "",
1831
1831
  " ## Project Relevance",
1832
- " TODO: filled in Phase 3 (Context) from docs/project-context.md.",
1832
+ " TODO: filled in Phase 3 (Context) from docs/src/content/docs/project-context.md.",
1833
1833
  "",
1834
1834
  " ## Traceability",
1835
1835
  " - **Parent capability:** <parent-slug or `none`>",
@@ -1857,7 +1857,7 @@ var bcmWriterSubAgent = {
1857
1857
  "Roles Involved, and Company Size Applicability \u2014 and append a",
1858
1858
  "revision-history entry.",
1859
1859
  "",
1860
- "**Budget:** Read the scaffold, `docs/project-context.md`, the value",
1860
+ "**Budget:** Read the scaffold, `docs/src/content/docs/project-context.md`, the value",
1861
1861
  "stream source, and the entity taxonomy. Targeted research only \u2014",
1862
1862
  "enough to fill each section with cited facts. Do not open downstream",
1863
1863
  "issues in this phase; that is Phase 4's job.",
@@ -1876,13 +1876,13 @@ var bcmWriterSubAgent = {
1876
1876
  "",
1877
1877
  "1. **Read the scaffolded BCM document** referenced in the issue body.",
1878
1878
  "",
1879
- "2. **Read `docs/project-context.md`** for mission, target users,",
1879
+ "2. **Read `docs/src/content/docs/project-context.md`** for mission, target users,",
1880
1880
  " in/out-of-scope capabilities, and key stakeholders \u2014 this is the",
1881
1881
  " authoritative source for the Project Relevance section.",
1882
1882
  "",
1883
1883
  "3. **Resolve the value stream.** Find the value-stream source named in",
1884
1884
  " the outline or the issue body. If none is provided, check",
1885
- " `docs/project-context.md` and `<BCM_DOC_ROOT>` for a value-stream",
1885
+ " `docs/src/content/docs/project-context.md` and `<BCM_DOC_ROOT>` for a value-stream",
1886
1886
  " doc. If still unresolved, write a `TODO: value stream not yet",
1887
1887
  " defined` placeholder and flag the context issue with",
1888
1888
  " `status:needs-attention`.",
@@ -1895,7 +1895,7 @@ var bcmWriterSubAgent = {
1895
1895
  "5. **Fill `## Company Size Applicability`.** Indicate whether this",
1896
1896
  " capability applies to `small`, `medium`, `large`, or `enterprise`",
1897
1897
  " organizations, with a one-line rationale each. Source from",
1898
- " `docs/project-context.md` target users when possible.",
1898
+ " `docs/src/content/docs/project-context.md` target users when possible.",
1899
1899
  "",
1900
1900
  "6. **Fill `## Enabling Software Systems`.** List the software systems",
1901
1901
  " (internal or external) that enable this capability. Reference",
@@ -1913,7 +1913,7 @@ var bcmWriterSubAgent = {
1913
1913
  " ```",
1914
1914
  "",
1915
1915
  "8. **Fill `## Project Relevance`.** Frame the capability against",
1916
- " `docs/project-context.md`:",
1916
+ " `docs/src/content/docs/project-context.md`:",
1917
1917
  " - Which in-scope capability does this match (or overlap with)?",
1918
1918
  " - Which mission pillar does it support?",
1919
1919
  " - Which target-user role benefits from it?",
@@ -2092,13 +2092,13 @@ var writeBcmSkill = {
2092
2092
  "",
2093
2093
  "## Default Paths",
2094
2094
  "",
2095
- "If the project has no override in `docs/project-context.md` or",
2095
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
2096
2096
  "`agentConfig.rules`, outputs land under:",
2097
2097
  "",
2098
- "- `docs/bcm/.outlines/<slug>.outline.md` (Phase 1)",
2099
- "- `docs/bcm/<slug>.md` (Phases 2\u20134)",
2100
- "- `docs/bcm/_index.md` (Phase 4, registry update)",
2101
- "- `docs/bcm/capability-map.md` (Phase 4, capability-map update)",
2098
+ "- `docs/src/content/docs/concepts/.outlines/<slug>.outline.md` (Phase 1)",
2099
+ "- `docs/src/content/docs/concepts/<slug>.md` (Phases 2\u20134)",
2100
+ "- `docs/src/content/docs/concepts/_index.md` (Phase 4, registry update)",
2101
+ "- `docs/src/content/docs/concepts/capability-map.md` (Phase 4, capability-map update)",
2102
2102
  "",
2103
2103
  "## Steps",
2104
2104
  "",
@@ -2321,7 +2321,7 @@ var companyProfileAnalystSubAgent = {
2321
2321
  "| `<PEOPLE_PROFILES_DIR>` | Where existing people profiles live (for duplicate detection during followup) | `docs/people/profiles/` |",
2322
2322
  "| `<SOFTWARE_PROFILES_DIR>` | Where existing software profiles live (for duplicate detection during followup) | `docs/software/profiles/` |",
2323
2323
  "",
2324
- "If `docs/project-context.md` specifies a different company-research",
2324
+ "If `docs/src/content/docs/project-context.md` specifies a different company-research",
2325
2325
  "tree (for example by reusing the research-pipeline deliverables",
2326
2326
  "folder), prefer that. Otherwise fall back to the defaults above.",
2327
2327
  "",
@@ -2671,7 +2671,7 @@ var profileCompanySkill = {
2671
2671
  "",
2672
2672
  "## Default Paths",
2673
2673
  "",
2674
- "If the project has no override in `docs/project-context.md` or",
2674
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
2675
2675
  "`agentConfig.rules`, outputs land under:",
2676
2676
  "",
2677
2677
  "- `docs/companies/notes/<slug>.notes.md`",
@@ -3078,7 +3078,7 @@ var industryDiscoveryAnalystSubAgent = {
3078
3078
  "the consuming project sells, which industries matter, or what the",
3079
3079
  "scoring rubric should weight. All domain-specific vocabulary, scoring",
3080
3080
  "inputs, output locations, and threshold values come from the invoking",
3081
- "issue body, `docs/project-context.md`, or the consuming project's",
3081
+ "issue body, `docs/src/content/docs/project-context.md`, or the consuming project's",
3082
3082
  "configuration.",
3083
3083
  "",
3084
3084
  "Follow your project's shared agent conventions (`AGENTS.md`,",
@@ -3103,7 +3103,7 @@ var industryDiscoveryAnalystSubAgent = {
3103
3103
  " companies, or source projects. Use placeholders that the skill",
3104
3104
  " invocation or consuming project fills in.",
3105
3105
  "5. **Configurable rubric.** The fit rubric \u2014 criteria, weights, and",
3106
- " threshold \u2014 comes from `docs/project-context.md` or the invoking",
3106
+ " threshold \u2014 comes from `docs/src/content/docs/project-context.md` or the invoking",
3107
3107
  " issue body. Never invent weights or pass/fail cutoffs without an",
3108
3108
  " authoritative source.",
3109
3109
  "6. **Planning only.** This pipeline produces candidate lists,",
@@ -3166,7 +3166,7 @@ var industryDiscoveryAnalystSubAgent = {
3166
3166
  "| `<PLANS_DIR>` | Plan files summarizing downstream research (Phase 3) | `<INDUSTRY_ROOT>/plans/` |",
3167
3167
  "| `<DISCOVERY_SLUG>` | Short kebab-case slug identifying one discovery cycle | derived from the scope |",
3168
3168
  "",
3169
- "If `docs/project-context.md` specifies a different industry-discovery",
3169
+ "If `docs/src/content/docs/project-context.md` specifies a different industry-discovery",
3170
3170
  "tree, prefer that. Otherwise fall back to the defaults above.",
3171
3171
  "",
3172
3172
  "---",
@@ -3179,7 +3179,7 @@ var industryDiscoveryAnalystSubAgent = {
3179
3179
  "",
3180
3180
  "1. **Invoking issue body.** If the issue body includes a `## Fit",
3181
3181
  " Rubric` section, use it verbatim.",
3182
- "2. **`docs/project-context.md`.** If the project context file includes",
3182
+ "2. **`docs/src/content/docs/project-context.md`.** If the project context file includes",
3183
3183
  " a `## Industry Fit Rubric` section, use it.",
3184
3184
  "3. **Default scaffold.** If neither source defines a rubric, write a",
3185
3185
  " placeholder rubric with `TODO:` weights and flag the evaluate issue",
@@ -3302,7 +3302,7 @@ var industryDiscoveryAnalystSubAgent = {
3302
3302
  "1. **Read the candidate file** referenced in the issue body.",
3303
3303
  "",
3304
3304
  "2. **Resolve the fit rubric** per the Fit Rubric Convention above.",
3305
- " If neither the invoking issue nor `docs/project-context.md` defines",
3305
+ " If neither the invoking issue nor `docs/src/content/docs/project-context.md` defines",
3306
3306
  " a rubric, emit a scaffold and flag `status:needs-attention` \u2014 do not",
3307
3307
  " silently invent weights or thresholds.",
3308
3308
  "",
@@ -3477,12 +3477,12 @@ var discoverIndustriesSkill = {
3477
3477
  "- `slug: <kebab-case>` \u2014 override the derived discovery slug",
3478
3478
  "- `rubric: inline` \u2014 include an inline `## Fit Rubric` section to use",
3479
3479
  " for Phase 2; otherwise the agent falls back to",
3480
- " `docs/project-context.md` or a scaffold",
3480
+ " `docs/src/content/docs/project-context.md` or a scaffold",
3481
3481
  "- `threshold: <0.0\u20131.0>` \u2014 override the rubric's default threshold",
3482
3482
  "",
3483
3483
  "## Default Paths",
3484
3484
  "",
3485
- "If the project has no override in `docs/project-context.md` or",
3485
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
3486
3486
  "`agentConfig.rules`, outputs land under:",
3487
3487
  "",
3488
3488
  "- `docs/industries/candidates/<slug>.candidates.md`",
@@ -3735,7 +3735,7 @@ var maintenanceAuditSubAgent = {
3735
3735
  "",
3736
3736
  "| Placeholder | Meaning | Example |",
3737
3737
  "|-------------|---------|---------|",
3738
- "| `<DOCS_ROOT>` | Root of the doc tree being audited | `docs/requirements/`, `docs/adrs/`, `docs/bcm/` |",
3738
+ "| `<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/` |",
3739
3739
  "| `<REGISTRY_INDEX>` | Registry or index file to check for drift | `<DOCS_ROOT>/_index.md`, `<DOCS_ROOT>/README.md` |",
3740
3740
  "| `<AUDIT_ROOT>` | Where audit reports are written | `docs/maintenance/` |",
3741
3741
  "| `<AUDIT_SLUG>` | Short identifier for this audit scope | e.g. `requirements-xrefs`, `adr-registry`, `bcm-traceability` |",
@@ -4028,10 +4028,10 @@ var maintenanceAuditSkill = {
4028
4028
  "",
4029
4029
  "Where `<scope>` is a short slug plus path for the doc tree to",
4030
4030
  "audit. Examples:",
4031
- "- `requirements-xrefs:docs/requirements/` \u2014 audit requirement",
4031
+ "- `requirements-xrefs:docs/src/content/docs/requirements/` \u2014 audit requirement",
4032
4032
  " traceability links and the category registries",
4033
- "- `adr-registry:docs/adrs/` \u2014 audit the ADR registry index",
4034
- "- `bcm-traceability:docs/bcm/` \u2014 audit BCM capability-model",
4033
+ "- `adr-registry:docs/src/content/docs/requirements/architectural-decisions/` \u2014 audit the ADR registry index",
4034
+ "- `bcm-traceability:docs/src/content/docs/concepts/` \u2014 audit BCM capability-model",
4035
4035
  " cross-references",
4036
4036
  "",
4037
4037
  "The consuming project defines which scopes are valid.",
@@ -5499,7 +5499,7 @@ var peopleProfileAnalystSubAgent = {
5499
5499
  "| `<SOFTWARE_DIR>` | Where existing software profiles live (for cross-references and duplicate detection during followup) | `docs/software/profiles/` |",
5500
5500
  "| `<MEETINGS_DIR>` | Where meeting notes live (for cross-references) | `docs/meetings/` |",
5501
5501
  "",
5502
- "If `docs/project-context.md` specifies a different people-research",
5502
+ "If `docs/src/content/docs/project-context.md` specifies a different people-research",
5503
5503
  "tree or cross-reference target, prefer that. Otherwise fall back to",
5504
5504
  "the defaults above. Cross-reference directories are read-only \u2014 this",
5505
5505
  "agent never writes into them.",
@@ -5514,7 +5514,7 @@ var peopleProfileAnalystSubAgent = {
5514
5514
  "- **Default cadence:** 180 days from the profile's `date` frontmatter.",
5515
5515
  "- **Override:** the invoking issue body may specify a `refresh_days: N`",
5516
5516
  " field, or the consuming project may set a project-wide default in",
5517
- " `docs/project-context.md`.",
5517
+ " `docs/src/content/docs/project-context.md`.",
5518
5518
  "",
5519
5519
  "When the `/profile-person` skill is invoked for a slug that already",
5520
5520
  "has a profile:",
@@ -5949,7 +5949,7 @@ var profilePersonSkill = {
5949
5949
  "",
5950
5950
  "## Default Paths",
5951
5951
  "",
5952
- "If the project has no override in `docs/project-context.md` or",
5952
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
5953
5953
  "`agentConfig.rules`, outputs land under:",
5954
5954
  "",
5955
5955
  "- `docs/people/notes/<slug>.notes.md`",
@@ -7285,8 +7285,8 @@ var prReviewBundle = {
7285
7285
  "",
7286
7286
  "human-required:",
7287
7287
  " paths:",
7288
- ' - "docs/requirements/architectural-decisions/**"',
7289
- ' - "docs/project-context.md"',
7288
+ ' - "docs/src/content/docs/requirements/architectural-decisions/**"',
7289
+ ' - "docs/src/content/docs/project-context.md"',
7290
7290
  ' - ".github/workflows/**"',
7291
7291
  ' - ".github/CODEOWNERS"',
7292
7292
  ' - ".projenrc.ts"',
@@ -7908,7 +7908,7 @@ var REQ_WRITE_ISSUE_SCHEMA_SECTION = [
7908
7908
  "- **Output Path:** absolute-from-repo-root path ending in",
7909
7909
  " `<PREFIX>-<NNN>-<slug>.md` under the target category directory",
7910
7910
  " (for example,",
7911
- " `docs/requirements/functional/FR-012-checkout-flow.md`).",
7911
+ " `docs/src/content/docs/requirements/functional/FR-012-checkout-flow.md`).",
7912
7912
  "",
7913
7913
  "### Strongly Recommended",
7914
7914
  "",
@@ -8019,12 +8019,12 @@ var requirementsAnalystSubAgent = {
8019
8019
  "",
8020
8020
  "| Placeholder | Meaning | Typical value |",
8021
8021
  "|-------------|---------|---------------|",
8022
- "| `<BCM_DOCS_ROOT>` | Root of BCM model docs (capability models) | `src/content/docs/concepts/` |",
8023
- "| `<COMPETITIVE_ROOT>` | Competitive analysis docs | `src/content/docs/business-strategy/competitive/` |",
8024
- "| `<PRODUCT_ROOT>` | Product roadmap / entity taxonomy | `src/content/docs/product/` |",
8025
- "| `<MEETINGS_ROOT>` | Meeting extracts | `src/content/docs/research/meetings/` |",
8026
- "| `<RESEARCH_REQUIREMENTS_ROOT>` | Scan reports and proposals | `src/content/docs/research/requirements/` |",
8027
- "| `<REQUIREMENTS_ROOT>` | Final requirement documents (owned by requirements-writer) | `src/content/docs/requirements/` |",
8022
+ "| `<BCM_DOCS_ROOT>` | Root of BCM model docs (capability models) | `docs/src/content/docs/concepts/` |",
8023
+ "| `<COMPETITIVE_ROOT>` | Competitive analysis docs | `docs/src/content/docs/business-strategy/competitive/` |",
8024
+ "| `<PRODUCT_ROOT>` | Product roadmap / entity taxonomy | `docs/src/content/docs/product/` |",
8025
+ "| `<MEETINGS_ROOT>` | Meeting extracts | `docs/src/content/docs/research/meetings/` |",
8026
+ "| `<RESEARCH_REQUIREMENTS_ROOT>` | Scan reports and proposals | `docs/src/content/docs/research/requirements/` |",
8027
+ "| `<REQUIREMENTS_ROOT>` | Final requirement documents (owned by requirements-writer) | `docs/src/content/docs/requirements/` |",
8028
8028
  "| `<PREFIX>` | Project-specific requirement ID prefix | e.g. `VRTX`, `ACME` |",
8029
8029
  "",
8030
8030
  "If your project stores these in different locations, substitute accordingly",
@@ -8062,7 +8062,7 @@ var requirementsAnalystSubAgent = {
8062
8062
  "",
8063
8063
  "| Scope | What to read | What to look for |",
8064
8064
  "|-------|-------------|-----------------|",
8065
- "| **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. |",
8065
+ "| **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. |",
8066
8066
  "| **Competitive analysis** | One `comp-*.md` doc under `<COMPETITIVE_ROOT>` | Feature comparison gaps \u2014 competitor features the product lacks requirements for |",
8067
8067
  "| **Product roadmap** | `<PRODUCT_ROOT>/prioritized-feature-roadmap.md` | Roadmap items without corresponding FRs |",
8068
8068
  "| **Entity taxonomy** | `<PRODUCT_ROOT>/entity-taxonomy.md` | Entities without CRUD requirements (FR), data requirements (DR), or security requirements (SEC) |",
@@ -8325,7 +8325,7 @@ var requirementsAnalystSubAgent = {
8325
8325
  "",
8326
8326
  "| Direction | Agent | What |",
8327
8327
  "|-----------|-------|------|",
8328
- "| Upstream | BCM Writer | Scans capability-model docs for project-relevance gaps (judged against `docs/project-context.md`) |",
8328
+ "| Upstream | BCM Writer | Scans capability-model docs for project-relevance gaps (judged against `docs/src/content/docs/project-context.md`) |",
8329
8329
  "| Upstream | Company Research | Scans competitive analysis for feature comparison gaps |",
8330
8330
  "| Upstream | Meeting Analyst | Scans meeting extracts for requirement proposals |",
8331
8331
  "| Downstream | `requirements-writer` | Picks up the `type:requirement` + `req:write` issues this agent creates and drafts the actual requirement document |",
@@ -10238,7 +10238,7 @@ This reference provides detailed guidance on the standards and frameworks that i
10238
10238
 
10239
10239
  ## Tier-Specific Standards Guidance
10240
10240
 
10241
- 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\`.
10241
+ 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\`.
10242
10242
 
10243
10243
  ### Platform Tier
10244
10244
  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:
@@ -10379,18 +10379,18 @@ var requirementsWriterSubAgent = {
10379
10379
  "",
10380
10380
  "The pipeline uses these placeholders. Consuming projects override the",
10381
10381
  "defaults by passing paths in the `/write-requirement` skill",
10382
- "invocation, by recording overrides in `docs/project-context.md`, or",
10382
+ "invocation, by recording overrides in `docs/src/content/docs/project-context.md`, or",
10383
10383
  "by extending this rule in their own `agentConfig.rules`.",
10384
10384
  "",
10385
10385
  "| Placeholder | Meaning | Default |",
10386
10386
  "|-------------|---------|---------|",
10387
- "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
10387
+ "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/src/content/docs/requirements/` |",
10388
10388
  "| `<RESEARCH_REQUIREMENTS_ROOT>` | Where the upstream `requirements-analyst` writes proposals | `docs/research/requirements/` |",
10389
10389
  `| \`<TEMPLATES_ROOT>\` | Where the category templates ship (set automatically by this bundle) | \`${REQUIREMENTS_WRITER_PATHS.templatesRoot}\` |`,
10390
10390
  `| \`<STANDARDS_REF>\` | Standards & frameworks reference document | \`${REQUIREMENTS_WRITER_PATHS.standardsRef}\` |`,
10391
- "| `<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 |",
10391
+ "| `<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 |",
10392
10392
  "",
10393
- "If `docs/project-context.md` specifies a different requirements tree,",
10393
+ "If `docs/src/content/docs/project-context.md` specifies a different requirements tree,",
10394
10394
  "prefer that. Otherwise fall back to the defaults above.",
10395
10395
  "",
10396
10396
  "---",
@@ -10411,7 +10411,7 @@ var requirementsWriterSubAgent = {
10411
10411
  'Tier is **orthogonal** to category \u2014 category answers "what kind"',
10412
10412
  'while tier answers "where in the architecture." The tier names below',
10413
10413
  "are the bundle defaults; consuming projects may rename or reduce the",
10414
- "tier set in their own `docs/project-context.md`.",
10414
+ "tier set in their own `docs/src/content/docs/project-context.md`.",
10415
10415
  "",
10416
10416
  ...REQUIREMENTS_TIER_TABLE_SECTION,
10417
10417
  "",
@@ -10548,7 +10548,7 @@ var requirementsWriterSubAgent = {
10548
10548
  "",
10549
10549
  "- **PREFIX** \u2014 category abbreviation (`BR`, `FR`, `NFR`, `TR`,",
10550
10550
  " `ADR`, `SEC`, `DR`, `INT`, `OPS`, `UX`, `MT`). If the project",
10551
- " declares a project-wide prefix in `docs/project-context.md`, use",
10551
+ " declares a project-wide prefix in `docs/src/content/docs/project-context.md`, use",
10552
10552
  " it instead.",
10553
10553
  "- **NNN** \u2014 three-digit sequential number (001, 002, 012). Always",
10554
10554
  " check the target category directory under `<REQUIREMENTS_ROOT>`",
@@ -10820,7 +10820,7 @@ var requirementsWriterSubAgent = {
10820
10820
  "",
10821
10821
  "7. **Set frontmatter.** At minimum: `title`, `description`, `tier`.",
10822
10822
  " If the project declares optional frontmatter conventions in",
10823
- " `docs/project-context.md` (such as `referencedIn.meetings[]`),",
10823
+ " `docs/src/content/docs/project-context.md` (such as `referencedIn.meetings[]`),",
10824
10824
  " honor them. Otherwise stop at the minimum.",
10825
10825
  "",
10826
10826
  "8. **Update the category index.** If the category directory has a",
@@ -10958,7 +10958,7 @@ var writeRequirementSkill = {
10958
10958
  "- `tier: platform | industry | customer-workflow | consumer-app` \u2014",
10959
10959
  " the architectural tier (default: `platform`)",
10960
10960
  "- `prefix: <PROJECT_PREFIX>` \u2014 override the default category prefix",
10961
- " with a project-specific one declared in `docs/project-context.md`",
10961
+ " with a project-specific one declared in `docs/src/content/docs/project-context.md`",
10962
10962
  "- `customer: <link-or-slug>` \u2014 link the requirement to a customer",
10963
10963
  " profile (expected for Customer Workflow / Consumer Application",
10964
10964
  " tiers in projects that track customer profiles)",
@@ -10969,12 +10969,12 @@ var writeRequirementSkill = {
10969
10969
  "",
10970
10970
  "## Default Paths",
10971
10971
  "",
10972
- "If the project has no override in `docs/project-context.md` or",
10972
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
10973
10973
  "`agentConfig.rules`, outputs land under:",
10974
10974
  "",
10975
- "- `docs/requirements/<category-dir>/<PREFIX>-<NNN>-<slug>.md`",
10976
- "- `docs/requirements/<category-dir>/README.md` (registry update)",
10977
- "- `docs/requirements/README.md` (top-level README, generated on",
10975
+ "- `docs/src/content/docs/requirements/<category-dir>/<PREFIX>-<NNN>-<slug>.md`",
10976
+ "- `docs/src/content/docs/requirements/<category-dir>/README.md` (registry update)",
10977
+ "- `docs/src/content/docs/requirements/README.md` (top-level README, generated on",
10978
10978
  " first use only)",
10979
10979
  "",
10980
10980
  "Templates and the standards reference ship with this skill under",
@@ -11200,18 +11200,18 @@ var requirementsReviewerSubAgent = {
11200
11200
  "",
11201
11201
  "The pipeline uses these placeholders. Consuming projects override",
11202
11202
  "the defaults by passing paths in the `/review-requirements` skill",
11203
- "invocation, by recording overrides in `docs/project-context.md`, or",
11203
+ "invocation, by recording overrides in `docs/src/content/docs/project-context.md`, or",
11204
11204
  "by extending this rule in their own `agentConfig.rules`.",
11205
11205
  "",
11206
11206
  "| Placeholder | Meaning | Default |",
11207
11207
  "|-------------|---------|---------|",
11208
- "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/requirements/` |",
11208
+ "| `<REQUIREMENTS_ROOT>` | Root folder for final requirement documents | `docs/src/content/docs/requirements/` |",
11209
11209
  "| `<REVIEW_REPORTS_ROOT>` | Where review reports are written | `docs/research/reviews/` |",
11210
11210
  `| \`<TEMPLATES_ROOT>\` | Where the writer bundle ships category templates (read-only for this agent) | \`${REQUIREMENTS_WRITER_PATHS.templatesRoot}\` |`,
11211
11211
  `| \`<STANDARDS_REF>\` | Standards & frameworks reference shipped by the writer bundle | \`${REQUIREMENTS_WRITER_PATHS.standardsRef}\` |`,
11212
11212
  "| `<STALE_PROPOSED_THRESHOLD_DAYS>` | Age (in days) after which a `Proposed` ADR/TR is flagged as a stale decision by Check 12 | `14` |",
11213
11213
  "",
11214
- "If `docs/project-context.md` specifies a different requirements",
11214
+ "If `docs/src/content/docs/project-context.md` specifies a different requirements",
11215
11215
  "tree, prefer that. Otherwise fall back to the defaults above.",
11216
11216
  "",
11217
11217
  "---",
@@ -11270,7 +11270,7 @@ var requirementsReviewerSubAgent = {
11270
11270
  "- YAML frontmatter present with `title` and `description` fields",
11271
11271
  "- Title in frontmatter matches the `# Heading` line",
11272
11272
  "- File name follows `{PREFIX}-{NNN}-{slug}.md` (or the project",
11273
- " prefix declared in `docs/project-context.md`)",
11273
+ " prefix declared in `docs/src/content/docs/project-context.md`)",
11274
11274
  "- File is in the correct category directory under",
11275
11275
  " `<REQUIREMENTS_ROOT>`",
11276
11276
  "- `Status` field is set to one of the valid values: `Draft`,",
@@ -11302,7 +11302,7 @@ var requirementsReviewerSubAgent = {
11302
11302
  "",
11303
11303
  "Check that the requirement dependency graph is connected. Apply",
11304
11304
  "these expectations as defaults; override them when the project's",
11305
- "`docs/project-context.md` defines a different traceability shape:",
11305
+ "`docs/src/content/docs/project-context.md` defines a different traceability shape:",
11306
11306
  "",
11307
11307
  "- Every FR should trace back to at least one BR (via",
11308
11308
  ' "Implements")',
@@ -11371,7 +11371,7 @@ var requirementsReviewerSubAgent = {
11371
11371
  " integration shape?)",
11372
11372
  "- **Staleness** \u2014 Are statuses up to date? Are there `Draft`",
11373
11373
  " documents that should have progressed?",
11374
- "- **Naming consistency** \u2014 When `docs/project-context.md` declares",
11374
+ "- **Naming consistency** \u2014 When `docs/src/content/docs/project-context.md` declares",
11375
11375
  " a project name or product name, verify it is used consistently",
11376
11376
  " across documents.",
11377
11377
  "",
@@ -11440,7 +11440,7 @@ var requirementsReviewerSubAgent = {
11440
11440
  "Verify that every document has a valid tier classification. The",
11441
11441
  "default tier set is `platform`, `industry`, `customer-workflow`,",
11442
11442
  "`consumer-app`; consuming projects may rename or reduce the tier",
11443
- "set in their own `docs/project-context.md`.",
11443
+ "set in their own `docs/src/content/docs/project-context.md`.",
11444
11444
  "",
11445
11445
  "- `tier` field is set in YAML frontmatter (one of the project's",
11446
11446
  " declared tier slugs)",
@@ -11490,7 +11490,7 @@ var requirementsReviewerSubAgent = {
11490
11490
  "### 11. Cross-Referencing Convention Compliance",
11491
11491
  "",
11492
11492
  "Verify alignment with the project's cross-referencing conventions",
11493
- "(usually documented in `docs/project-context.md` or a profile",
11493
+ "(usually documented in `docs/src/content/docs/project-context.md` or a profile",
11494
11494
  "registry index):",
11495
11495
  "",
11496
11496
  "- Requirements that reference profiled organizations use the",
@@ -11535,7 +11535,7 @@ var requirementsReviewerSubAgent = {
11535
11535
  "",
11536
11536
  "The threshold placeholder `<STALE_PROPOSED_THRESHOLD_DAYS>` is",
11537
11537
  "configurable \u2014 override it in the `req:review` issue body, in",
11538
- "`docs/project-context.md`, or via `agentConfig.rules`. The default",
11538
+ "`docs/src/content/docs/project-context.md`, or via `agentConfig.rules`. The default",
11539
11539
  "of 14 days sits above the orchestrator's existing 72h / 168h stale",
11540
11540
  "thresholds for `status:in-progress` / `status:blocked` and fits",
11541
11541
  "the pace at which architectural decisions are typically ratified.",
@@ -11946,7 +11946,7 @@ var requirementsReviewerSubAgent = {
11946
11946
  "",
11947
11947
  "- **Targets** \u2014 one or more requirement IDs or paths to deprecate",
11948
11948
  " (for example, `ADR-007-auth-provider.md` or",
11949
- " `docs/requirements/architecture/ADR-007-auth-provider.md`).",
11949
+ " `docs/src/content/docs/requirements/architecture/ADR-007-auth-provider.md`).",
11950
11950
  "- **Transition** \u2014 per target, either `Deprecated` (no successor)",
11951
11951
  " or `Superseded-by: <path>` (where `<path>` is the relative path",
11952
11952
  " or requirement ID of the replacement document). When the",
@@ -12126,7 +12126,7 @@ var requirementsReviewerSubAgent = {
12126
12126
  " deprecation follow-up must cite the referencing document path and",
12127
12127
  " the line(s) that mention the deprecated ID.",
12128
12128
  "- **Do not invent traceability rules.** Use the defaults documented",
12129
- " above unless the project's `docs/project-context.md` declares a",
12129
+ " above unless the project's `docs/src/content/docs/project-context.md` declares a",
12130
12130
  " different traceability shape.",
12131
12131
  "- **Audits >10 documents must use a verification script.** Manual",
12132
12132
  " review of large sets always misses broken links."
@@ -12183,7 +12183,7 @@ var reviewRequirementsSkill = {
12183
12183
  "",
12184
12184
  "## Default Paths",
12185
12185
  "",
12186
- "If the project has no override in `docs/project-context.md` or",
12186
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
12187
12187
  "`agentConfig.rules`, outputs land under:",
12188
12188
  "",
12189
12189
  "- `docs/research/reviews/review-<scope>-YYYY-MM-DD.md` \u2014 the",
@@ -12366,7 +12366,7 @@ var requirementsReviewerBundle = {
12366
12366
  "Check 12 flags ADR and TR documents that have carried",
12367
12367
  "`Status: Proposed` longer than",
12368
12368
  "`<STALE_PROPOSED_THRESHOLD_DAYS>` days (default 14, configurable",
12369
- "via the `req:review` issue body, `docs/project-context.md`, or",
12369
+ "via the `req:review` issue body, `docs/src/content/docs/project-context.md`, or",
12370
12370
  "`agentConfig.rules`). Stale decisions are reported in a separate",
12371
12371
  "**Stale decisions** section of the review report and trigger one",
12372
12372
  "aggregated `req:review` follow-up issue labeled",
@@ -12559,7 +12559,7 @@ var researchAnalystSubAgent = {
12559
12559
  "| `<RESEARCH_SLUG>` | Short kebab-case slug identifying one research cycle | derived from the question |",
12560
12560
  "| `<N>` | Number of slices (default 4, max 8) | `4` |",
12561
12561
  "",
12562
- "If `docs/project-context.md` specifies a different research tree,",
12562
+ "If `docs/src/content/docs/project-context.md` specifies a different research tree,",
12563
12563
  "prefer that. Otherwise fall back to the defaults above.",
12564
12564
  "",
12565
12565
  "---",
@@ -12849,7 +12849,7 @@ var researchSkill = {
12849
12849
  "",
12850
12850
  "## Default Paths",
12851
12851
  "",
12852
- "If the project has no override in `docs/project-context.md` or",
12852
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
12853
12853
  "`agentConfig.rules`, outputs land under:",
12854
12854
  "",
12855
12855
  "- `docs/research/scopes/<slug>.scope.md`",
@@ -13139,7 +13139,7 @@ var softwareProfileAnalystSubAgent = {
13139
13139
  "4. **Generic over specific.** No hardcoded product types, feature",
13140
13140
  " taxonomies, or segment assumptions. Use the generic software-type",
13141
13141
  " taxonomy below and let consuming projects override it via their",
13142
- " `docs/project-context.md` or `agentConfig.rules`.",
13142
+ " `docs/src/content/docs/project-context.md` or `agentConfig.rules`.",
13143
13143
  "5. **Cite everything.** Every non-trivial factual claim in the",
13144
13144
  " profile must carry a source citation (URL plus access date).",
13145
13145
  "6. **Follow-up, don't widen scope.** If the session turns up adjacent",
@@ -13151,7 +13151,7 @@ var softwareProfileAnalystSubAgent = {
13151
13151
  " products stay inside this pipeline via `software:research`",
13152
13152
  " issues.",
13153
13153
  "7. **Segment weights live in project context.** Segment-importance",
13154
- " weights belong in `docs/project-context.md` (or an override",
13154
+ " weights belong in `docs/src/content/docs/project-context.md` (or an override",
13155
13155
  " passed in the issue body). This agent reads them; it never",
13156
13156
  " invents them.",
13157
13157
  "",
@@ -13186,14 +13186,14 @@ var softwareProfileAnalystSubAgent = {
13186
13186
  "the project's own strategy; features that serve high-weight segments",
13187
13187
  "rank higher in the matrix.",
13188
13188
  "",
13189
- "**Convention:** segment weights live in `docs/project-context.md`",
13189
+ "**Convention:** segment weights live in `docs/src/content/docs/project-context.md`",
13190
13190
  "under a `## Segment Weights` section. The format is a simple",
13191
13191
  "markdown table with `segment` and `weight` columns. Weights are",
13192
13192
  "non-negative numbers; the scale is project-defined (0\u20131, 0\u201310, and",
13193
13193
  "0\u2013100 are all valid as long as the project is internally",
13194
13194
  "consistent).",
13195
13195
  "",
13196
- "Example `docs/project-context.md` fragment:",
13196
+ "Example `docs/src/content/docs/project-context.md` fragment:",
13197
13197
  "",
13198
13198
  "```markdown",
13199
13199
  "## Segment Weights",
@@ -13206,7 +13206,7 @@ var softwareProfileAnalystSubAgent = {
13206
13206
  "| hobbyist | 0.5 |",
13207
13207
  "```",
13208
13208
  "",
13209
- "If `docs/project-context.md` does not define segment weights,",
13209
+ "If `docs/src/content/docs/project-context.md` does not define segment weights,",
13210
13210
  "**do not invent them**. Either:",
13211
13211
  "",
13212
13212
  "- Accept an `weights:` override in the invoking issue body, or",
@@ -13268,7 +13268,7 @@ var softwareProfileAnalystSubAgent = {
13268
13268
  "| `<COMPANY_PROFILES_DIR>` | Where existing company profiles live (for duplicate detection during followup) | `docs/companies/profiles/` |",
13269
13269
  "| `<PEOPLE_PROFILES_DIR>` | Where existing people profiles live (for duplicate detection during followup) | `docs/people/profiles/` |",
13270
13270
  "",
13271
- "If `docs/project-context.md` specifies a different software-research",
13271
+ "If `docs/src/content/docs/project-context.md` specifies a different software-research",
13272
13272
  "tree (for example by reusing the research-pipeline deliverables",
13273
13273
  "folder), prefer that. Otherwise fall back to the defaults above.",
13274
13274
  "",
@@ -13448,7 +13448,7 @@ var softwareProfileAnalystSubAgent = {
13448
13448
  "4. **Create the `software:matrix` issue** with",
13449
13449
  " `Depends on: #<profile-issue>`. Its body references the profile",
13450
13450
  " path, the matrix file path, and the segment-weights source",
13451
- " (`docs/project-context.md` or an explicit override).",
13451
+ " (`docs/src/content/docs/project-context.md` or an explicit override).",
13452
13452
  "",
13453
13453
  "5. **Commit and push** the profile file. Close the profile issue.",
13454
13454
  "",
@@ -13472,7 +13472,7 @@ var softwareProfileAnalystSubAgent = {
13472
13472
  "```markdown",
13473
13473
  "---",
13474
13474
  'title: "Software Feature Matrix"',
13475
- "weights_source: docs/project-context.md#segment-weights",
13475
+ "weights_source: docs/src/content/docs/project-context.md#segment-weights",
13476
13476
  "updated: YYYY-MM-DD",
13477
13477
  "---",
13478
13478
  "",
@@ -13494,12 +13494,12 @@ var softwareProfileAnalystSubAgent = {
13494
13494
  "score = \u03A3 (coverage[segment] * weight[segment])",
13495
13495
  "```",
13496
13496
  "",
13497
- "using the weights loaded from `docs/project-context.md`.",
13497
+ "using the weights loaded from `docs/src/content/docs/project-context.md`.",
13498
13498
  "",
13499
13499
  "### Steps",
13500
13500
  "",
13501
13501
  "1. **Load segment weights.** Read `## Segment Weights` from",
13502
- " `docs/project-context.md`. If absent, fall back to the",
13502
+ " `docs/src/content/docs/project-context.md`. If absent, fall back to the",
13503
13503
  " `weights:` override in the issue body, or the single-segment",
13504
13504
  " default described in `## Segment-Importance Weights` above.",
13505
13505
  "",
@@ -13684,7 +13684,7 @@ var softwareProfileAnalystSubAgent = {
13684
13684
  "- **Cite everything.** Profile claims without source citations do not",
13685
13685
  " belong in the deliverable.",
13686
13686
  "- **No invented weights.** Segment weights come from",
13687
- " `docs/project-context.md` or an explicit issue-body override. If",
13687
+ " `docs/src/content/docs/project-context.md` or an explicit issue-body override. If",
13688
13688
  " neither is available, fall back to the single-segment default and",
13689
13689
  " flag the gap \u2014 never guess.",
13690
13690
  "- **Delegate, don't duplicate.** The vendor company and primary-",
@@ -13737,12 +13737,12 @@ var profileSoftwareSkill = {
13737
13737
  "- `slug: <kebab-case>` \u2014 override the derived product slug",
13738
13738
  "- `weights: <table>` \u2014 override the segment-importance weights for",
13739
13739
  " this profile cycle (otherwise loaded from",
13740
- " `docs/project-context.md`)",
13740
+ " `docs/src/content/docs/project-context.md`)",
13741
13741
  "- `sources: <list>` \u2014 additional authorized sources beyond public web",
13742
13742
  "",
13743
13743
  "## Default Paths",
13744
13744
  "",
13745
- "If the project has no override in `docs/project-context.md` or",
13745
+ "If the project has no override in `docs/src/content/docs/project-context.md` or",
13746
13746
  "`agentConfig.rules`, outputs land under:",
13747
13747
  "",
13748
13748
  "- `docs/software/notes/<slug>.notes.md`",
@@ -13801,7 +13801,7 @@ var softwareProfileBundle = {
13801
13801
  "The pipeline produces **software profiles, research notes, and",
13802
13802
  "rows in a shared feature matrix**. Features are ranked against",
13803
13803
  "segment-importance weights declared in",
13804
- "`docs/project-context.md` under a `## Segment Weights` section.",
13804
+ "`docs/src/content/docs/project-context.md` under a `## Segment Weights` section.",
13805
13805
  "Deeper research on adjacent products surfaced in a profile is",
13806
13806
  "delegated to new cycles of this same pipeline via",
13807
13807
  "`software:followup` issues. Deeper research on the vendor",
@@ -14234,13 +14234,13 @@ var VERSION = {
14234
14234
  /**
14235
14235
  * Version of Astro to pin for AstroProject scaffolding.
14236
14236
  */
14237
- ASTRO_VERSION: "6.1.6",
14237
+ ASTRO_VERSION: "6.1.7",
14238
14238
  /**
14239
14239
  * CDK CLI for workflows and command line operations.
14240
14240
  *
14241
14241
  * CLI and lib are versioned separately, so this is the CLI version.
14242
14242
  */
14243
- AWS_CDK_CLI_VERSION: "2.1118.0",
14243
+ AWS_CDK_CLI_VERSION: "2.1118.2",
14244
14244
  /**
14245
14245
  * CDK Version to use for construct projects.
14246
14246
  *
@@ -14267,7 +14267,7 @@ var VERSION = {
14267
14267
  /**
14268
14268
  * Version of Projen to use.
14269
14269
  */
14270
- PROJEN_VERSION: "0.99.48",
14270
+ PROJEN_VERSION: "0.99.50",
14271
14271
  /**
14272
14272
  * Version of `actions/setup-node` to use in GitHub workflows.
14273
14273
  * Tracks the version projen currently emits (see node_modules/projen/lib/github/workflows.js).
@@ -16131,11 +16131,11 @@ function getStarlightRole(sub) {
16131
16131
  function formatLayoutViolation(violation) {
16132
16132
  const { projectName, projectType, outdir, expectedRoot } = violation;
16133
16133
  const expectedExample = expectedRoot === MONOREPO_LAYOUT.DOCS ? "docs/" : `${expectedRoot}/<scope>/<name>`;
16134
- 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.`;
16134
+ 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.`;
16135
16135
  }
16136
16136
  function formatStarlightSingletonViolation(violation) {
16137
16137
  const names = violation.projectNames.map((n) => `"${n}"`).join(", ");
16138
- 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.`;
16138
+ 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.`;
16139
16139
  }
16140
16140
  function outdirMatchesRoot(relOutdir, expectedRoot) {
16141
16141
  const segments = relOutdir.split("/").filter((s) => s.length > 0);
@@ -16729,6 +16729,16 @@ var MonorepoProject = class extends TypeScriptAppProject {
16729
16729
  * Default PNPM version to use in the monorepo.
16730
16730
  */
16731
16731
  pnpmVersion: VERSION.PNPM_VERSION,
16732
+ /**
16733
+ * Node.js version used in GitHub Actions workflows (build, upgrade, etc.).
16734
+ * Pinning this inserts an `actions/setup-node` step before dependency
16735
+ * install so CI does not fall back to whatever Node the `ubuntu-latest`
16736
+ * runner ships with (currently Node 20.x, which is below the floor
16737
+ * required by Astro 6 / Starlight).
16738
+ *
16739
+ * @see {@link VERSION.NODE_WORKFLOWS}
16740
+ */
16741
+ workflowNodeVersion: VERSION.NODE_WORKFLOWS,
16732
16742
  /**
16733
16743
  * By default treat as a registry consumer (upgrade workflow syncs configulator).
16734
16744
  */
@@ -16925,7 +16935,10 @@ var MonorepoProject = class extends TypeScriptAppProject {
16925
16935
  const upgradeJob = upgradeWorkflow?.getJob("upgrade");
16926
16936
  const jobWithSteps = upgradeJob && "steps" in upgradeJob ? upgradeJob : void 0;
16927
16937
  if (jobWithSteps?.steps && Array.isArray(jobWithSteps.steps)) {
16928
- const insertIndex = 4;
16938
+ const upgradeStepIndex = jobWithSteps.steps.findIndex(
16939
+ (step) => step.name === "Upgrade dependencies"
16940
+ );
16941
+ const insertIndex = upgradeStepIndex >= 0 ? upgradeStepIndex + 1 : jobWithSteps.steps.length;
16929
16942
  if (this.configulatorRegistryConsumer) {
16930
16943
  jobWithSteps.steps.splice(insertIndex, 0, {
16931
16944
  name: `Sync ${CONFIGULATOR_PACKAGE_NAME} in workspace`,