replen 1.0.23 → 1.0.24
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.
|
@@ -171,7 +171,7 @@ export function discoverProjects(roots) {
|
|
|
171
171
|
seenGithub.add(githubFullName);
|
|
172
172
|
// Slug + display name both anchor on the GitHub repo NAME, not the
|
|
173
173
|
// local folder name. Deriving from the folder meant a folder rename (or
|
|
174
|
-
// an org rename
|
|
174
|
+
// an org rename) minted a fresh slug and the server
|
|
175
175
|
// inserted a duplicate row. `~/code/drone` with remote
|
|
176
176
|
// `nsokin/palisade-website` now registers as slug `palisade-website`.
|
|
177
177
|
// The repo name is also the fallback display name, so a generic
|
|
@@ -353,7 +353,13 @@ verdict it calibrates the relevance floor for this project, and your
|
|
|
353
353
|
adopt/skip pattern continuously tunes the ranking via the taste vector).
|
|
354
354
|
A skip coded `modality-collision` teaches Replen that this repo fits a
|
|
355
355
|
*different* modality — so it stays available for the right project but stops
|
|
356
|
-
colliding with this one.
|
|
356
|
+
colliding with this one. A skip coded `covered` is the strongest signal you
|
|
357
|
+
can send: it tells Replen the capability is **already built in this repo**, so
|
|
358
|
+
it stops probing that facet entirely and won't surface a different tool for it
|
|
359
|
+
next session. Use `covered` ONLY when you've confirmed the implementation in
|
|
360
|
+
the code (e.g. the repo has its own `services/llm_client.py`), not just because
|
|
361
|
+
a similar dependency exists — that's what makes "we already do this" stick to
|
|
362
|
+
the capability instead of replaying every session against a new candidate.
|
|
357
363
|
|
|
358
364
|
**Candidate's README is unreachable (WebFetch 404)**. Note it in the
|
|
359
365
|
writeup (`Caveats: README unreachable; verdict based on description
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
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": {
|