replen 1.0.30 → 1.0.31
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.
|
@@ -51,6 +51,14 @@ Parse the JSON response. Note:
|
|
|
51
51
|
`goal` is worth surfacing even if it doesn't map to an existing capability.
|
|
52
52
|
Lead your writeups with mission-fit, not just tech-fit. (Null until the project
|
|
53
53
|
is onboarded with a thesis — then fall back to capability-fit alone.)
|
|
54
|
+
- `keystoneUpgrades` — task-scoped `better_than` upgrades for solutions this
|
|
55
|
+
project already uses (from Keystone, the comparative-knowledge ontology): each
|
|
56
|
+
is `{current, better, betterKind, task, margin, source}`. A deprecated/inferior
|
|
57
|
+
dependency has a maintained/stronger replacement. The footnote may surface one;
|
|
58
|
+
if the user wants it, DO the swap (update the dep, adjust call sites). Always
|
|
59
|
+
cite the `task` — "better" is task-relative (e.g. text-embedding-3-large beats
|
|
60
|
+
3-small for general retrieval but NOT for short-label matching). Don't push an
|
|
61
|
+
upgrade the user didn't ask about beyond the one calm line.
|
|
54
62
|
- `candidates[]` — the actual list to triage
|
|
55
63
|
- `candidates[].priorContext` — server-attached MEMORY: the user's earlier
|
|
56
64
|
verdicts on this repo, and whether the matched capability is already
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
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": {
|