@beastmode-develeap/beastmode 0.1.152 → 0.1.154

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.
@@ -15,7 +15,7 @@
15
15
  }
16
16
  </script>
17
17
  <!--BOARD_DATA-->
18
- <script>window.__BUILD_STAMP__ = "20260501-193737-fabf77a";</script>
18
+ <script>window.__BUILD_STAMP__ = "20260502-000540-b9c5116";</script>
19
19
  <link rel="preconnect" href="https://fonts.googleapis.com">
20
20
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21
21
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
@@ -3332,13 +3332,13 @@ window.addEventListener('unhandledrejection', function(e) {
3332
3332
  // hardcoded defaults remain in place.
3333
3333
  window.PIPELINE_CONFIG = {
3334
3334
  type_stages: {
3335
- 'code': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Verifying Prod with Tests', 'Done'],
3336
- 'bug': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Verifying Prod with Tests', 'Done'],
3337
- 'bug-gc': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Verifying Prod with Tests', 'Done'],
3335
+ 'code': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Ready for Staging', 'Verifying Staging', 'Ready for Production', 'Verifying Production', 'Verifying Prod with Tests', 'Done'],
3336
+ 'bug': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Ready for Staging', 'Verifying Staging', 'Ready for Production', 'Verifying Production', 'Verifying Prod with Tests', 'Done'],
3337
+ 'bug-gc': ['New', 'Ready', 'Working on it', 'Waiting for Spec & Scenarios Approval', 'Ready For Review', 'Approved & Merge to Main', 'Ready for Staging', 'Verifying Staging', 'Ready for Production', 'Verifying Production', 'Verifying Prod with Tests', 'Done'],
3338
3338
  'epic': ['New', 'Ready', 'In Progress', 'Waiting for Epic Approval', 'Epic Breakdown Posted', 'Verifying Epic', 'Waiting for Epic Bugs', 'Done'],
3339
3339
  'deep-planning': ['New', 'Ready', 'In Progress', 'Waiting for Epic Approval', 'Epic Breakdown Posted', 'Verifying Epic', 'Waiting for Epic Bugs', 'Done'],
3340
3340
  'infra-plan': ['New', 'Ready', 'Working on it', 'Waiting for Infra Approval', 'Done'],
3341
- 'infrastructure': ['New', 'Ready', 'Working on it', 'Waiting for Infra Approval', 'Provisioning Infra', 'Infra Ready', 'Ready For Review', 'Approved & Merge to Main', 'Verifying Prod with Tests', 'Done'],
3341
+ 'infrastructure': ['New', 'Ready', 'Working on it', 'Waiting for Infra Approval', 'Provisioning Infra', 'Infra Ready', 'Ready For Review', 'Approved & Merge to Main', 'Ready for Staging', 'Verifying Staging', 'Ready for Production', 'Verifying Production', 'Verifying Prod with Tests', 'Done'],
3342
3342
  'rollback': ['New', 'Ready', 'Working on it', 'Done'],
3343
3343
  },
3344
3344
  swimlanes: [
@@ -3347,7 +3347,7 @@ window.PIPELINE_CONFIG = {
3347
3347
  { key: 'infra', label: 'Infrastructure', taskTypes: ['infra-plan', 'infrastructure'], color: 'var(--orange)' },
3348
3348
  { key: 'other', label: 'Other', taskTypes: ['rollback'], color: 'var(--text-muted)' },
3349
3349
  ],
3350
- overlay_statuses: ['Stuck', 'Awaiting Input'],
3350
+ overlay_statuses: ['Stuck', 'Awaiting Input', 'Promotion Blocked'],
3351
3351
  };
3352
3352
  window.SWIMLANE_CONFIG = window.PIPELINE_CONFIG.swimlanes;
3353
3353
  // Global aliases for the defensive code at lines ~2755 and ~2795
@@ -1 +1 @@
1
- fabf77a6f3e2bdfaac728718ddbe39b6ce02e319
1
+ b9c5116b369ca4dc4c5cfc20ad8df839921b966f
@@ -1 +1 @@
1
- 20260501-193737-fabf77a
1
+ 20260502-000540-b9c5116
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beastmode-develeap/beastmode",
3
- "version": "0.1.152",
3
+ "version": "0.1.154",
4
4
  "description": "BeastMode Dark Factory — turn intent into verified software",
5
5
  "type": "module",
6
6
  "bin": {