@meltstudio/meltctl 4.181.0 → 4.181.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 +19 -19
  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.181.0";
17
+ CLI_VERSION = "4.181.1";
18
18
  }
19
19
  });
20
20
 
@@ -1679,7 +1679,7 @@ var ISSUE_RULES = [
1679
1679
  category: "sprint",
1680
1680
  howToFix: "Add this sprint\u2019s stories to the active Linear cycle (a Sprint label is not the cycle) \u2014 otherwise velocity and burndown read as empty",
1681
1681
  scope: "project",
1682
- suppressedInStatuses: ["planning"]
1682
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1683
1683
  },
1684
1684
  {
1685
1685
  id: "board.in-progress-stale",
@@ -1689,7 +1689,7 @@ var ISSUE_RULES = [
1689
1689
  category: "sprint",
1690
1690
  howToFix: "Open the project board, ask the assignees what's blocking, and either move the ticket forward or back to the backlog",
1691
1691
  scope: "project",
1692
- suppressedInStatuses: ["planning"]
1692
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1693
1693
  },
1694
1694
  {
1695
1695
  id: "board.pm-silent-critical",
@@ -1702,7 +1702,7 @@ var ISSUE_RULES = [
1702
1702
  category: "sprint",
1703
1703
  howToFix: "Comment on the active-cycle tickets to acknowledge progress, ask questions, or flag concerns",
1704
1704
  scope: "project",
1705
- suppressedInStatuses: ["planning"]
1705
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1706
1706
  },
1707
1707
  {
1708
1708
  id: "board.pm-silent-medium",
@@ -1712,7 +1712,7 @@ var ISSUE_RULES = [
1712
1712
  category: "sprint",
1713
1713
  howToFix: "Comment on the active-cycle tickets to acknowledge progress, ask questions, or flag concerns",
1714
1714
  scope: "project",
1715
- suppressedInStatuses: ["planning"]
1715
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1716
1716
  },
1717
1717
  // Delivery — Risks
1718
1718
  {
@@ -1753,7 +1753,7 @@ var ISSUE_RULES = [
1753
1753
  category: "plans",
1754
1754
  howToFix: "Remind the team to run `meltctl plan submit` before starting new tickets",
1755
1755
  scope: "project",
1756
- suppressedInStatuses: ["planning"]
1756
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1757
1757
  },
1758
1758
  {
1759
1759
  id: "plans.unscored",
@@ -1763,7 +1763,7 @@ var ISSUE_RULES = [
1763
1763
  category: "plans",
1764
1764
  howToFix: "Open the plan and click 'Score plan' to run the rubric",
1765
1765
  scope: "project",
1766
- suppressedInStatuses: ["planning"]
1766
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1767
1767
  },
1768
1768
  {
1769
1769
  id: "plans.stuck",
@@ -1775,7 +1775,7 @@ var ISSUE_RULES = [
1775
1775
  category: "plans",
1776
1776
  howToFix: "Re-run `meltctl plan submit` with a valid ticket, or close the plan if it's no longer relevant",
1777
1777
  scope: "project",
1778
- suppressedInStatuses: ["planning"]
1778
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1779
1779
  },
1780
1780
  // Delivery — Standups
1781
1781
  {
@@ -1786,7 +1786,7 @@ var ISSUE_RULES = [
1786
1786
  category: "standup",
1787
1787
  howToFix: "Remind the team that standup is set for 9am Colombia; follow up with non-submitters",
1788
1788
  scope: "project",
1789
- suppressedInStatuses: ["planning"]
1789
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1790
1790
  },
1791
1791
  {
1792
1792
  id: "standups.punctuality",
@@ -1796,7 +1796,7 @@ var ISSUE_RULES = [
1796
1796
  category: "standup",
1797
1797
  howToFix: "The team is submitting standups but many land late \u2014 nudge toward the 9am Colombia cutoff",
1798
1798
  scope: "project",
1799
- suppressedInStatuses: ["planning"]
1799
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
1800
1800
  },
1801
1801
  // Code — Findings
1802
1802
  {
@@ -4790,7 +4790,7 @@ var ISSUE_RULES2 = [
4790
4790
  category: "sprint",
4791
4791
  howToFix: "Add this sprint\u2019s stories to the active Linear cycle (a Sprint label is not the cycle) \u2014 otherwise velocity and burndown read as empty",
4792
4792
  scope: "project",
4793
- suppressedInStatuses: ["planning"]
4793
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4794
4794
  },
4795
4795
  {
4796
4796
  id: "board.in-progress-stale",
@@ -4800,7 +4800,7 @@ var ISSUE_RULES2 = [
4800
4800
  category: "sprint",
4801
4801
  howToFix: "Open the project board, ask the assignees what's blocking, and either move the ticket forward or back to the backlog",
4802
4802
  scope: "project",
4803
- suppressedInStatuses: ["planning"]
4803
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4804
4804
  },
4805
4805
  {
4806
4806
  id: "board.pm-silent-critical",
@@ -4813,7 +4813,7 @@ var ISSUE_RULES2 = [
4813
4813
  category: "sprint",
4814
4814
  howToFix: "Comment on the active-cycle tickets to acknowledge progress, ask questions, or flag concerns",
4815
4815
  scope: "project",
4816
- suppressedInStatuses: ["planning"]
4816
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4817
4817
  },
4818
4818
  {
4819
4819
  id: "board.pm-silent-medium",
@@ -4823,7 +4823,7 @@ var ISSUE_RULES2 = [
4823
4823
  category: "sprint",
4824
4824
  howToFix: "Comment on the active-cycle tickets to acknowledge progress, ask questions, or flag concerns",
4825
4825
  scope: "project",
4826
- suppressedInStatuses: ["planning"]
4826
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4827
4827
  },
4828
4828
  // Delivery — Risks
4829
4829
  {
@@ -4864,7 +4864,7 @@ var ISSUE_RULES2 = [
4864
4864
  category: "plans",
4865
4865
  howToFix: "Remind the team to run `meltctl plan submit` before starting new tickets",
4866
4866
  scope: "project",
4867
- suppressedInStatuses: ["planning"]
4867
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4868
4868
  },
4869
4869
  {
4870
4870
  id: "plans.unscored",
@@ -4874,7 +4874,7 @@ var ISSUE_RULES2 = [
4874
4874
  category: "plans",
4875
4875
  howToFix: "Open the plan and click 'Score plan' to run the rubric",
4876
4876
  scope: "project",
4877
- suppressedInStatuses: ["planning"]
4877
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4878
4878
  },
4879
4879
  {
4880
4880
  id: "plans.stuck",
@@ -4886,7 +4886,7 @@ var ISSUE_RULES2 = [
4886
4886
  category: "plans",
4887
4887
  howToFix: "Re-run `meltctl plan submit` with a valid ticket, or close the plan if it's no longer relevant",
4888
4888
  scope: "project",
4889
- suppressedInStatuses: ["planning"]
4889
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4890
4890
  },
4891
4891
  // Delivery — Standups
4892
4892
  {
@@ -4897,7 +4897,7 @@ var ISSUE_RULES2 = [
4897
4897
  category: "standup",
4898
4898
  howToFix: "Remind the team that standup is set for 9am Colombia; follow up with non-submitters",
4899
4899
  scope: "project",
4900
- suppressedInStatuses: ["planning"]
4900
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4901
4901
  },
4902
4902
  {
4903
4903
  id: "standups.punctuality",
@@ -4907,7 +4907,7 @@ var ISSUE_RULES2 = [
4907
4907
  category: "standup",
4908
4908
  howToFix: "The team is submitting standups but many land late \u2014 nudge toward the 9am Colombia cutoff",
4909
4909
  scope: "project",
4910
- suppressedInStatuses: ["planning"]
4910
+ suppressedInStatuses: ["planning", "warranty", "closed", "on_hold"]
4911
4911
  },
4912
4912
  // Code — Findings
4913
4913
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "4.181.0",
3
+ "version": "4.181.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",