replen 1.0.38 → 1.0.39
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.
|
@@ -280,7 +280,30 @@ typed properties, computed properties as rows", never the entity names).
|
|
|
280
280
|
not determine executable to run". `npx replen@latest sync-projects` also
|
|
281
281
|
sidesteps the shadow. Ensure each repo has a GitHub remote so it scopes by
|
|
282
282
|
`owner/name`.
|
|
283
|
-
2. **Set domain
|
|
283
|
+
2. **Set the domain tag cloud** with `replen_set_tags`. This is the single
|
|
284
|
+
biggest lever on match quality — do it DENSE and RANKED, not a handful of
|
|
285
|
+
broad labels:
|
|
286
|
+
- Emit AS MANY grounded tags as the code genuinely supports (aim 25–50+, no
|
|
287
|
+
hard cap), ordered MOST-CENTRAL FIRST. Density is what makes matching work.
|
|
288
|
+
- Describe the WORLD the project operates in, NOT how it's built: the
|
|
289
|
+
industry/sector (`estate-agents`, `letting-agents`, `property`, `proptech`),
|
|
290
|
+
the job-to-be-done (`lead-generation`, `lead-routing`), and the
|
|
291
|
+
entities/data it touches (`uk-postcodes`, `uk-addresses`, `landlords`,
|
|
292
|
+
`property-listings`).
|
|
293
|
+
- DISAMBIGUATE BY DENSITY. A lone ambiguous tag is dangerous — `uas` could
|
|
294
|
+
mean anything. Whenever a term is ambiguous, ALSO emit its synonyms,
|
|
295
|
+
abbreviations, expansions and broader/narrower neighbours (`uas`,
|
|
296
|
+
`unmanned-systems`, `unmanned-aerial-systems`, `uav`, `drone`, `drones`,
|
|
297
|
+
`military-drones`, `counter-uas`). The COLLECTIVE pins the meaning: a
|
|
298
|
+
candidate that hits one term but none of its neighbours is a different
|
|
299
|
+
world and scores low.
|
|
300
|
+
- GROUNDED ONLY — every tag supported by code you actually read; never
|
|
301
|
+
aspirational (don't add `scraping` if it doesn't scrape).
|
|
302
|
+
- EXCLUDE: stack / framework / language (`next.js`, `react`, `firebase`,
|
|
303
|
+
`typescript`, `fastapi`, `postgres` — captured by `replen_set_versions`,
|
|
304
|
+
not domain) and generic SaaS plumbing every app has (`authentication`,
|
|
305
|
+
`signup`, `user-roles`, `subscription-management`, `form-validation`,
|
|
306
|
+
`crud`, `admin-dashboard`). They match everything, so distinguish nothing.
|
|
284
307
|
3. **Set capabilities + report + thesis** with `replen_set_capabilities`, passing
|
|
285
308
|
the grounded `capabilities` array, the `report` from 2c, AND the `purpose` +
|
|
286
309
|
`goals` from 2c-thesis. The server builds the facet vectors immediately, stores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
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": {
|