@driftless-sh/cli 0.1.42 → 0.1.43

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
@@ -214642,7 +214642,7 @@ async function installSkillCommand() {
214642
214642
  // src/commands/init.ts
214643
214643
  function getVersion() {
214644
214644
  try {
214645
- return "0.1.42";
214645
+ return "0.1.43";
214646
214646
  } catch {
214647
214647
  return "0.0.0";
214648
214648
  }
@@ -215112,7 +215112,7 @@ async function initCommand(args) {
215112
215112
  watchersSkipped++;
215113
215113
  }
215114
215114
  }
215115
- step("creating context", `${watchersCreated} topics \u2713`);
215115
+ step("creating context", `${watchersCreated} suggested \u2713`);
215116
215116
  } else {
215117
215117
  step("creating context", "skipped (use --suggest to auto-generate)");
215118
215118
  }
@@ -215129,14 +215129,14 @@ async function initCommand(args) {
215129
215129
  step("installing skill", skillLine);
215130
215130
  console.log("");
215131
215131
  console.log("\u2713 repo context bootstrapped");
215132
- console.log(` \u251C\u2500 topics ${suggest ? watchersCreated : "(use --suggest to generate)"}`);
215132
+ console.log(` \u251C\u2500 suggested ${suggest ? `${watchersCreated} topic(s) \u2014 pending review, not yet active` : "(use --suggest to generate)"}`);
215133
215133
  console.log(` \u251C\u2500 rules ${suggest ? rulesCreated : "(use --suggest to generate)"}`);
215134
215134
  console.log(` \u251C\u2500 docs found ${existingDocs.length} (ask your agent to sync them)`);
215135
215135
  console.log(` \u251C\u2500 components ${components.length}`);
215136
215136
  console.log(` \u2514\u2500 relations ${relationCount}`);
215137
215137
  console.log("");
215138
215138
  console.log(" dashboard \u2192 driftless.icu/ecosystem");
215139
- console.log(" next \u2192 driftless context list");
215139
+ console.log(` next \u2192 ${suggest && watchersCreated > 0 ? "driftless context list --suggested # review & confirm suggestions" : "driftless context list"}`);
215140
215140
  console.log("");
215141
215141
  console.log(DIVIDER);
215142
215142
  analyticsEvent("cli_init_run", workspaceSlug, {
@@ -216619,7 +216619,7 @@ function pad2(s, n) {
216619
216619
  }
216620
216620
 
216621
216621
  // src/index.ts
216622
- var VERSION = "0.1.42";
216622
+ var VERSION = "0.1.43";
216623
216623
  var HELP_TEXT = `Driftless CLI v${VERSION} \u2014 Living repo context for humans and coding agents
216624
216624
 
216625
216625
  Install: npm install -g @driftless-sh/cli