🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

replen

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replen - npm Package Compare versions

Comparing version
1.5.3
to
1.5.4
+1
-1
dist/discover-projects.js

@@ -7,3 +7,3 @@ // Local-filesystem project discovery for day-1 onboarding.

// - A slug derived from the GITHUB repo name (so a local folder named
// "drone" whose remote is acme/aegis registers with slug "aegis",
// "drone" whose remote is acme/acme registers with slug "acme",
// matching what shows on GitHub). Falls back to dirname for repos

@@ -10,0 +10,0 @@ // without a GitHub remote.

@@ -59,4 +59,4 @@ ---

3. **Present the list and get ONE green light.** Show the in-scope repos and ask
the user to confirm or trim — e.g. *"Found 8 active repos to onboard: aegis-web,
aegis-api, … — go, or want me to drop any?"* This is the **only** question you
the user to confirm or trim — e.g. *"Found 8 active repos to onboard: acme-web,
acme-api, … — go, or want me to drop any?"* This is the **only** question you
ask. Once confirmed, run the rest autonomously.

@@ -295,3 +295,3 @@

*does*, note the distinctive structural *moves* it makes — these are what let
Replen suggest a pattern to your OTHER projects ("Aegis made its domain model
Replen suggest a pattern to your OTHER projects ("Acme made its domain model
data-driven; this data-heavy project should consider it"). Include a capability

@@ -358,3 +358,3 @@ for any deliberate practice you find: a **data-driven domain ontology** (entity

capability lives lets Replen point another of the user's projects straight
at the implementation worth porting ("aegis solved this — see src/cv/…").
at the implementation worth porting ("acme solved this — see src/cv/…").
**If you grounded from a vault, also pass the `concepts` array from 2d** —

@@ -375,3 +375,3 @@ concept titles + their `[[wikilinks]]` only (never file/symbol notes, never

If several repos are one product (e.g. `aegis-web`/`aegis-api`/`aegis-cv`), group
If several repos are one product (e.g. `acme-web`/`acme-api`/`acme-cv`), group
them with `replen_set_product` so Replen unions the whole product's capabilities

@@ -390,3 +390,3 @@ when the user is in any one of them.

· docs: 2 created, 1 augmented, 5 already good (untouched)
· capabilities + report set for all 8; aegis-* grouped as one product
· capabilities + report set for all 8; acme-* grouped as one product
· doc changes are on branch `replen/onboarding-docs` for your review

@@ -393,0 +393,0 @@ Replen will now surface genuinely relevant tools for these repos.

{
"name": "replen",
"version": "1.5.3",
"version": "1.5.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.",

@@ -13,3 +13,3 @@ "type": "module",

"check:skill-sync": "node scripts/check-skill-sync.mjs",
"prepublishOnly": "npm run build && npm run check:skill-sync"
"prepublishOnly": "npm run build && npm run check:skill-sync && node ../scripts/check-no-private-slugs.mjs"
},

@@ -16,0 +16,0 @@ "files": [