@codedrifters/configulator 0.0.395 → 0.0.397

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.d.mts CHANGED
@@ -10665,23 +10665,23 @@ declare const VERSION: {
10665
10665
  /**
10666
10666
  * Version of Astro to pin for AstroProject scaffolding.
10667
10667
  */
10668
- readonly ASTRO_VERSION: "7.0.7";
10668
+ readonly ASTRO_VERSION: "7.1.3";
10669
10669
  /**
10670
10670
  * CDK CLI for workflows and command line operations.
10671
10671
  *
10672
10672
  * CLI and lib are versioned separately, so this is the CLI version.
10673
10673
  */
10674
- readonly AWS_CDK_CLI_VERSION: "2.1129.0";
10674
+ readonly AWS_CDK_CLI_VERSION: "2.1132.1";
10675
10675
  /**
10676
10676
  * CDK Version to use for construct projects.
10677
10677
  *
10678
10678
  * CLI and lib are versioned separately, so this is the lib version.
10679
10679
  */
10680
- readonly AWS_CDK_LIB_VERSION: "2.261.0";
10680
+ readonly AWS_CDK_LIB_VERSION: "2.262.0";
10681
10681
  /**
10682
10682
  * Version of the AWS Constructs library to use.
10683
10683
  */
10684
- readonly AWS_CONSTRUCTS_VERSION: "10.6.0";
10684
+ readonly AWS_CONSTRUCTS_VERSION: "10.7.1";
10685
10685
  /**
10686
10686
  * Version of Node.js to use in CI workflows at github actions.
10687
10687
  */
@@ -10694,7 +10694,7 @@ declare const VERSION: {
10694
10694
  /**
10695
10695
  * Version of PNPM to use in workflows at github actions.
10696
10696
  */
10697
- readonly PNPM_VERSION: "11.10.0";
10697
+ readonly PNPM_VERSION: "11.16.0";
10698
10698
  /**
10699
10699
  * Version of Projen to use.
10700
10700
  */
@@ -10712,11 +10712,11 @@ declare const VERSION: {
10712
10712
  /**
10713
10713
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
10714
10714
  */
10715
- readonly STARLIGHT_VERSION: "0.41.3";
10715
+ readonly STARLIGHT_VERSION: "0.41.4";
10716
10716
  /**
10717
10717
  * What version of the turborepo library should we use?
10718
10718
  */
10719
- readonly TURBO_VERSION: "2.10.4";
10719
+ readonly TURBO_VERSION: "2.10.6";
10720
10720
  /**
10721
10721
  * Version of `@types/node` to use across all packages (pnpm catalog).
10722
10722
  */
package/lib/index.d.ts CHANGED
@@ -10714,23 +10714,23 @@ declare const VERSION: {
10714
10714
  /**
10715
10715
  * Version of Astro to pin for AstroProject scaffolding.
10716
10716
  */
10717
- readonly ASTRO_VERSION: "7.0.7";
10717
+ readonly ASTRO_VERSION: "7.1.3";
10718
10718
  /**
10719
10719
  * CDK CLI for workflows and command line operations.
10720
10720
  *
10721
10721
  * CLI and lib are versioned separately, so this is the CLI version.
10722
10722
  */
10723
- readonly AWS_CDK_CLI_VERSION: "2.1129.0";
10723
+ readonly AWS_CDK_CLI_VERSION: "2.1132.1";
10724
10724
  /**
10725
10725
  * CDK Version to use for construct projects.
10726
10726
  *
10727
10727
  * CLI and lib are versioned separately, so this is the lib version.
10728
10728
  */
10729
- readonly AWS_CDK_LIB_VERSION: "2.261.0";
10729
+ readonly AWS_CDK_LIB_VERSION: "2.262.0";
10730
10730
  /**
10731
10731
  * Version of the AWS Constructs library to use.
10732
10732
  */
10733
- readonly AWS_CONSTRUCTS_VERSION: "10.6.0";
10733
+ readonly AWS_CONSTRUCTS_VERSION: "10.7.1";
10734
10734
  /**
10735
10735
  * Version of Node.js to use in CI workflows at github actions.
10736
10736
  */
@@ -10743,7 +10743,7 @@ declare const VERSION: {
10743
10743
  /**
10744
10744
  * Version of PNPM to use in workflows at github actions.
10745
10745
  */
10746
- readonly PNPM_VERSION: "11.10.0";
10746
+ readonly PNPM_VERSION: "11.16.0";
10747
10747
  /**
10748
10748
  * Version of Projen to use.
10749
10749
  */
@@ -10761,11 +10761,11 @@ declare const VERSION: {
10761
10761
  /**
10762
10762
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
10763
10763
  */
10764
- readonly STARLIGHT_VERSION: "0.41.3";
10764
+ readonly STARLIGHT_VERSION: "0.41.4";
10765
10765
  /**
10766
10766
  * What version of the turborepo library should we use?
10767
10767
  */
10768
- readonly TURBO_VERSION: "2.10.4";
10768
+ readonly TURBO_VERSION: "2.10.6";
10769
10769
  /**
10770
10770
  * Version of `@types/node` to use across all packages (pnpm catalog).
10771
10771
  */
package/lib/index.js CHANGED
@@ -16840,7 +16840,7 @@ var orchestratorSubAgent = {
16840
16840
  "### Step 3 \u2014 failure semantics",
16841
16841
  "",
16842
16842
  "A single PR's worker failure (missing or malformed `WORKER_*` final",
16843
- "line, sub-agent error, unresolvable rebase conflict) **never stops",
16843
+ "line, sub-agent error, unresolvable merge conflict) **never stops",
16844
16844
  "the drain**. Log the failure as",
16845
16845
  "`WORKER_FAILED pr:#<n> reason:<observed>` and continue to the next",
16846
16846
  "`PR_DRAIN` line. The next orchestrator invocation re-runs",
@@ -17457,43 +17457,55 @@ var issueWorkerSubAgent = {
17457
17457
  " reviewer's signal that the PR's head branch is BEHIND the default",
17458
17458
  " branch with merge conflicts that `gh pr update-branch` could not",
17459
17459
  " resolve. For either item the work is **not** an editorial change",
17460
- " \u2014 it is a rebase plus conflict resolution. The two ids select",
17461
- " different recipes:",
17460
+ " \u2014 it is a merge of the default branch into the PR branch plus",
17461
+ " conflict resolution. The two ids select different recipes:",
17462
17462
  "",
17463
17463
  " - `synthetic:rebase-behind-main` \u2014 generic conflict. Resolve",
17464
17464
  " each conflicting file by hand (read both sides, reconcile,",
17465
- " stage), then `git rebase --continue` until the rebase",
17466
- " completes.",
17465
+ " stage), then `git commit --no-edit` to complete the merge",
17466
+ " commit.",
17467
17467
  " - `synthetic:rebase-shared-index` \u2014 every conflicting file is a",
17468
17468
  " row-insert race on a shared-index file (registry / index /",
17469
17469
  " feature-matrix under a Starlight content root). Apply the",
17470
17470
  " explicit re-insert recipe carried in the item's `instruction`",
17471
17471
  " field \u2014 do **not** hand-merge.",
17472
17472
  "",
17473
+ " **Marker name vs. operation.** The `comment_id` values keep their",
17474
+ " historical `rebase` spelling as a **stable identifier** the",
17475
+ " reviewer and worker agree on across sessions \u2014 the operation they",
17476
+ " select is a **merge** of the default branch into the PR branch,",
17477
+ " **not** a rebase. The PR branch is already pushed and diverged,",
17478
+ " so a rebase would rewrite its published history and require a",
17479
+ " `--force-with-lease` push that rule 8 forbids. A merge commit is",
17480
+ " fast-forward-pushable with a plain `git push`.",
17481
+ "",
17473
17482
  " **For `synthetic:rebase-behind-main`.** Run the following",
17474
17483
  " sequence:",
17475
17484
  "",
17476
17485
  " ```bash",
17477
17486
  " git fetch origin",
17478
- " git pull --rebase origin {{repository.defaultBranch}}",
17487
+ " git merge --no-edit origin/{{repository.defaultBranch}}",
17479
17488
  " ```",
17480
17489
  "",
17481
- " When the rebase produces conflicts, resolve each conflicting file",
17482
- " in turn (read both sides, reconcile, stage), then run",
17483
- " `git rebase --continue` until the rebase completes. Never run",
17484
- " `git rebase --abort` on a synthetic-rebase item \u2014 aborting drops",
17485
- " the work the reviewer delegated. If you cannot resolve a conflict",
17486
- " (the change is editorial enough that it requires human judgement,",
17487
- " or the conflict touches a generated file you should not hand-edit),",
17488
- " record the item as `failed` with a clear reason, run",
17489
- " `git rebase --abort`, and proceed to the report step. Do not",
17490
- " force-push.",
17491
- "",
17492
- " When the rebase completes cleanly, treat the rebased commits",
17493
- " themselves as the deliverable. Skip the conventional commit step",
17494
- " in Phase 6 for this item \u2014 the rebase already produced the commit",
17495
- " history. Push with a regular non-force `git push origin <branch>`",
17496
- " and report the rebased head SHA as the worker's commit.",
17490
+ " When the merge produces conflicts, resolve each conflicting file",
17491
+ " in turn (read both sides \u2014 `<<<<<<< HEAD` is this PR's change,",
17492
+ " `>>>>>>> origin/{{repository.defaultBranch}}` is the default",
17493
+ " branch's \u2014 reconcile, stage), then run `git commit --no-edit` to",
17494
+ " complete the merge commit. Do not run `git merge --abort` to give",
17495
+ " up casually \u2014 aborting drops the work the reviewer delegated.",
17496
+ " Abort **only** as the failure path: if you genuinely cannot",
17497
+ " resolve a conflict (the change is editorial enough that it",
17498
+ " requires human judgement, or the conflict touches a generated",
17499
+ " file you should not hand-edit), record the item as `failed` with",
17500
+ " a clear reason, run `git merge --abort`, and proceed to the",
17501
+ " report step. Do not force-push.",
17502
+ "",
17503
+ " When the merge completes cleanly, treat the merge commit itself",
17504
+ " as the deliverable. Skip the conventional commit step in Phase 6",
17505
+ " for this item \u2014 the merge already produced the commit. Push with",
17506
+ " a regular non-force `git push origin <branch>` (the merge commit",
17507
+ " is fast-forward-pushable, so no force-push is needed) and report",
17508
+ " the merged head SHA as the worker's commit.",
17497
17509
  "",
17498
17510
  " **For `synthetic:rebase-shared-index`.** Apply the typed",
17499
17511
  " re-insert recipe step-by-step. Read the recipe verbatim from the",
@@ -17501,11 +17513,11 @@ var issueWorkerSubAgent = {
17501
17513
  " contract the reviewer encodes and the precondition guards you",
17502
17514
  " must enforce:",
17503
17515
  "",
17504
- " 1. **Pull and rebase** onto the default branch:",
17516
+ " 1. **Fetch and merge** the default branch into the PR branch:",
17505
17517
  "",
17506
17518
  " ```bash",
17507
17519
  " git fetch origin",
17508
- " git pull --rebase origin {{repository.defaultBranch}}",
17520
+ " git merge --no-edit origin/{{repository.defaultBranch}}",
17509
17521
  " ```",
17510
17522
  "",
17511
17523
  " 2. **For each conflicting file**, inspect the conflict markers",
@@ -17522,18 +17534,20 @@ var issueWorkerSubAgent = {
17522
17534
  " the frontmatter (lines between the opening / closing `---`",
17523
17535
  " fences), the page H1, surrounding prose paragraphs, the",
17524
17536
  " table header row, or the separator row, **stop**, run",
17525
- " `git rebase --abort`, and record the item as `failed` with",
17537
+ " `git merge --abort`, and record the item as `failed` with",
17526
17538
  " the structured marker `BLOCKED <reason>` (e.g.",
17527
17539
  " `BLOCKED conflict touches table header in <path>`). Do not",
17528
17540
  " hand-merge \u2014 the typed recipe applies only to pure",
17529
17541
  " row-insert races.",
17530
17542
  "",
17531
- " When the guards pass, read the rebased version of the file",
17532
- " (it now contains the other PR's row), extract this PR's row",
17533
- " from the `<<<<<<<` side of the conflict markers, re-insert",
17534
- " that row in declared sort order using the file's documented",
17535
- " sort key (alphabetical on the first column by default), and",
17536
- " stage the file:",
17543
+ " When the guards pass, resolve the conflict in place: the",
17544
+ " `<<<<<<< HEAD` side carries this PR's row and the",
17545
+ " `>>>>>>> origin/{{repository.defaultBranch}}` side carries",
17546
+ " the other PR's row. Extract this PR's row and re-insert",
17547
+ " that row in declared sort order alongside the other PR's row",
17548
+ " using the file's documented sort key (alphabetical on the",
17549
+ " first column by default) so both rows survive, remove the",
17550
+ " conflict markers, and stage the file:",
17537
17551
  "",
17538
17552
  " ```bash",
17539
17553
  " git add <path>",
@@ -17549,16 +17563,17 @@ var issueWorkerSubAgent = {
17549
17563
  ' [ "$count" = "1" ] || { echo "BLOCKED verification failed for <path>"; exit 1; }',
17550
17564
  " ```",
17551
17565
  "",
17552
- " 4. **Continue the rebase and push** with a non-force push once",
17553
- " every file is staged and verified:",
17566
+ " 4. **Complete the merge and push** with a plain non-force push",
17567
+ " once every file is staged and verified (the merge commit is",
17568
+ " fast-forward-pushable, so no force-push is needed):",
17554
17569
  "",
17555
17570
  " ```bash",
17556
- " git rebase --continue",
17571
+ " git commit --no-edit",
17557
17572
  " git push origin <branch>",
17558
17573
  " ```",
17559
17574
  "",
17560
17575
  " On any `BLOCKED` precondition failure, exit non-zero with the",
17561
- " `BLOCKED <reason>` line, run `git rebase --abort`, record the",
17576
+ " `BLOCKED <reason>` line, run `git merge --abort`, record the",
17562
17577
  " item as `failed`, and proceed to the report step. The reviewer",
17563
17578
  " will see the `failed` outcome on the next pass and fall through",
17564
17579
  " to the human-required hand-off via `review:awaiting-human`. Do",
@@ -17625,20 +17640,21 @@ var issueWorkerSubAgent = {
17625
17640
  "git push origin <branch-name>",
17626
17641
  "```",
17627
17642
  "",
17628
- "**Synthetic-rebase items skip the `fix(review)` commit.** When the",
17643
+ "**Synthetic rebase items skip the `fix(review)` commit.** When the",
17629
17644
  "fix-list contained a `comment_id` of `synthetic:rebase-behind-main`",
17630
- "or `synthetic:rebase-shared-index` and you completed the rebase in",
17631
- "Phase 4, the rebased commit history is itself the deliverable \u2014",
17632
- "there is no per-item editorial change to wrap in a `fix(review)`",
17633
- "commit. Skip `git add` / `git commit` / `git pull --rebase` for",
17634
- "that item and push the rebased branch directly:",
17645
+ "or `synthetic:rebase-shared-index` and you completed the merge in",
17646
+ "Phase 4, the merge commit is itself the deliverable \u2014 there is no",
17647
+ "per-item editorial change to wrap in a `fix(review)` commit. The",
17648
+ "merge commit already exists from Phase 4, so skip the `git add` /",
17649
+ '`git commit -m "fix(review)..."` / `git pull --rebase` editorial',
17650
+ "steps for that item and push the merged branch directly:",
17635
17651
  "",
17636
17652
  "```bash",
17637
17653
  "git push origin <branch-name>",
17638
17654
  "```",
17639
17655
  "",
17640
- "If the fix-list mixed a synthetic-rebase item with editorial items,",
17641
- "perform the editorial commit first (the rebase already preceded it",
17656
+ "If the fix-list mixed a synthetic rebase item with editorial items,",
17657
+ "perform the editorial commit first (the merge already preceded it",
17642
17658
  "in Phase 4), then push once at the end.",
17643
17659
  "",
17644
17660
  "**Normal mode:** Use conventional commit messages and push with `-u`",
@@ -17667,8 +17683,8 @@ var issueWorkerSubAgent = {
17667
17683
  "",
17668
17684
  "**This is the FIRST action after a successful push** \u2014 before any",
17669
17685
  "summary, log line, or secondary step. Call the deterministic procedure",
17670
- "with the PR number, the commit SHA you pushed (or the rebased head SHA",
17671
- "for a synthetic-rebase item), and the per-item outcomes JSON array:",
17686
+ "with the PR number, the commit SHA you pushed (or the merged head SHA",
17687
+ "for a synthetic rebase item), and the per-item outcomes JSON array:",
17672
17688
  "",
17673
17689
  "```bash",
17674
17690
  ".claude/procedures/complete-feedback-handoff.sh <pr-number> <commit-sha> '<items-json>'",
@@ -19419,22 +19435,22 @@ var prReviewerSubAgent = {
19419
19435
  "Delegation** section. It evaluates the guards (auto-merge mode, the",
19420
19436
  "delegation invocation guard, a free `review:fixing` lease, no",
19421
19437
  "generated / projen / lockfile conflicts), classifies the conflicting",
19422
- "files, and either delegates a rebase to `issue-worker` or falls",
19423
- "through to its own fallback. Invoke it with this entry point's",
19424
- "parameters:",
19438
+ "files, and either delegates a conflict resolution to `issue-worker`",
19439
+ "or falls through to its own fallback. Invoke it with this entry",
19440
+ "point's parameters:",
19425
19441
  "",
19426
19442
  "- **Entry point:** `already-conflicting`. There is no failed",
19427
19443
  " `gh pr update-branch` to read conflicting paths from \u2014 identify",
19428
19444
  " the conflicting files from the PR's merge state as documented in",
19429
- " the shared procedure's entry-point step (a local rebase attempt",
19445
+ " the shared procedure's entry-point step (a local merge attempt",
19430
19446
  " whose `<<<<<<<` / `=======` / `>>>>>>>` markers name the",
19431
19447
  " conflicting files). The guards and classification are identical to",
19432
19448
  " the Phase 4 entry point.",
19433
- "- **On the procedure returning `delegated`:** a rebase has been",
19434
- " durably queued for `issue-worker` (the PR now carries",
19449
+ "- **On the procedure returning `delegated`:** a conflict resolution",
19450
+ " has been durably queued for `issue-worker` (the PR now carries",
19435
19451
  " `review:needs-worker` and the `review:fixing` lease); stop this",
19436
19452
  " pass. A top-level `issue-worker` session pulls the marker and",
19437
- " pushes the rebased branch, then a follow-up reviewer pass confirms",
19453
+ " pushes the merged branch, then a follow-up reviewer pass confirms",
19438
19454
  " the result and releases the lease \u2014 no human re-invocation is",
19439
19455
  " required for the loop to complete.",
19440
19456
  "- **On the procedure returning `skipped` (a guard denied delegation",
@@ -20393,13 +20409,13 @@ var prReviewerSubAgent = {
20393
20409
  " with `gh pr view <pr-number> --json files`).",
20394
20410
  "- **`already-conflicting`** \u2014 there is no failed `update-branch` to",
20395
20411
  " read conflicting paths from. Identify the conflicting files from",
20396
- " the PR's merge state instead: attempt a local rebase of the head",
20397
- " branch onto the default branch in a scratch checkout (or read the",
20412
+ " the PR's merge state instead: attempt a local merge of the default",
20413
+ " branch into the head branch in a scratch checkout (or read the",
20398
20414
  " conflicting paths git reports) and collect the files that carry",
20399
20415
  " `<<<<<<<` / `=======` / `>>>>>>>` conflict markers. Use that set",
20400
20416
  " as the conflicting-file list. The reviewer inspects these markers",
20401
20417
  " read-only to classify; it does **not** stage, commit, or push any",
20402
- " resolution \u2014 the actual rebase-and-resolve is delegated to",
20418
+ " resolution \u2014 the actual merge-and-resolve is delegated to",
20403
20419
  " `issue-worker` exactly as in the other entry point.",
20404
20420
  "",
20405
20421
  "### Guards",
@@ -20414,8 +20430,10 @@ var prReviewerSubAgent = {
20414
20430
  " the human reviewer's consent. (Unlike the `update-branch` step,",
20415
20431
  " which permits a size-only `human-required` carve-out, the",
20416
20432
  " conflict-resolution delegation flow is auto-merge-only across",
20417
- " the board: a worker rebase push is a stronger branch mutation",
20418
- " than the merge-commit `gh pr update-branch` performs.)",
20433
+ " the board: a worker's conflict-resolution merge reconciles both",
20434
+ " sides of each conflict into the branch, a stronger change to the",
20435
+ " reviewed diff than the clean merge-commit `gh pr update-branch`",
20436
+ " performs on a no-conflict branch.)",
20419
20437
  "2. **Delegation invocation guard permits the hand-off** \u2014 the PR",
20420
20438
  " carries the `origin:issue-worker` label, **or** the reviewer was",
20421
20439
  " invoked with `--allow-human-author`. The same guard used for the",
@@ -20445,7 +20463,7 @@ var prReviewerSubAgent = {
20445
20463
  "before composing the fix-list. The classification picks one of two",
20446
20464
  "typed recipes \u2014 a precise `shared-index` resolver when every",
20447
20465
  "conflict is a row-insert race on a registry / index / feature-matrix",
20448
- "file, or the generic rebase recipe in every other case.",
20466
+ "file, or the generic conflict-resolution recipe in every other case.",
20449
20467
  "",
20450
20468
  "**Classification step.** For each conflicting path, decide whether",
20451
20469
  "the file is `shared-index` or `generic` against these criteria (the",
@@ -20479,12 +20497,23 @@ var prReviewerSubAgent = {
20479
20497
  ' fix-list item with `comment_id: "synthetic:rebase-shared-index"`',
20480
20498
  " carrying the explicit re-insert recipe (see step 3 below). The",
20481
20499
  " worker mechanically re-inserts each row in declared sort order",
20482
- " against the rebased file.",
20500
+ " against the merged file.",
20483
20501
  "- **Any conflicting file is `generic`** \u2014 emit the existing generic",
20484
20502
  ' fix-list item with `comment_id: "synthetic:rebase-behind-main"`',
20485
20503
  " (see step 3 below). The worker performs a hand-merge of the",
20486
20504
  " conflict markers.",
20487
20505
  "",
20506
+ "**Marker name vs. operation.** The two `comment_id` values retain",
20507
+ "their historical `rebase` spelling as a **stable cross-session",
20508
+ "identifier** \u2014 a fix-list posted by an older reviewer and consumed",
20509
+ "by a newer worker still matches. The operation they now select is a",
20510
+ "**merge** of the default branch into the PR branch, **not** a",
20511
+ "rebase: the PR branch is already pushed and diverged, so a rebase",
20512
+ "would rewrite its published history and force the worker into a",
20513
+ "`--force-with-lease` push that the never-force-push rule forbids. A",
20514
+ "merge commit is fast-forward-pushable with a plain `git push`, so",
20515
+ "the recipe stays publishable.",
20516
+ "",
20488
20517
  "### Hand off to `issue-worker`",
20489
20518
  "",
20490
20519
  "Hand off to `issue-worker` with the chosen single synthetic",
@@ -20507,14 +20536,15 @@ var prReviewerSubAgent = {
20507
20536
  " ```",
20508
20537
  "",
20509
20538
  "3. **Post a fix-list comment** containing exactly one synthetic item",
20510
- " describing the rebase. The `comment_id` field selects the typed",
20511
- " recipe:",
20539
+ " describing the conflict resolution. The `comment_id` field selects",
20540
+ " the typed recipe (both perform a **merge** of the default branch",
20541
+ " into the PR branch \u2014 see the marker-name note above):",
20512
20542
  "",
20513
20543
  " - `synthetic:rebase-behind-main` \u2014 generic conflict; the worker",
20514
20544
  " resolves conflicting hunks by hand.",
20515
20545
  " - `synthetic:rebase-shared-index` \u2014 every conflict is a pure",
20516
20546
  " row-insert race on a shared-index file; the worker re-inserts",
20517
- " each row in declared sort order against the rebased file.",
20547
+ " each row in declared sort order against the merged file.",
20518
20548
  "",
20519
20549
  " The next reviewer pass identifies the item by its `comment_id`.",
20520
20550
  "",
@@ -20523,7 +20553,7 @@ var prReviewerSubAgent = {
20523
20553
  " ```markdown",
20524
20554
  " ## Reviewer: fix list for @issue-worker",
20525
20555
  "",
20526
- " - [ ] @reviewer \u2014 rebase onto origin/<default-branch> and resolve conflicts in: <space-separated list of conflicting files>",
20556
+ " - [ ] @reviewer \u2014 merge origin/<default-branch> into the PR branch and resolve conflicts in: <space-separated list of conflicting files>",
20527
20557
  "",
20528
20558
  " ```json fix-list",
20529
20559
  " {",
@@ -20531,7 +20561,7 @@ var prReviewerSubAgent = {
20531
20561
  ' "branch": "<head-ref-name>",',
20532
20562
  ' "generated_at": "<ISO-8601 timestamp>",',
20533
20563
  ' "items": [',
20534
- ' {"comment_id": "synthetic:rebase-behind-main", "author": "reviewer", "file": "<first-conflicting-file>", "instruction": "Branch is BEHIND default-branch with merge conflicts. Pull and rebase onto origin/<default-branch>, resolve conflicts in <conflicting-files>, push the resolved branch (no force-push), and report success."}',
20564
+ ' {"comment_id": "synthetic:rebase-behind-main", "author": "reviewer", "file": "<first-conflicting-file>", "instruction": "Branch is BEHIND default-branch with merge conflicts. Fetch and merge the default branch into the PR branch: `git fetch origin && git merge --no-edit origin/<default-branch>`. Resolve the conflicts in <conflicting-files> by reconciling both sides (`<<<<<<< HEAD` is this PR\'s change), `git add` each resolved file, then `git commit --no-edit` to complete the merge commit. Push the merged branch with a plain non-force `git push origin <branch>` \u2014 the merge commit is fast-forward-pushable, so no force-push is needed \u2014 and report success."}',
20535
20565
  " ]",
20536
20566
  " }",
20537
20567
  " ```",
@@ -20544,7 +20574,7 @@ var prReviewerSubAgent = {
20544
20574
  " ```markdown",
20545
20575
  " ## Reviewer: fix list for @issue-worker",
20546
20576
  "",
20547
- " - [ ] @reviewer \u2014 rebase onto origin/<default-branch> and re-insert shared-index rows in: <space-separated list of conflicting files>",
20577
+ " - [ ] @reviewer \u2014 merge origin/<default-branch> into the PR branch and re-insert shared-index rows in: <space-separated list of conflicting files>",
20548
20578
  "",
20549
20579
  " ```json fix-list",
20550
20580
  " {",
@@ -20552,7 +20582,7 @@ var prReviewerSubAgent = {
20552
20582
  ' "branch": "<head-ref-name>",',
20553
20583
  ' "generated_at": "<ISO-8601 timestamp>",',
20554
20584
  ' "items": [',
20555
- ' {"comment_id": "synthetic:rebase-shared-index", "author": "reviewer", "file": "<first-conflicting-file>", "instruction": "Branch is BEHIND default-branch with shared-index row-insert conflicts only. Apply this recipe: (1) Fetch and rebase: `git fetch origin && git pull --rebase origin <default-branch>`. (2) For each conflicting shared-index file: read the rebased version (it now contains the other PR\'s row), extract this PR\'s row from the `<<<<<<<` side of the conflict markers, re-insert that row in declared sort order using the file\'s documented sort key (alphabetical on the first column by default), stage the file with `git add <path>`. (3) Run the commit-path verification for each row: `count=$(git show :<path> | grep -Fc <row-unique-marker>) && [ \\"$count\\" = \\"1\\" ] || exit 1`. (4) `git rebase --continue` and push with non-force `git push origin <branch>`. (5) If any conflict marker touches the frontmatter, table header row, `|---|---|` separator, or surrounding prose, abort the recipe and emit `BLOCKED <reason>` \u2014 the precondition guards from the reviewer\'s classification step were violated."}',
20585
+ ' {"comment_id": "synthetic:rebase-shared-index", "author": "reviewer", "file": "<first-conflicting-file>", "instruction": "Branch is BEHIND default-branch with shared-index row-insert conflicts only. Apply this recipe: (1) Fetch and merge the default branch into the PR branch: `git fetch origin && git merge --no-edit origin/<default-branch>`. (2) For each conflicting shared-index file: the conflict has this PR\'s row on the `<<<<<<< HEAD` side and the other PR\'s row on the `>>>>>>> origin/<default-branch>` side \u2014 extract this PR\'s row and re-insert that row in declared sort order alongside the other PR\'s row using the file\'s documented sort key (alphabetical on the first column by default) so both rows survive, remove the conflict markers, stage the file with `git add <path>`. (3) Run the commit-path verification for each row: `count=$(git show :<path> | grep -Fc <row-unique-marker>) && [ \\"$count\\" = \\"1\\" ] || exit 1`. (4) Complete the merge with `git commit --no-edit` and push with a plain non-force `git push origin <branch>` \u2014 the merge commit is fast-forward-pushable, so no force-push is needed. (5) If any conflict marker touches the frontmatter, table header row, `|---|---|` separator, or surrounding prose, abort with `git merge --abort` and emit `BLOCKED <reason>` \u2014 the precondition guards from the reviewer\'s classification step were violated."}',
20556
20586
  " ]",
20557
20587
  " }",
20558
20588
  " ```",
@@ -20580,7 +20610,7 @@ var prReviewerSubAgent = {
20580
20610
  " The worker runs in its own top-level session; a **subsequent**",
20581
20611
  " reviewer pass detects the worker finished (PR carries",
20582
20612
  " `review:fixing` but **not** `review:needs-worker`), reacts on the",
20583
- " source comment, re-evaluates AC/CI against the rebased branch,",
20613
+ " source comment, re-evaluates AC/CI against the merged branch,",
20584
20614
  " re-enables auto-merge, and releases the `review:fixing` lease. See",
20585
20615
  " the **Confirm pass** section below.",
20586
20616
  "",
@@ -20599,7 +20629,7 @@ var prReviewerSubAgent = {
20599
20629
  "and return `skipped` to the caller.",
20600
20630
  "",
20601
20631
  "```bash",
20602
- "gh pr comment <pr-number> --body 'Branch is BEHIND <default-branch> with conflicts. <short reason delegation was skipped \u2014 e.g. human-required mode, generated-file conflicts, or in-flight review:fixing lease>. A human (or the next reviewer pass after rebase) will need to resolve.'",
20632
+ "gh pr comment <pr-number> --body 'Branch is BEHIND <default-branch> with conflicts. <short reason delegation was skipped \u2014 e.g. human-required mode, generated-file conflicts, or in-flight review:fixing lease>. A human (or the next reviewer pass after the branch is updated) will need to resolve.'",
20603
20633
  "```",
20604
20634
  "",
20605
20635
  "## Shared Procedure: Confirm a Completed Delegation",
@@ -20609,7 +20639,8 @@ var prReviewerSubAgent = {
20609
20639
  "the fix-list, acquires the `review:fixing` lease, applies the durable",
20610
20640
  "`review:needs-worker` marker, and exits returning `delegated`. A",
20611
20641
  "**separate** top-level `issue-worker` session then discovers the",
20612
- "marker, applies the fix-list (an editorial fix or a rebase), pushes,",
20642
+ "marker, applies the fix-list (an editorial fix or a conflict-resolution",
20643
+ "merge), pushes,",
20613
20644
  "writes a structured worker-report comment, and **clears**",
20614
20645
  "`review:needs-worker` \u2014 leaving `review:fixing` in place for the",
20615
20646
  "reviewer to release. The confirm pass below is how a later reviewer",
@@ -20648,12 +20679,12 @@ var prReviewerSubAgent = {
20648
20679
  " used to perform.",
20649
20680
  "2. **React on the source comments.** For each item:",
20650
20681
  " - **`handled`** \u2014 react `rocket` on the original source comment",
20651
- " (the fix-list comment for a synthetic rebase item) to signal the",
20652
- " accepted change has landed.",
20682
+ " (the fix-list comment for a synthetic conflict-resolution item)",
20683
+ " to signal the accepted change has landed.",
20653
20684
  " - **`failed`** \u2014 react `thinking_face` (`content=confused`) on the",
20654
20685
  " source comment and post a reply citing the worker's failure",
20655
20686
  " reason.",
20656
- "3. **Re-evaluate AC/CI against the rebased branch.** Re-run the Phase",
20687
+ "3. **Re-evaluate AC/CI against the merged branch.** Re-run the Phase",
20657
20688
  " 3 acceptance-criteria comparison and the **CI Verification** check",
20658
20689
  " against the **updated** head SHA the worker pushed \u2014 do not reuse",
20659
20690
  " any pre-delegation result.",
@@ -20780,8 +20811,9 @@ var prReviewerSubAgent = {
20780
20811
  "been applied in this pass. `delegated` is never a terminal",
20781
20812
  "completion: the loop closes only when a top-level worker consumes the",
20782
20813
  "marker and a later reviewer confirm pass releases the lease. Likewise",
20783
- "`Branch updated: delegated (PR #<n>)` records that a rebase was",
20784
- "queued for the worker, not that the branch is already current.",
20814
+ "`Branch updated: delegated (PR #<n>)` records that a conflict",
20815
+ "resolution was queued for the worker, not that the branch is already",
20816
+ "current.",
20785
20817
  "",
20786
20818
  "---",
20787
20819
  "",
@@ -20864,11 +20896,13 @@ var prReviewerSubAgent = {
20864
20896
  " issue type) continue to block `update-branch`: pushing main into",
20865
20897
  " those PRs expands the diff under review without the human",
20866
20898
  " reviewer's consent. The same restriction applies to delegating",
20867
- " conflict resolution to `issue-worker`: never delegate a rebase",
20868
- " on a `human-required` PR regardless of `matched_rule` \u2014 the",
20869
- " typed-recipe delegation flow stays auto-merge-only because a",
20870
- " worker push to a human-required branch is a stronger mutation",
20871
- " than the merge-commit `gh pr update-branch` performs.",
20899
+ " conflict resolution to `issue-worker`: never delegate a",
20900
+ " conflict resolution on a `human-required` PR regardless of",
20901
+ " `matched_rule` \u2014 the typed-recipe delegation flow stays",
20902
+ " auto-merge-only because a worker's merge injects reconciled",
20903
+ " content into a human-required branch, expanding the reviewed",
20904
+ " diff more than the clean merge-commit `gh pr update-branch`",
20905
+ " performs.",
20872
20906
  "16. **Never delegate conflict resolution involving generated or",
20873
20907
  " projen-managed files.** When `gh pr update-branch` fails on a",
20874
20908
  " BEHIND PR with conflicts and any conflicting path is a lockfile,",
@@ -31865,23 +31899,23 @@ var VERSION = {
31865
31899
  /**
31866
31900
  * Version of Astro to pin for AstroProject scaffolding.
31867
31901
  */
31868
- ASTRO_VERSION: "7.0.7",
31902
+ ASTRO_VERSION: "7.1.3",
31869
31903
  /**
31870
31904
  * CDK CLI for workflows and command line operations.
31871
31905
  *
31872
31906
  * CLI and lib are versioned separately, so this is the CLI version.
31873
31907
  */
31874
- AWS_CDK_CLI_VERSION: "2.1129.0",
31908
+ AWS_CDK_CLI_VERSION: "2.1132.1",
31875
31909
  /**
31876
31910
  * CDK Version to use for construct projects.
31877
31911
  *
31878
31912
  * CLI and lib are versioned separately, so this is the lib version.
31879
31913
  */
31880
- AWS_CDK_LIB_VERSION: "2.261.0",
31914
+ AWS_CDK_LIB_VERSION: "2.262.0",
31881
31915
  /**
31882
31916
  * Version of the AWS Constructs library to use.
31883
31917
  */
31884
- AWS_CONSTRUCTS_VERSION: "10.6.0",
31918
+ AWS_CONSTRUCTS_VERSION: "10.7.1",
31885
31919
  /**
31886
31920
  * Version of Node.js to use in CI workflows at github actions.
31887
31921
  */
@@ -31894,7 +31928,7 @@ var VERSION = {
31894
31928
  /**
31895
31929
  * Version of PNPM to use in workflows at github actions.
31896
31930
  */
31897
- PNPM_VERSION: "11.10.0",
31931
+ PNPM_VERSION: "11.16.0",
31898
31932
  /**
31899
31933
  * Version of Projen to use.
31900
31934
  */
@@ -31912,11 +31946,11 @@ var VERSION = {
31912
31946
  /**
31913
31947
  * Version of `@astrojs/starlight` to pin for StarlightProject scaffolding.
31914
31948
  */
31915
- STARLIGHT_VERSION: "0.41.3",
31949
+ STARLIGHT_VERSION: "0.41.4",
31916
31950
  /**
31917
31951
  * What version of the turborepo library should we use?
31918
31952
  */
31919
- TURBO_VERSION: "2.10.4",
31953
+ TURBO_VERSION: "2.10.6",
31920
31954
  /**
31921
31955
  * Version of `@types/node` to use across all packages (pnpm catalog).
31922
31956
  */