replen 1.0.5 → 1.0.6

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.
@@ -217,9 +217,16 @@ that actually fit."* If the user agrees, run this checklist:
217
217
  app.replen.dev/projects.) Tags matter most right after onboarding, before the
218
218
  project has an embedding — without them a fresh project falls back to
219
219
  language-only matching and surfaces noise.
220
- 4. **Re-run.** Once it has a remote + docs + tags, call `replen_match` again —
221
- now it scopes to the project and matches against the real code. (Its embedding
222
- lands on the next pipeline run; until then, tags carry the relevance.)
220
+ 4. **Embed it now (don't wait for the daily run).** A freshly-registered
221
+ project has no embedding yet, so matching falls back to language/tags only
222
+ (noise) until the next scheduled run. Trigger an immediate run with the
223
+ `replen_run` tool — it builds the project's summary + embedding + initial
224
+ candidates from the README/CLAUDE.md you just pushed. It's async: poll
225
+ `replen_status` until the phase reports inventory ready (~1–3 min). Tell the
226
+ user it's processing.
227
+ 5. **Re-run.** Once the run finishes, call `replen_match` again — now scoped
228
+ AND embedded, matching against the real code (a dev-tool that only shared the
229
+ project's language now scores low on cosine and gets floored out).
223
230
 
224
231
  Note on recording actions: always use the MCP tools — `replen_state` (star /
225
232
  hide / handoff), `replen_record_triage` (your verdict), `replen_set_tags` — for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replen",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
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": {