replen 1.0.24 → 1.0.25
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.
|
@@ -126,13 +126,27 @@ knowledge graph — verify instead.)
|
|
|
126
126
|
### 2c. Write the grounded project report
|
|
127
127
|
|
|
128
128
|
Produce a comprehensive write-up of the repo — the thing you'd hand a new
|
|
129
|
-
engineer. Cover: **
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
129
|
+
engineer. Cover: **the stack · the algorithms/techniques it uses and WHY · the
|
|
130
|
+
data it operates on (shape/modality) · how it's architected · the technical
|
|
131
|
+
problem it solves · constraints/non-goals.** Ground every claim in the code
|
|
132
|
+
(name the files/modules). Be specific about the tech, not the domain. This
|
|
133
|
+
report is the single richest grounding artifact — it's what lets Replen tell,
|
|
134
|
+
e.g., "anomaly detection over telemetry time-series (no ML)" apart from
|
|
135
|
+
"image-defect anomaly detection".
|
|
136
|
+
|
|
137
|
+
**Respect the cover — describe the TECH, never de-sanitize the application.**
|
|
138
|
+
This report leaves the machine (stored server-side as grounding), so it must
|
|
139
|
+
read like the repo's own public docs, not like a leak. Replen only needs the
|
|
140
|
+
technical capability profile — what algorithms run on what data shape — which is
|
|
141
|
+
modality-precise without any sensitive real-world detail. If the README/CLAUDE.md
|
|
142
|
+
deliberately present a sanitized framing (e.g. "urban-infrastructure
|
|
143
|
+
segmentation") that differs from what the code's identifiers imply, FOLLOW THE
|
|
144
|
+
DOCS' framing: write "semantic segmentation of overhead imagery into vector
|
|
145
|
+
polygons," NOT the specific real-world thing it detects or who uses it. Never
|
|
146
|
+
copy a sensitive internal codename, end-user, deployment, or real-world target
|
|
147
|
+
into the report or the descriptors — the capability is the signal; the
|
|
148
|
+
application is exactly what stays local. When in doubt, describe it as the
|
|
149
|
+
public README does.
|
|
136
150
|
|
|
137
151
|
### 2d. Derive grounded capabilities
|
|
138
152
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
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": {
|