replen 1.0.17 → 1.0.18
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.
|
@@ -308,6 +308,12 @@ any write back to Replen. Don't hand-roll `curl` to the API for these; the MCP
|
|
|
308
308
|
path is the intended mechanism and avoids tripping host permission classifiers
|
|
309
309
|
on the candidate repo name in a curl payload.
|
|
310
310
|
|
|
311
|
+
**Never record a bare verdict.** Every `replen_record_triage` call — including
|
|
312
|
+
quick skips made outside this full protocol (e.g. from the session-start
|
|
313
|
+
footnote) — must carry at least `oneLine` and `cosine`. A verdict with no
|
|
314
|
+
reasoning shows up in the user's Atlas dossier and vault as "bare verdict —
|
|
315
|
+
the agent recorded no reasoning", which is a bug report with your name on it.
|
|
316
|
+
|
|
311
317
|
When you call `replen_record_triage`, **pass the contextual fields** so Replen
|
|
312
318
|
learns: `matchedFacet` (copy the `matchedFacet` from the candidate's
|
|
313
319
|
replen_match data), `facetModality` (the data modality of that capability —
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
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": {
|