@meltstudio/meltctl 5.0.3 → 5.0.5
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/README.md +1 -1
- package/dist/index.js +23 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ npm install -g @meltstudio/meltctl
|
|
|
19
19
|
# Authenticate (required)
|
|
20
20
|
meltctl login
|
|
21
21
|
|
|
22
|
-
#
|
|
22
|
+
# Print the repo-migration playbook (legacy /melt-update path)
|
|
23
23
|
meltctl project templates
|
|
24
24
|
|
|
25
25
|
# Submit daily standup report
|
package/dist/index.js
CHANGED
|
@@ -7450,7 +7450,7 @@ var CLI_VERSION;
|
|
|
7450
7450
|
var init_version = __esm({
|
|
7451
7451
|
"src/utils/version.ts"() {
|
|
7452
7452
|
"use strict";
|
|
7453
|
-
CLI_VERSION = "5.0.
|
|
7453
|
+
CLI_VERSION = "5.0.5";
|
|
7454
7454
|
}
|
|
7455
7455
|
});
|
|
7456
7456
|
|
|
@@ -26436,17 +26436,21 @@ These are superseded and non-functional. \`git rm -r\` any of these that exist:
|
|
|
26436
26436
|
|
|
26437
26437
|
Leave any non-Melt skills/commands the developer authored.
|
|
26438
26438
|
|
|
26439
|
-
## 2. Update AGENTS.md \u2014
|
|
26439
|
+
## 2. Update AGENTS.md \u2014 preserve the developer's content; add what's missing
|
|
26440
26440
|
|
|
26441
|
-
AGENTS.md is the developer's living document; it holds project-specific rules
|
|
26442
|
-
boilerplate. **
|
|
26443
|
-
own rules.
|
|
26441
|
+
AGENTS.md is the developer's living document; it holds project-specific rules and standards,
|
|
26442
|
+
not just Melt boilerplate. **Never delete or "slim" their content** \u2014 not their inline
|
|
26443
|
+
standards, not their own rules. ADD what's missing:
|
|
26444
26444
|
- A \`## Stack\` block (languages, frameworks, test runner, package manager, database, deploy)
|
|
26445
26445
|
- A \`## Project docs\` index pointing at satellite docs (TECH_DEBT.md, ARCHITECTURE.md, \u2026)
|
|
26446
26446
|
- One line noting Melt's universal standards also ship with the \`/melt-dev-*\` skills now
|
|
26447
26447
|
|
|
26448
|
-
|
|
26449
|
-
|
|
26448
|
+
**One exception \u2014 replace the retired Melt skill-list.** If AGENTS.md has a \`## Workflow
|
|
26449
|
+
Skills\` section that is the standard Melt list (a boilerplate intro plus \`/melt-*\` bullets),
|
|
26450
|
+
remove that section as part of this migration: the skills are org-distributed and
|
|
26451
|
+
auto-discovered now, so it is obsolete and points at skills you just deleted. Preserve any
|
|
26452
|
+
custom entries the developer added inside it. This is the ONLY Melt-authored section the
|
|
26453
|
+
migration removes \u2014 everything else stays untouched.
|
|
26450
26454
|
|
|
26451
26455
|
## 3. Ensure .mcp.json has the servers the project needs
|
|
26452
26456
|
|
|
@@ -26461,6 +26465,16 @@ Add any other clearly-useful, stack-appropriate servers.
|
|
|
26461
26465
|
|
|
26462
26466
|
\`.claude/settings.json\` and \`.gitignore\` are entirely developer-owned.
|
|
26463
26467
|
|
|
26468
|
+
## 5. Consistency review \u2014 propose cleanups, don't apply them
|
|
26469
|
+
|
|
26470
|
+
After the additive changes, re-read the whole AGENTS.md and look for anything that's now
|
|
26471
|
+
redundant, stale, contradicts a section you just added, or plainly no longer makes sense (a
|
|
26472
|
+
rule referencing a removed tool, a section the new \`## Stack\` block now duplicates, generic
|
|
26473
|
+
boilerplate the team clearly never customized). For each, **propose** the change to the
|
|
26474
|
+
developer with a one-line reason and let THEM decide \u2014 apply a removal or edit only on their
|
|
26475
|
+
explicit approval. Additive is the default; this pass keeps the repo coherent without you
|
|
26476
|
+
unilaterally deleting their content.
|
|
26477
|
+
|
|
26464
26478
|
## After migrating
|
|
26465
26479
|
|
|
26466
26480
|
The \`/melt-dev-*\` skills are distributed via the Anthropic org Skills registry and auto-update
|
|
@@ -26476,7 +26490,7 @@ async function templatesCommand() {
|
|
|
26476
26490
|
source_default.bold.yellow("\u26A0 The per-repo Melt skill model has been retired (company-wide)."),
|
|
26477
26491
|
"This command now hands back MIGRATION INSTRUCTIONS, not a template refresh.",
|
|
26478
26492
|
`\u2192 Follow ${source_default.cyan("MIGRATION.md")} in the directory printed below to migrate this repo now.`,
|
|
26479
|
-
` (In Claude Code with the org skills, ${source_default.cyan("/melt-dev-
|
|
26493
|
+
` (In Claude Code with the org skills, ${source_default.cyan("/melt-dev-setup")} does the same migration.)`,
|
|
26480
26494
|
""
|
|
26481
26495
|
].join("\n");
|
|
26482
26496
|
console.error(notice);
|
|
@@ -55413,7 +55427,6 @@ ${source_default.dim(" /melt-dev-debug Systematically investigate an
|
|
|
55413
55427
|
${source_default.dim(" /melt-dev-tech-audit Run a project compliance audit")}
|
|
55414
55428
|
${source_default.dim(" /melt-dev-ux-audit Review UI against usability heuristics")}
|
|
55415
55429
|
${source_default.dim(" /melt-dev-security-audit Run a security posture audit across the platform")}
|
|
55416
|
-
${source_default.dim(" /melt-dev-update Refresh AGENTS.md + MCP config to the latest")}
|
|
55417
55430
|
${source_default.dim(" /melt-dev-help Answer questions about the development playbook")}
|
|
55418
55431
|
|
|
55419
55432
|
${source_default.bold("Admin Commands")} ${source_default.dim("(used by skills and team managers):")}
|
|
@@ -55460,11 +55473,10 @@ ${source_default.dim("Project scaffolding now lives in the Melt dev skills (run
|
|
|
55460
55473
|
${source_default.dim("auto-distributed via the Anthropic org Skills registry):")}
|
|
55461
55474
|
${source_default.dim(" /melt-dev-setup Analyze the project, write AGENTS.md, and propose MCP config")}
|
|
55462
55475
|
${source_default.dim(" /melt-dev-link Connect and verify ticket tracker + browser testing")}
|
|
55463
|
-
${source_default.dim(" /melt-dev-update Refresh AGENTS.md + MCP config to the latest")}
|
|
55464
55476
|
`
|
|
55465
55477
|
);
|
|
55466
55478
|
project.command("templates").description(
|
|
55467
|
-
"write the repo-migration playbook to a temp dir (the /melt-update \u2192 /melt-dev-* path); /melt-dev-
|
|
55479
|
+
"write the repo-migration playbook to a temp dir (the /melt-update \u2192 /melt-dev-* path); /melt-dev-setup does the same"
|
|
55468
55480
|
).action(async () => {
|
|
55469
55481
|
await templatesCommand();
|
|
55470
55482
|
});
|
package/package.json
CHANGED