@meltstudio/meltctl 4.166.0 → 4.167.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.
Files changed (2) hide show
  1. package/dist/index.js +15 -11
  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.166.0";
17
+ CLI_VERSION = "4.167.0";
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,7 +1523,7 @@ 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",
@@ -1540,7 +1542,7 @@ var ISSUE_RULES = [
1540
1542
  {
1541
1543
  id: "board.no-mapping",
1542
1544
  dimension: "board",
1543
- severity: "high",
1545
+ severity: "medium",
1544
1546
  label: "No board connected",
1545
1547
  category: "gaps",
1546
1548
  howToFix: "Open Project Settings and connect a Linear team or Jira project in the mappings card",
@@ -1549,7 +1551,7 @@ var ISSUE_RULES = [
1549
1551
  {
1550
1552
  id: "tracker.no-oauth",
1551
1553
  dimension: "board",
1552
- severity: "high",
1554
+ severity: "medium",
1553
1555
  label: "Tracker needs OAuth connect",
1554
1556
  category: "gaps",
1555
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",
@@ -1567,7 +1569,7 @@ var ISSUE_RULES = [
1567
1569
  {
1568
1570
  id: "board.health-low",
1569
1571
  dimension: "board",
1570
- severity: "high",
1572
+ severity: "medium",
1571
1573
  label: "Board health below 40%",
1572
1574
  category: "sprint",
1573
1575
  howToFix: "Open the project's Linear board and triage the failing audit checks",
@@ -4471,7 +4473,9 @@ var ISSUE_RULES2 = [
4471
4473
  {
4472
4474
  id: "roadmap.none",
4473
4475
  dimension: "roadmap",
4474
- 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",
4475
4479
  label: "No roadmap",
4476
4480
  category: "gaps",
4477
4481
  howToFix: "Open the project's Roadmap tab and add an active phase with at least one planned feature",
@@ -4498,7 +4502,7 @@ var ISSUE_RULES2 = [
4498
4502
  {
4499
4503
  id: "roadmap.no-features-with-active-phase",
4500
4504
  dimension: "roadmap",
4501
- severity: "high",
4505
+ severity: "medium",
4502
4506
  label: "Active phase but no features",
4503
4507
  category: "sprint",
4504
4508
  howToFix: "Run a backlog-seeding session and add features to the active phase before the team starts",
@@ -4517,7 +4521,7 @@ var ISSUE_RULES2 = [
4517
4521
  {
4518
4522
  id: "board.no-mapping",
4519
4523
  dimension: "board",
4520
- severity: "high",
4524
+ severity: "medium",
4521
4525
  label: "No board connected",
4522
4526
  category: "gaps",
4523
4527
  howToFix: "Open Project Settings and connect a Linear team or Jira project in the mappings card",
@@ -4526,7 +4530,7 @@ var ISSUE_RULES2 = [
4526
4530
  {
4527
4531
  id: "tracker.no-oauth",
4528
4532
  dimension: "board",
4529
- severity: "high",
4533
+ severity: "medium",
4530
4534
  label: "Tracker needs OAuth connect",
4531
4535
  category: "gaps",
4532
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",
@@ -4544,7 +4548,7 @@ var ISSUE_RULES2 = [
4544
4548
  {
4545
4549
  id: "board.health-low",
4546
4550
  dimension: "board",
4547
- severity: "high",
4551
+ severity: "medium",
4548
4552
  label: "Board health below 40%",
4549
4553
  category: "sprint",
4550
4554
  howToFix: "Open the project's Linear board and triage the failing audit checks",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "4.166.0",
3
+ "version": "4.167.0",
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",