@meltstudio/meltctl 5.0.3 → 5.0.4

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 +21 -7
  2. package/package.json +1 -1
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.3";
7453
+ CLI_VERSION = "5.0.4";
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 ADD only, never remove
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, not just Melt
26442
- boilerplate. **Do not delete or "slim" their content** \u2014 not the inline standards, not their
26443
- own rules. Only ADD what's missing:
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
- If you spot a clearly-stale \`## Workflow Skills\` list using old \`/melt-*\` names, point it out
26449
- as a suggestion for the developer to fix \u2014 do not remove it yourself.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "AI-first development tooling for Melt teams — companion CLI for the org-distributed Claude Code dev skills",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",