@meltstudio/meltctl 4.161.1 → 4.163.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 +2 -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.
|
|
17
|
+
CLI_VERSION = "4.163.0";
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
20
|
|
|
@@ -4820,7 +4820,7 @@ function registerProjectTools(server, getClient2) {
|
|
|
4820
4820
|
"Free-text project glossary surfaced to skills as context. Pass null to clear."
|
|
4821
4821
|
),
|
|
4822
4822
|
defaultJumpDurationWeeks: z22.number().positive().optional().describe(
|
|
4823
|
-
"Project-wide default weeks per maturity jump. New phases inherit this on insert; PMs override per phase via update_phase. Used by the maturity-jumps calculator: total_jumps \xD7 jumpDurationWeeks \
|
|
4823
|
+
"Project-wide default weeks per maturity jump. New phases inherit this on insert; PMs override per phase via update_phase. Used by the maturity-jumps calculator: total_jumps \xD7 jumpDurationWeeks \xF7 teamSize = total_weeks (team size divides \u2014 more devs finish the same jumps in fewer calendar weeks). Tighter values (0.25-0.5) model fast iteration; longer values (2-3) model robust hardening. NOT NULL with default 1; omit to leave the existing value in place."
|
|
4824
4824
|
),
|
|
4825
4825
|
projectStage: z22.enum(PROJECT_STAGE_VALUES).nullable().optional().describe(
|
|
4826
4826
|
"Canonical PM-owned project stage that drives audit calibration: prototype | early_revenue | growth | scale. The server stamps projectStageSetBy + projectStageSetAt automatically. Pass null to clear."
|
package/package.json
CHANGED