@axplusb/kepler 2.0.6 → 2.2.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.
@@ -47,6 +47,12 @@ async function main() {
47
47
  return;
48
48
  }
49
49
 
50
+ if (subcommand === 'init') {
51
+ const { runInitCommand } = await import('./init.mjs');
52
+ await runInitCommand(subcommandArgs);
53
+ return;
54
+ }
55
+
50
56
  if (subcommand === 'skills' || subcommand === 'skill') {
51
57
  const { runSkillsCommand } = await import('./skills.mjs');
52
58
  try {
@@ -103,6 +109,7 @@ async function main() {
103
109
  kepler dashboard Open Kepler Pulse analytics dashboard
104
110
  kepler login Sign in via browser
105
111
  kepler logout Sign out and clear credentials
112
+ kepler init Scaffold .kepler config, memory, hooks, tasks
106
113
  kepler version Show version
107
114
 
108
115
  \x1b[1mAnalytics:\x1b[0m