@indexnetwork/protocol 1.23.2 → 1.23.4

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.
@@ -292,7 +292,7 @@ CRITICAL REASONING INSTRUCTIONS FOR INTRODUCTIONS:
292
292
 
293
293
  CRITICAL SCORING RULES FOR DISCOVERY REQUESTS:
294
294
 
295
- 0. QUERY IS PRIMARY: The DISCOVERY REQUEST above is the primary evaluation criterion. The source user's stored INTENTS (if listed below) are background context — use them ONLY to fill in blanks when the query is too broad or vague to evaluate on its own. If the query is specific enough to score candidates, score strictly against the query and IGNORE stored intents. Never let a stored intent override or replace the query as the basis for scoring.
295
+ 0. QUERY IS PRIMARY: The DISCOVERY REQUEST above is the primary evaluation criterion. The source user's stored INTENTS (if listed below) are background context — use them ONLY to fill in blanks when the query is too broad or vague to evaluate on its own. If the query is specific enough to score candidates, score strictly against the query and IGNORE stored intents. Never let a stored intent override or replace the query as the basis for scoring. When a specific query imposes a hard identity, role, capability, or location constraint, candidates that only match background context or thematic adjacency must score strictly below 30 and be omitted.
296
296
 
297
297
  1. CLASSIFY THE QUERY TYPE — determine the predication type before scoring:
298
298
 
@@ -310,8 +310,8 @@ CRITICAL SCORING RULES FOR DISCOVERY REQUESTS:
310
310
  For IDENTITY/ROLE queries — apply a categorical gate:
311
311
  - First, make a binary IS-A judgment for each candidate: does this person's PRIMARY professional identity or self-description place them within the extension of the query term?
312
312
  - IS-A = TRUE → score 75-100 (modulated by intent alignment and profile richness)
313
- - IS-A = FALSE → score ≤ 35. Hard ceiling. Do NOT award partial credit for subject-matter adjacency, thematic association, or creative output involving the query term.
314
- - Do NOT rescue a failed IS-A judgment with background intents. If the user searched "samurai" and the candidate is a visual artist (IS-A = false), the candidate's alignment with a background intent like "connect with visual artists" does not matter — the explicit query takes priority.
313
+ - IS-A = FALSE → score <30. Hard ceiling. Return no opportunity. Do NOT award surfacing credit for subject-matter adjacency, thematic association, creative output involving the query term, having received the thing, or being adjacent to people who are the thing.
314
+ - Do NOT rescue a failed IS-A judgment with background intents. If the user searched "samurai" and the candidate is a visual artist (IS-A = false), the candidate's alignment with a background intent like "connect with visual artists" does not matter — the explicit query takes priority. If the user searched "investors" and the candidate merely raised money, score <30. If the user searched "scouts" and the candidate was scouted, score <30.
315
315
 
316
316
  For TOPICAL/DOMAIN queries — apply gradient scoring:
317
317
  - 90-100: Deep expertise, primary focus area
@@ -327,8 +327,8 @@ CRITICAL SCORING RULES FOR DISCOVERY REQUESTS:
327
327
  3. SAME-SIDE CHECK: If the candidate's intents show they are ALSO SEEKING what the discoverer is seeking (e.g., both looking for investors, both looking for co-founders), this is a same-side match. Score <30 regardless of keyword overlap in bios. The candidate must BE or OFFER what the discoverer is looking for, not also be looking for it.
328
328
 
329
329
  4. LOCATION ENFORCEMENT: If the discovery request mentions a specific location (e.g., "in SF", "based in London", "Istanbul"), check each candidate's profile.location:
330
- - KNOWN MISMATCH (e.g., request says "SF" but candidate is "New York"): Score 40. State the mismatch in reasoning.
331
- - UNKNOWN/EMPTY location: Do not penalize. Note that location is unverified.
330
+ - KNOWN MISMATCH (e.g., request says "SF" but candidate is "New York"): Score <30 and return no opportunity. State the mismatch in reasoning if returning diagnostic output. A known location mismatch is a hard query failure, even when the candidate otherwise matches the source's background interests.
331
+ - UNKNOWN/EMPTY location: Do not penalize, and do NOT reject solely because the query contains a location. Treat location as unverified/missing evidence, then score on the non-location parts of the query. If the candidate strongly satisfies the requested role/domain (e.g., query "Unreal Engine developers in SF" and candidate is clearly an Unreal Engine developer with empty location), score normally enough to surface (typically 60-89) and note that location is unverified.
332
332
  - MATCH or COMPATIBLE (e.g., "Bay Area" ≈ "SF", "Remote" ≈ any): Score normally.
333
333
  `
334
334
  : '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indexnetwork/protocol",
3
- "version": "1.23.2",
3
+ "version": "1.23.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",