replen 1.0.15 → 1.0.16

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.
@@ -311,8 +311,11 @@ on the candidate repo name in a curl payload.
311
311
  When you call `replen_record_triage`, **pass the contextual fields** so Replen
312
312
  learns: `matchedFacet` (copy the `matchedFacet` from the candidate's
313
313
  replen_match data), `facetModality` (the data modality of that capability —
314
- e.g. `"timeseries"`, `"image"`), and `reasonCode` (`fit` / `modality-collision`
315
- / `task-collision` / `covered` / `wrong-posture` / `low-quality` / `other`).
314
+ e.g. `"timeseries"`, `"image"`), `reasonCode` (`fit` / `modality-collision`
315
+ / `task-collision` / `covered` / `wrong-posture` / `low-quality` / `other`),
316
+ and `cosine` (copy the candidate's `cosine` value verbatim — paired with your
317
+ verdict it calibrates the relevance floor for this project, and your
318
+ adopt/skip pattern continuously tunes the ranking via the taste vector).
316
319
  A skip coded `modality-collision` teaches Replen that this repo fits a
317
320
  *different* modality — so it stays available for the right project but stops
318
321
  colliding with this one.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replen",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Make your AI coding tools smarter. One command, no API keys, free. Replen watches what your projects actually do and surfaces a few things worth bringing in each month. Use one as is, port a piece of another, cherry pick an idea, or build it clean room. The match happens inside your AI tool's session. A few actionable matches a month, by design.",
5
5
  "type": "module",
6
6
  "bin": {