replen 1.0.39 → 1.0.40
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.
|
@@ -297,6 +297,12 @@ typed properties, computed properties as rows", never the entity names).
|
|
|
297
297
|
`military-drones`, `counter-uas`). The COLLECTIVE pins the meaning: a
|
|
298
298
|
candidate that hits one term but none of its neighbours is a different
|
|
299
299
|
world and scores low.
|
|
300
|
+
- QUALIFY AMBIGUOUS HEAD-NOUNS. If a tag's core noun is ambiguous ACROSS
|
|
301
|
+
fields (`agent`, `carry`, `model`, `pipeline`, `driver`, `mission`),
|
|
302
|
+
prefix it with the domain so the compound carries the meaning —
|
|
303
|
+
`estate-agent-matching` NOT `agent-matching`, `funding-carry` NOT `carry`.
|
|
304
|
+
A bare head-noun like `agent-matching` decomposes in embedding space toward
|
|
305
|
+
the wrong field (AI agents) and drags the whole project's centroid with it.
|
|
300
306
|
- GROUNDED ONLY — every tag supported by code you actually read; never
|
|
301
307
|
aspirational (don't add `scraping` if it doesn't scrape).
|
|
302
308
|
- EXCLUDE: stack / framework / language (`next.js`, `react`, `firebase`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
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": {
|