@lumerahq/cli 0.9.0 → 0.9.1

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 CHANGED
@@ -128,7 +128,7 @@ async function main() {
128
128
  break;
129
129
  // Skills
130
130
  case "skills":
131
- await import("./skills-MMDJDUGC.js").then((m) => m.skills(subcommand, args.slice(2)));
131
+ await import("./skills-LKXXSJJS.js").then((m) => m.skills(subcommand, args.slice(2)));
132
132
  break;
133
133
  // Auth
134
134
  case "login":
@@ -280,6 +280,7 @@ async function update(args, flags) {
280
280
  if (verbose && diff.unchanged.length > 0) {
281
281
  console.log(pc.dim(` ${diff.unchanged.length} skills unchanged`));
282
282
  }
283
+ syncClaudeMd(projectRoot);
283
284
  console.log();
284
285
  return;
285
286
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumerahq/cli",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "CLI for building and deploying Lumera apps",
5
5
  "type": "module",
6
6
  "engines": {