replen 1.0.20 → 1.0.21
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.
|
@@ -5,10 +5,12 @@ description: Review Replen's suggestions for the current repo against your code.
|
|
|
5
5
|
|
|
6
6
|
# Replen Match — in-session candidate triage
|
|
7
7
|
|
|
8
|
-
You are running
|
|
8
|
+
You are running **Brainstem**'s matching loop locally. **Watchtower** — Replen's
|
|
9
9
|
maintained network of ~1,250 sources (vendor changelogs, advisories, pricing
|
|
10
|
-
pages, release feeds, standards trackers, EOL calendars) —
|
|
11
|
-
|
|
10
|
+
pages, release feeds, standards trackers, EOL calendars) — fetched the raw
|
|
11
|
+
events; **Brainstem** scored them against this codebase's capabilities; you've
|
|
12
|
+
got the user's codebase open and make the final call. Verdicts you record land
|
|
13
|
+
in **Atlas** and tune Brainstem's ranking for every future session.
|
|
12
14
|
Your job is to decide which (if any) are worth their attention, write up the
|
|
13
15
|
strong ones, and capture what they want to do about them.
|
|
14
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
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": {
|