@meltstudio/meltctl 4.165.0 → 4.166.1

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.
Files changed (2) hide show
  1. package/dist/index.js +37 -12
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var CLI_VERSION;
14
14
  var init_version = __esm({
15
15
  "src/utils/version.ts"() {
16
16
  "use strict";
17
- CLI_VERSION = "4.165.0";
17
+ CLI_VERSION = "4.166.1";
18
18
  }
19
19
  });
20
20
 
@@ -1494,7 +1494,9 @@ var ISSUE_RULES = [
1494
1494
  {
1495
1495
  id: "roadmap.none",
1496
1496
  dimension: "roadmap",
1497
- severity: "high",
1497
+ // Setup/hygiene gap — Medium, not High (#446 follow-up: process-hygiene
1498
+ // rules softened so the portfolio's genuinely-critical signals stand out).
1499
+ severity: "medium",
1498
1500
  label: "No roadmap",
1499
1501
  category: "gaps",
1500
1502
  howToFix: "Open the project's Roadmap tab and add an active phase with at least one planned feature",
@@ -1521,17 +1523,26 @@ var ISSUE_RULES = [
1521
1523
  {
1522
1524
  id: "roadmap.no-features-with-active-phase",
1523
1525
  dimension: "roadmap",
1524
- severity: "high",
1526
+ severity: "medium",
1525
1527
  label: "Active phase but no features",
1526
1528
  category: "sprint",
1527
1529
  howToFix: "Run a backlog-seeding session and add features to the active phase before the team starts",
1528
1530
  scope: "project"
1529
1531
  },
1532
+ {
1533
+ id: "roadmap.closed-phase-open-work",
1534
+ dimension: "roadmap",
1535
+ severity: "medium",
1536
+ label: "Closed phase has unfinished features",
1537
+ category: "gaps",
1538
+ howToFix: "A closed phase still has features that aren't done/canceled. Decide per feature: mark it done in that phase if the work landed (update_phase_feature), or move it to an active phase if it's still in flight. (#446 stage 7)",
1539
+ scope: "project"
1540
+ },
1530
1541
  // Delivery — Board
1531
1542
  {
1532
1543
  id: "board.no-mapping",
1533
1544
  dimension: "board",
1534
- severity: "high",
1545
+ severity: "medium",
1535
1546
  label: "No board connected",
1536
1547
  category: "gaps",
1537
1548
  howToFix: "Open Project Settings and connect a Linear team or Jira project in the mappings card",
@@ -1540,7 +1551,7 @@ var ISSUE_RULES = [
1540
1551
  {
1541
1552
  id: "tracker.no-oauth",
1542
1553
  dimension: "board",
1543
- severity: "high",
1554
+ severity: "medium",
1544
1555
  label: "Tracker needs OAuth connect",
1545
1556
  category: "gaps",
1546
1557
  howToFix: "Open Project Settings \u2192 Tracker connections and click Connect for the missing provider; that switches the project off Melt's shared key onto its own OAuth grant",
@@ -1558,7 +1569,7 @@ var ISSUE_RULES = [
1558
1569
  {
1559
1570
  id: "board.health-low",
1560
1571
  dimension: "board",
1561
- severity: "high",
1572
+ severity: "medium",
1562
1573
  label: "Board health below 40%",
1563
1574
  category: "sprint",
1564
1575
  howToFix: "Open the project's Linear board and triage the failing audit checks",
@@ -4462,7 +4473,9 @@ var ISSUE_RULES2 = [
4462
4473
  {
4463
4474
  id: "roadmap.none",
4464
4475
  dimension: "roadmap",
4465
- severity: "high",
4476
+ // Setup/hygiene gap — Medium, not High (#446 follow-up: process-hygiene
4477
+ // rules softened so the portfolio's genuinely-critical signals stand out).
4478
+ severity: "medium",
4466
4479
  label: "No roadmap",
4467
4480
  category: "gaps",
4468
4481
  howToFix: "Open the project's Roadmap tab and add an active phase with at least one planned feature",
@@ -4489,17 +4502,26 @@ var ISSUE_RULES2 = [
4489
4502
  {
4490
4503
  id: "roadmap.no-features-with-active-phase",
4491
4504
  dimension: "roadmap",
4492
- severity: "high",
4505
+ severity: "medium",
4493
4506
  label: "Active phase but no features",
4494
4507
  category: "sprint",
4495
4508
  howToFix: "Run a backlog-seeding session and add features to the active phase before the team starts",
4496
4509
  scope: "project"
4497
4510
  },
4511
+ {
4512
+ id: "roadmap.closed-phase-open-work",
4513
+ dimension: "roadmap",
4514
+ severity: "medium",
4515
+ label: "Closed phase has unfinished features",
4516
+ category: "gaps",
4517
+ howToFix: "A closed phase still has features that aren't done/canceled. Decide per feature: mark it done in that phase if the work landed (update_phase_feature), or move it to an active phase if it's still in flight. (#446 stage 7)",
4518
+ scope: "project"
4519
+ },
4498
4520
  // Delivery — Board
4499
4521
  {
4500
4522
  id: "board.no-mapping",
4501
4523
  dimension: "board",
4502
- severity: "high",
4524
+ severity: "medium",
4503
4525
  label: "No board connected",
4504
4526
  category: "gaps",
4505
4527
  howToFix: "Open Project Settings and connect a Linear team or Jira project in the mappings card",
@@ -4508,7 +4530,7 @@ var ISSUE_RULES2 = [
4508
4530
  {
4509
4531
  id: "tracker.no-oauth",
4510
4532
  dimension: "board",
4511
- severity: "high",
4533
+ severity: "medium",
4512
4534
  label: "Tracker needs OAuth connect",
4513
4535
  category: "gaps",
4514
4536
  howToFix: "Open Project Settings \u2192 Tracker connections and click Connect for the missing provider; that switches the project off Melt's shared key onto its own OAuth grant",
@@ -4526,7 +4548,7 @@ var ISSUE_RULES2 = [
4526
4548
  {
4527
4549
  id: "board.health-low",
4528
4550
  dimension: "board",
4529
- severity: "high",
4551
+ severity: "medium",
4530
4552
  label: "Board health below 40%",
4531
4553
  category: "sprint",
4532
4554
  howToFix: "Open the project's Linear board and triage the failing audit checks",
@@ -5051,7 +5073,7 @@ Mandatory caller behavior: present the phase's name + id + active/closed status
5051
5073
  "update_phase_feature",
5052
5074
  {
5053
5075
  title: "Update phase-feature membership",
5054
- description: "Edits the per-phase intent for a feature in a phase: targetStage (what this phase aims to bring the feature to), phaseDescription (PM-authored note about what this jump means in this phase), linearEpicUrl (per-phase Linear epic). The same feature can have different per-phase targets \u2014 e.g. 'prototype' in phase 1, 'MVP' in phase 2. Use after assign_feature_to_phase when the PM wants per-membership values different from the feature-row defaults. The PM should review the proposed change before this is called \u2014 this is a write operation. Pass linearEpicUrl=null to clear the per-phase Linear link.",
5076
+ description: "Edits the per-phase intent for a feature in a phase: targetStage (what this phase aims to bring the feature to), phaseDescription (PM-authored note about what this jump means in this phase), linearEpicUrl (per-phase Linear epic), status (per-phase status \u2014 a feature can be done in one phase and in_progress in another). The same feature can have different per-phase values across phases. Use after assign_feature_to_phase when the PM wants per-membership values different from the feature-row defaults. The PM should review the proposed change before this is called \u2014 this is a write operation. Pass linearEpicUrl=null to clear the per-phase Linear link.",
5055
5077
  inputSchema: {
5056
5078
  phaseId: z3.string().uuid().describe("Phase id from list_phases."),
5057
5079
  featureId: z3.string().uuid().describe("Feature id of the membership to edit."),
@@ -5063,6 +5085,9 @@ Mandatory caller behavior: present the phase's name + id + active/closed status
5063
5085
  ),
5064
5086
  linearEpicUrl: z3.string().url().nullable().optional().describe(
5065
5087
  "Per-phase Linear epic URL. Each phase's work on a feature can be its own epic. Pass null to clear."
5088
+ ),
5089
+ status: z3.enum(["not_started", "in_progress", "done", "canceled"]).optional().describe(
5090
+ "Per-phase status (#446 stage 7). Lets a feature be 'done' in a closed phase while still 'in_progress' in the active phase. Use this to resolve the close-phase warning when work for that phase is actually complete."
5066
5091
  )
5067
5092
  }
5068
5093
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "4.165.0",
3
+ "version": "4.166.1",
4
4
  "description": "AI-first development tools for teams - set up AGENTS.md, Claude Code, Cursor, and OpenCode standards",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",