@meltstudio/meltctl 4.171.0 → 4.172.0
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/dist/index.js +73 -1
- 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.
|
|
17
|
+
CLI_VERSION = "4.172.0";
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
|
|
@@ -1545,6 +1545,15 @@ var ISSUE_RULES = [
|
|
|
1545
1545
|
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)",
|
|
1546
1546
|
scope: "project"
|
|
1547
1547
|
},
|
|
1548
|
+
{
|
|
1549
|
+
id: "roadmap.feature-no-epic",
|
|
1550
|
+
dimension: "roadmap",
|
|
1551
|
+
severity: "low",
|
|
1552
|
+
label: "Primary-phase feature missing Linear epic",
|
|
1553
|
+
category: "gaps",
|
|
1554
|
+
howToFix: "Wire each current-phase feature's Linear epic via update_phase_feature (linearEpicUrl) \u2014 without it the roadmap can't sync status from the board and shows everything as not-started",
|
|
1555
|
+
scope: "project"
|
|
1556
|
+
},
|
|
1548
1557
|
// Delivery — Board
|
|
1549
1558
|
{
|
|
1550
1559
|
id: "board.no-mapping",
|
|
@@ -1600,6 +1609,24 @@ var ISSUE_RULES = [
|
|
|
1600
1609
|
howToFix: "Open the project page and click 'Run board audit' to refresh the score",
|
|
1601
1610
|
scope: "project"
|
|
1602
1611
|
},
|
|
1612
|
+
{
|
|
1613
|
+
id: "board.never-audited",
|
|
1614
|
+
dimension: "board",
|
|
1615
|
+
severity: "low",
|
|
1616
|
+
label: "Board never audited",
|
|
1617
|
+
category: "sprint",
|
|
1618
|
+
howToFix: "The board is connected but has never been audited, so its story/cycle hygiene is invisible \u2014 open the project page and click 'Run board audit'",
|
|
1619
|
+
scope: "project"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
id: "board.stories-not-in-cycle",
|
|
1623
|
+
dimension: "board",
|
|
1624
|
+
severity: "low",
|
|
1625
|
+
label: "Open stories not in the active cycle",
|
|
1626
|
+
category: "sprint",
|
|
1627
|
+
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",
|
|
1628
|
+
scope: "project"
|
|
1629
|
+
},
|
|
1603
1630
|
{
|
|
1604
1631
|
id: "board.in-progress-stale",
|
|
1605
1632
|
dimension: "board",
|
|
@@ -1694,6 +1721,15 @@ var ISSUE_RULES = [
|
|
|
1694
1721
|
howToFix: "Remind the team that standup is set for 9am Colombia; follow up with non-submitters",
|
|
1695
1722
|
scope: "project"
|
|
1696
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
id: "standups.punctuality",
|
|
1726
|
+
dimension: "standups",
|
|
1727
|
+
severity: "low",
|
|
1728
|
+
label: "Standups submitted but often late",
|
|
1729
|
+
category: "standup",
|
|
1730
|
+
howToFix: "The team is submitting standups but many land late \u2014 nudge toward the 9am Colombia cutoff",
|
|
1731
|
+
scope: "project"
|
|
1732
|
+
},
|
|
1697
1733
|
// Code — Findings
|
|
1698
1734
|
{
|
|
1699
1735
|
id: "findings.critical",
|
|
@@ -4532,6 +4568,15 @@ var ISSUE_RULES2 = [
|
|
|
4532
4568
|
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)",
|
|
4533
4569
|
scope: "project"
|
|
4534
4570
|
},
|
|
4571
|
+
{
|
|
4572
|
+
id: "roadmap.feature-no-epic",
|
|
4573
|
+
dimension: "roadmap",
|
|
4574
|
+
severity: "low",
|
|
4575
|
+
label: "Primary-phase feature missing Linear epic",
|
|
4576
|
+
category: "gaps",
|
|
4577
|
+
howToFix: "Wire each current-phase feature's Linear epic via update_phase_feature (linearEpicUrl) \u2014 without it the roadmap can't sync status from the board and shows everything as not-started",
|
|
4578
|
+
scope: "project"
|
|
4579
|
+
},
|
|
4535
4580
|
// Delivery — Board
|
|
4536
4581
|
{
|
|
4537
4582
|
id: "board.no-mapping",
|
|
@@ -4587,6 +4632,24 @@ var ISSUE_RULES2 = [
|
|
|
4587
4632
|
howToFix: "Open the project page and click 'Run board audit' to refresh the score",
|
|
4588
4633
|
scope: "project"
|
|
4589
4634
|
},
|
|
4635
|
+
{
|
|
4636
|
+
id: "board.never-audited",
|
|
4637
|
+
dimension: "board",
|
|
4638
|
+
severity: "low",
|
|
4639
|
+
label: "Board never audited",
|
|
4640
|
+
category: "sprint",
|
|
4641
|
+
howToFix: "The board is connected but has never been audited, so its story/cycle hygiene is invisible \u2014 open the project page and click 'Run board audit'",
|
|
4642
|
+
scope: "project"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
id: "board.stories-not-in-cycle",
|
|
4646
|
+
dimension: "board",
|
|
4647
|
+
severity: "low",
|
|
4648
|
+
label: "Open stories not in the active cycle",
|
|
4649
|
+
category: "sprint",
|
|
4650
|
+
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",
|
|
4651
|
+
scope: "project"
|
|
4652
|
+
},
|
|
4590
4653
|
{
|
|
4591
4654
|
id: "board.in-progress-stale",
|
|
4592
4655
|
dimension: "board",
|
|
@@ -4681,6 +4744,15 @@ var ISSUE_RULES2 = [
|
|
|
4681
4744
|
howToFix: "Remind the team that standup is set for 9am Colombia; follow up with non-submitters",
|
|
4682
4745
|
scope: "project"
|
|
4683
4746
|
},
|
|
4747
|
+
{
|
|
4748
|
+
id: "standups.punctuality",
|
|
4749
|
+
dimension: "standups",
|
|
4750
|
+
severity: "low",
|
|
4751
|
+
label: "Standups submitted but often late",
|
|
4752
|
+
category: "standup",
|
|
4753
|
+
howToFix: "The team is submitting standups but many land late \u2014 nudge toward the 9am Colombia cutoff",
|
|
4754
|
+
scope: "project"
|
|
4755
|
+
},
|
|
4684
4756
|
// Code — Findings
|
|
4685
4757
|
{
|
|
4686
4758
|
id: "findings.critical",
|
package/package.json
CHANGED