replen 1.0.7 → 1.0.8
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.
|
@@ -214,14 +214,18 @@ that actually fit."* If the user agrees, run this checklist:
|
|
|
214
214
|
a Python CCXT market-making engine:
|
|
215
215
|
`["crypto","trading","market-making","ccxt","quant","backtesting"]`).
|
|
216
216
|
- **Set technical capabilities** with `replen_set_capabilities` — short,
|
|
217
|
-
GitHub-searchable tech terms for what the project DOES at the tech level
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
217
|
+
GitHub-searchable tech terms for what the project DOES at the tech level.
|
|
218
|
+
Aim for **8-15** and be **SPECIFIC** — specific capabilities match far
|
|
219
|
+
better than broad ones. Break a broad capability into the concrete
|
|
220
|
+
techniques the code actually uses: not just `"web scraping"` but
|
|
221
|
+
`["web scraping","headless browser","cloudflare bypass","proxy rotation",
|
|
222
|
+
"session handling","rate limiting"]`; not just `"trading"` but
|
|
223
|
+
`["crypto exchange","market data","backtesting","technical analysis",
|
|
224
|
+
"order management","websockets"]`. Derive them from the actual
|
|
225
|
+
imports/deps and code, not guesses. This is the highest-leverage step:
|
|
222
226
|
the server builds the project's facet vectors from these IMMEDIATELY (no
|
|
223
|
-
waiting for a scheduled run), and they drive
|
|
224
|
-
shared
|
|
227
|
+
waiting for a scheduled run), and they drive faceted matching against the
|
|
228
|
+
shared library catalogue.
|
|
225
229
|
|
|
226
230
|
**Do NOT tell the user to set tags/capabilities on the web** — that's the
|
|
227
231
|
sticky step this replaces; set them with the tools. (They can fine-tune later
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Make your AI coding tools smarter. One command, no API keys. Replen scouts the OSS firehose against your projects and surfaces drop-in libraries, ideas to port, and dead deps to swap — the match decision happens inside your AI tool's session on your subscription tokens. 1-3 actionable matches a month, by design.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|