@mtreeai/msapling-cli 2.3.6-beta.14 → 2.3.6-beta.15

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9176,7 +9176,7 @@ var init_skill = __esm({
9176
9176
  context.addMessage("system", `No skills/ dir found. Looked at: ${SKILLS_DIRS.join(", ")}`);
9177
9177
  return;
9178
9178
  }
9179
- if (args2.length === 0) {
9179
+ if (args2.length === 0 || args2.length === 1 && (args2[0] === "list" || args2[0] === "ls")) {
9180
9180
  const all = listAllSkills(root);
9181
9181
  if (all.length === 0) {
9182
9182
  context.addMessage("system", `${root}/ has no skills (.md files).`);
@@ -9684,7 +9684,7 @@ var init_version = __esm({
9684
9684
  description: "Show version information for CLI and core packages",
9685
9685
  category: "debug",
9686
9686
  handler: async (_args, context) => {
9687
- const cliVersion = true ? "2.3.6-beta.14" : "(dev)";
9687
+ const cliVersion = true ? "2.3.6-beta.15" : "(dev)";
9688
9688
  const coreVersion = true ? "2.3.2" : "(dev)";
9689
9689
  const runtime = process.version;
9690
9690
  context.addMessage("system", "MSapling Version Info");
@@ -9693,7 +9693,7 @@ var init_version = __esm({
9693
9693
  context.addMessage("system", row2("Core (@msapling/core)", coreVersion));
9694
9694
  context.addMessage("system", row2("Runtime (Node/Bun)", runtime));
9695
9695
  try {
9696
- const ts = "2026-05-28T13:59:33.347Z";
9696
+ const ts = "2026-05-28T14:58:50.319Z";
9697
9697
  if (ts && ts !== "__BUILD_TIMESTAMP__") {
9698
9698
  context.addMessage("system", row2("Build Timestamp", ts));
9699
9699
  }
@@ -13277,7 +13277,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
13277
13277
  var Header = () => /* @__PURE__ */ jsxs(Box, { borderStyle: "single", borderColor: "cyan", paddingX: 1, marginBottom: 1, children: [
13278
13278
  /* @__PURE__ */ jsxs(Text, { bold: true, color: "cyan", children: [
13279
13279
  "\u25CF MSapling CLI v",
13280
- "2.3.6-beta.14"
13280
+ "2.3.6-beta.15"
13281
13281
  ] }),
13282
13282
  /* @__PURE__ */ jsx(Box, { marginLeft: 2, children: /* @__PURE__ */ jsx(Text, { color: "gray", children: "Platinum Tier Architecture" }) })
13283
13283
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mtreeai/msapling-cli",
3
- "version": "2.3.6-beta.14",
3
+ "version": "2.3.6-beta.15",
4
4
  "description": "MSapling CLI — React/Ink terminal client for the MSapling backend (chat, projects, MDrive, agent tools). Proprietary; redistribution prohibited.",
5
5
  "license": "UNLICENSED",
6
6
  "author": "MSapling Team",