@beastmode-develeap/beastmode 0.1.376 → 0.1.378

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__ = "20260606-165543-8d88b76";</script>
18
+ <script>window.__BUILD_STAMP__ = "20260606-171901-450c287";</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">
@@ -4710,7 +4710,7 @@ const STATUSES = [
4710
4710
  'Approved & Merge to Main', 'Ready For Review',
4711
4711
  'Verifying Prod with Tests', 'Verifying Epic', 'Waiting for Epic Bugs', 'Awaiting Input',
4712
4712
  'Awaiting Spec Revision',
4713
- 'Epic Breakdown Posted', 'Stuck', 'Done', 'Superseded',
4713
+ 'Epic Breakdown Posted', 'Stuck', 'Done', 'Superseded', 'Parked',
4714
4714
  ];
4715
4715
 
4716
4716
  const KANBAN_COLUMNS = [
@@ -4732,6 +4732,7 @@ const KANBAN_COLUMNS = [
4732
4732
  { id: 'Epic Breakdown Posted', label: 'Epic Breakdown', status: 'done', color: '#c084fc', tooltip: 'Epic decomposed into stories. Stories are running independently.' },
4733
4733
  { id: 'Done', label: 'Done', status: 'done', color: '#22c55e', tooltip: 'Task completed and verified in production.' },
4734
4734
  { id: 'Stuck', label: 'Stuck', status: 'stuck', color: '#f87171', tooltip: 'Task failed after max retries. Needs human help or comment "reset" to restart.' },
4735
+ { id: 'Parked', label: 'Parked', status: 'dormant', color: '#6366f1', tooltip: 'Parked: long-term / vision items set aside. Visible here but not picked up by the daemon. Move to Ready to un-park.' },
4735
4736
  ];
4736
4737
 
4737
4738
  function normalizeDt(s) {
@@ -5722,7 +5723,7 @@ function ItemDetailSidebar({ item, onClose, onStatusChange, selectedProject, all
5722
5723
  const taskType = item.task_type || 'code';
5723
5724
  const stages = typeStages[taskType] || typeStages['code'] || STATUSES;
5724
5725
  const overlays = new Set(pipelineConfig.overlay_statuses || []);
5725
- const allowed = new Set([...stages, ...overlays, 'Superseded']);
5726
+ const allowed = new Set([...stages, ...overlays, 'Superseded', 'Parked']);
5726
5727
  if (item.status) allowed.add(item.status);
5727
5728
  return STATUSES.filter(s => allowed.has(s));
5728
5729
  }, [pipelineConfig, item.task_type, item.status]);
@@ -9050,7 +9051,7 @@ function ProjectsPage({ selectedProject, onProjectChange }) {
9050
9051
  <select class="form-input" style="font-size:12px;height:32px;" value=${onboardingTier} onChange=${(e) => setOnboardingTier(e.target.value)}>
9051
9052
  <option value="quick">Quick — register only</option>
9052
9053
  <option value="standard">Standard — register + analyze codebase</option>
9053
- <option value="full">Full — register + analyze + plan first work</option>
9054
+ <option value="full">Full — register + analyze + codebase guide</option>
9054
9055
  </select>
9055
9056
  </div>
9056
9057
  </div>
@@ -1 +1 @@
1
- 8d88b76400aa29ea44d6a4bb79f83b9ce95fa892
1
+ 450c2873f419dbdd2cdfb0cab82078c029aabc7b
@@ -1 +1 @@
1
- 20260606-165543-8d88b76
1
+ 20260606-171901-450c287
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beastmode-develeap/beastmode",
3
- "version": "0.1.376",
3
+ "version": "0.1.378",
4
4
  "description": "BeastMode Dark Factory — turn intent into verified software",
5
5
  "type": "module",
6
6
  "bin": {