@meltstudio/meltctl 4.178.1 → 4.179.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 +19 -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.179.0";
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
|
|
@@ -1577,6 +1577,15 @@ var ISSUE_RULES = [
|
|
|
1577
1577
|
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",
|
|
1578
1578
|
scope: "project"
|
|
1579
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
id: "roadmap.feature-no-prd",
|
|
1582
|
+
dimension: "roadmap",
|
|
1583
|
+
severity: "low",
|
|
1584
|
+
label: "Primary-phase feature missing PRD",
|
|
1585
|
+
category: "gaps",
|
|
1586
|
+
howToFix: "Write a PRD for each current-phase feature and link it on the feature (prdPath) \u2014 without one the dev team plans the work blind and plans score low on PRD alignment. PRD authoring is a PM deliverable (melt-pm-tech-investigate drafts the maturity/PRD sections)",
|
|
1587
|
+
scope: "project"
|
|
1588
|
+
},
|
|
1580
1589
|
// Delivery — Board
|
|
1581
1590
|
{
|
|
1582
1591
|
id: "board.no-mapping",
|
|
@@ -4624,6 +4633,15 @@ var ISSUE_RULES2 = [
|
|
|
4624
4633
|
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",
|
|
4625
4634
|
scope: "project"
|
|
4626
4635
|
},
|
|
4636
|
+
{
|
|
4637
|
+
id: "roadmap.feature-no-prd",
|
|
4638
|
+
dimension: "roadmap",
|
|
4639
|
+
severity: "low",
|
|
4640
|
+
label: "Primary-phase feature missing PRD",
|
|
4641
|
+
category: "gaps",
|
|
4642
|
+
howToFix: "Write a PRD for each current-phase feature and link it on the feature (prdPath) \u2014 without one the dev team plans the work blind and plans score low on PRD alignment. PRD authoring is a PM deliverable (melt-pm-tech-investigate drafts the maturity/PRD sections)",
|
|
4643
|
+
scope: "project"
|
|
4644
|
+
},
|
|
4627
4645
|
// Delivery — Board
|
|
4628
4646
|
{
|
|
4629
4647
|
id: "board.no-mapping",
|
package/package.json
CHANGED