mover-os 4.3.2 → 4.3.3
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/install.js +13 -2
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -4200,8 +4200,8 @@ async function main() {
|
|
|
4200
4200
|
ln();
|
|
4201
4201
|
ln(` ${bold("What was installed")}`);
|
|
4202
4202
|
ln();
|
|
4203
|
-
ln(` ${green("▸")} ${bold("
|
|
4204
|
-
ln(` ${green("▸")} ${bold("
|
|
4203
|
+
ln(` ${green("▸")} ${bold("23")} workflows ${dim("slash commands for daily rhythm, projects, strategy")}`);
|
|
4204
|
+
ln(` ${green("▸")} ${bold("63")} skills ${dim("curated packs for dev, marketing, CRO, design")}`);
|
|
4205
4205
|
if (selectedIds.includes("claude-code")) {
|
|
4206
4206
|
ln(` ${green("▸")} ${bold("6")} hooks ${dim("lifecycle guards (engine protection, git safety)")}`);
|
|
4207
4207
|
}
|
|
@@ -4241,6 +4241,17 @@ async function main() {
|
|
|
4241
4241
|
ln();
|
|
4242
4242
|
ln(` ${dim("/morning → [work] → /log → /analyse-day → /plan-tomorrow")}`);
|
|
4243
4243
|
ln();
|
|
4244
|
+
ln(gray(" ─────────────────────────────────────────────"));
|
|
4245
|
+
ln();
|
|
4246
|
+
ln(` ${bold("CLI commands")} ${dim("(run from any terminal)")}`);
|
|
4247
|
+
ln();
|
|
4248
|
+
ln(` ${green("▸")} ${bold("moveros pulse")} ${dim("Dashboard — energy, tasks, streaks")}`);
|
|
4249
|
+
ln(` ${green("▸")} ${bold("moveros doctor")} ${dim("Health check across all agents")}`);
|
|
4250
|
+
ln(` ${green("▸")} ${bold("moveros capture")} ${dim("Quick inbox — tasks, links, ideas")}`);
|
|
4251
|
+
ln(` ${green("▸")} ${bold("moveros warm")} ${dim("Pre-warm your next AI session")}`);
|
|
4252
|
+
ln(` ${green("▸")} ${bold("moveros sync")} ${dim("Update all agents to latest")}`);
|
|
4253
|
+
ln(` ${green("▸")} ${bold("moveros")} ${dim("Full menu with all commands")}`);
|
|
4254
|
+
ln();
|
|
4244
4255
|
}
|
|
4245
4256
|
|
|
4246
4257
|
main().catch((err) => {
|