@meltstudio/meltctl 4.201.0 → 5.0.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 +13 -13
- 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 = "
|
|
17
|
+
CLI_VERSION = "5.0.0";
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
|
|
@@ -2048,7 +2048,7 @@ var ISSUE_RULES = [
|
|
|
2048
2048
|
severity: "medium",
|
|
2049
2049
|
label: "Never audited",
|
|
2050
2050
|
category: "audits",
|
|
2051
|
-
howToFix: "Run `/melt-audit` on the repo to create the baseline",
|
|
2051
|
+
howToFix: "Run `/melt-dev-tech-audit` on the repo to create the baseline",
|
|
2052
2052
|
scope: "project",
|
|
2053
2053
|
suppressedInStatuses: ["commercial"]
|
|
2054
2054
|
},
|
|
@@ -2058,7 +2058,7 @@ var ISSUE_RULES = [
|
|
|
2058
2058
|
severity: "medium",
|
|
2059
2059
|
label: "Audit over 90 days old",
|
|
2060
2060
|
category: "audits",
|
|
2061
|
-
howToFix: "Run `/melt-audit` on the repo to refresh the baseline",
|
|
2061
|
+
howToFix: "Run `/melt-dev-tech-audit` on the repo to refresh the baseline",
|
|
2062
2062
|
scope: "project"
|
|
2063
2063
|
},
|
|
2064
2064
|
{
|
|
@@ -2071,7 +2071,7 @@ var ISSUE_RULES = [
|
|
|
2071
2071
|
severity: "low",
|
|
2072
2072
|
label: "Audit overdue (30+ days)",
|
|
2073
2073
|
category: "audits",
|
|
2074
|
-
howToFix: "A repo's last audit is over 30 days old \u2014 re-run `/melt-audit` (or the relevant audit skill) to refresh the findings.",
|
|
2074
|
+
howToFix: "A repo's last audit is over 30 days old \u2014 re-run `/melt-dev-tech-audit` (or the relevant audit skill) to refresh the findings.",
|
|
2075
2075
|
scope: "project"
|
|
2076
2076
|
},
|
|
2077
2077
|
{
|
|
@@ -2080,7 +2080,7 @@ var ISSUE_RULES = [
|
|
|
2080
2080
|
severity: "medium",
|
|
2081
2081
|
label: "Some repos never audited",
|
|
2082
2082
|
category: "audits",
|
|
2083
|
-
howToFix: "Run `/melt-audit` on each unaudited repo to create its baseline",
|
|
2083
|
+
howToFix: "Run `/melt-dev-tech-audit` on each unaudited repo to create its baseline",
|
|
2084
2084
|
scope: "project",
|
|
2085
2085
|
suppressedInStatuses: ["commercial"]
|
|
2086
2086
|
},
|
|
@@ -4852,7 +4852,7 @@ var ISSUE_RULES2 = [
|
|
|
4852
4852
|
severity: "medium",
|
|
4853
4853
|
label: "Never audited",
|
|
4854
4854
|
category: "audits",
|
|
4855
|
-
howToFix: "Run `/melt-audit` on the repo to create the baseline",
|
|
4855
|
+
howToFix: "Run `/melt-dev-tech-audit` on the repo to create the baseline",
|
|
4856
4856
|
scope: "project",
|
|
4857
4857
|
suppressedInStatuses: ["commercial"]
|
|
4858
4858
|
},
|
|
@@ -4862,7 +4862,7 @@ var ISSUE_RULES2 = [
|
|
|
4862
4862
|
severity: "medium",
|
|
4863
4863
|
label: "Audit over 90 days old",
|
|
4864
4864
|
category: "audits",
|
|
4865
|
-
howToFix: "Run `/melt-audit` on the repo to refresh the baseline",
|
|
4865
|
+
howToFix: "Run `/melt-dev-tech-audit` on the repo to refresh the baseline",
|
|
4866
4866
|
scope: "project"
|
|
4867
4867
|
},
|
|
4868
4868
|
{
|
|
@@ -4875,7 +4875,7 @@ var ISSUE_RULES2 = [
|
|
|
4875
4875
|
severity: "low",
|
|
4876
4876
|
label: "Audit overdue (30+ days)",
|
|
4877
4877
|
category: "audits",
|
|
4878
|
-
howToFix: "A repo's last audit is over 30 days old \u2014 re-run `/melt-audit` (or the relevant audit skill) to refresh the findings.",
|
|
4878
|
+
howToFix: "A repo's last audit is over 30 days old \u2014 re-run `/melt-dev-tech-audit` (or the relevant audit skill) to refresh the findings.",
|
|
4879
4879
|
scope: "project"
|
|
4880
4880
|
},
|
|
4881
4881
|
{
|
|
@@ -4884,7 +4884,7 @@ var ISSUE_RULES2 = [
|
|
|
4884
4884
|
severity: "medium",
|
|
4885
4885
|
label: "Some repos never audited",
|
|
4886
4886
|
category: "audits",
|
|
4887
|
-
howToFix: "Run `/melt-audit` on each unaudited repo to create its baseline",
|
|
4887
|
+
howToFix: "Run `/melt-dev-tech-audit` on each unaudited repo to create its baseline",
|
|
4888
4888
|
scope: "project",
|
|
4889
4889
|
suppressedInStatuses: ["commercial"]
|
|
4890
4890
|
},
|
|
@@ -5777,7 +5777,7 @@ ${chalk15.dim(" /melt-dev-validate Run the validation plan and verify e
|
|
|
5777
5777
|
${chalk15.dim(" /melt-dev-review Review changes against project standards")}
|
|
5778
5778
|
${chalk15.dim(" /melt-dev-pr Create a well-structured pull request")}
|
|
5779
5779
|
${chalk15.dim(" /melt-dev-debug Systematically investigate and fix bugs")}
|
|
5780
|
-
${chalk15.dim(" /melt-dev-audit Run a project compliance audit")}
|
|
5780
|
+
${chalk15.dim(" /melt-dev-tech-audit Run a project compliance audit")}
|
|
5781
5781
|
${chalk15.dim(" /melt-dev-ux-audit Review UI against usability heuristics")}
|
|
5782
5782
|
${chalk15.dim(" /melt-dev-security-audit Run a security posture audit across the platform")}
|
|
5783
5783
|
${chalk15.dim(" /melt-dev-update Refresh AGENTS.md + MCP config to the latest")}
|
|
@@ -5846,9 +5846,9 @@ var audit = program.command("audit", { hidden: true }).description("submit and l
|
|
|
5846
5846
|
"after",
|
|
5847
5847
|
`
|
|
5848
5848
|
${chalk15.dim("Related skills (run in your AI coding tool):")}
|
|
5849
|
-
${chalk15.dim(" /melt-audit Run a project compliance audit")}
|
|
5850
|
-
${chalk15.dim(" /melt-ux-audit Review UI against usability heuristics")}
|
|
5851
|
-
${chalk15.dim(" /melt-security-audit Run a security posture audit across the platform")}
|
|
5849
|
+
${chalk15.dim(" /melt-dev-tech-audit Run a project compliance audit")}
|
|
5850
|
+
${chalk15.dim(" /melt-dev-ux-audit Review UI against usability heuristics")}
|
|
5851
|
+
${chalk15.dim(" /melt-dev-security-audit Run a security posture audit across the platform")}
|
|
5852
5852
|
`
|
|
5853
5853
|
);
|
|
5854
5854
|
audit.command("submit").description("submit an audit report from a markdown file").argument("[file]", "path to the audit file (auto-detects from .audits/ if omitted)").action(async (file) => {
|
package/package.json
CHANGED