@codedrifters/configulator 0.0.307 → 0.0.308

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
@@ -18630,7 +18630,39 @@ var prReviewBundle = {
18630
18630
  }
18631
18631
  ],
18632
18632
  skills: [reviewPrSkill, reviewPrsSkill],
18633
- subAgents: [prReviewerSubAgent]
18633
+ subAgents: [prReviewerSubAgent],
18634
+ labels: [
18635
+ {
18636
+ name: "type:pr-review",
18637
+ color: "5319E7",
18638
+ description: "PR review tasks"
18639
+ },
18640
+ {
18641
+ name: "origin:issue-worker",
18642
+ color: "5319E7",
18643
+ description: "PR opened by the issue-worker agent"
18644
+ },
18645
+ {
18646
+ name: "review:auto-ok",
18647
+ color: "0E8A16",
18648
+ description: "Force auto-merge regardless of policy"
18649
+ },
18650
+ {
18651
+ name: "review:human-required",
18652
+ color: "D93F0B",
18653
+ description: "Force human review regardless of policy"
18654
+ },
18655
+ {
18656
+ name: "review:awaiting-human",
18657
+ color: "FBCA04",
18658
+ description: "Reviewer handed off; awaiting human merge decision"
18659
+ },
18660
+ {
18661
+ name: "review:fixing",
18662
+ color: "D4C5F9",
18663
+ description: "Short-lived lease while issue-worker applies feedback fixes"
18664
+ }
18665
+ ]
18634
18666
  };
18635
18667
 
18636
18668
  // src/agent/bundles/projen.ts