replen 1.0.9 → 1.0.10

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/mcp-setup.js CHANGED
@@ -79,6 +79,15 @@ export async function setupMcp(token, base) {
79
79
  const summary = summariseOutcome(outcome);
80
80
  if (summary)
81
81
  console.log(summary);
82
+ // Point the user at the onboarding sweep — the highest-leverage next step,
83
+ // and otherwise invisible (it's a separately-invoked skill, not part of this
84
+ // CLI flow). Without grounded, per-repo profiles the matcher leans on thin
85
+ // server-side inference; the sweep is what makes matches genuinely relevant.
86
+ console.log("");
87
+ console.log(" ▸ Next: open Claude Code and run /replen-onboard");
88
+ console.log(" It sets Replen up across your active repos in the background —");
89
+ console.log(" reading each one and building a tailored profile so matches are");
90
+ console.log(" relevant, not generic. Runs autonomously; nothing to wait on.");
82
91
  }
83
92
  function setupClaude(token, base) {
84
93
  const path = CLAUDE_CONFIG;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replen",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Make your AI coding tools smarter. One command, no API keys. Replen scouts the OSS firehose against your projects and surfaces drop-in libraries, ideas to port, and dead deps to swap — the match decision happens inside your AI tool's session on your subscription tokens. 1-3 actionable matches a month, by design.",
5
5
  "type": "module",
6
6
  "bin": {