@voidwire/lore 1.8.5 → 1.8.6
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.
- package/lib/indexers/personal.ts +8 -2
- package/package.json +1 -1
package/lib/indexers/personal.ts
CHANGED
|
@@ -50,10 +50,16 @@ Example: {"title":"The Matrix","year":1999} → The Matrix (1999) is a sci-fi ac
|
|
|
50
50
|
Example: {"title":"Pan's Labyrinth","year":2006} → Pan's Labyrinth (2006) is a dark fantasy drama about childhood, political oppression, and magical escape during the Spanish Civil War.
|
|
51
51
|
${ENRICH_SHARED}`,
|
|
52
52
|
interest: `You are enriching a personal interest entry for search indexing.
|
|
53
|
-
Generate
|
|
53
|
+
Generate a natural language description starting with the interest name.
|
|
54
|
+
Include related activities, domains, and common alternative phrasings naturally in the sentence.
|
|
55
|
+
Example: {"name":"woodworking"} → Woodworking is a hands-on craft involving carpentry, furniture making, and wood carving using hand tools and power tools.
|
|
56
|
+
Example: {"name":"cybersecurity"} → Cybersecurity is a technical field covering network security, penetration testing, threat analysis, and digital defense.
|
|
54
57
|
${ENRICH_SHARED}`,
|
|
55
58
|
habit: `You are enriching a personal habit/routine entry for search indexing.
|
|
56
|
-
Generate
|
|
59
|
+
Generate a natural language description starting with the habit name.
|
|
60
|
+
Include frequency, related routines, and benefits naturally in the sentence.
|
|
61
|
+
Example: {"habit":"morning meditation","frequency":"daily"} → Morning meditation is a daily mindfulness practice involving focused breathing and mental clarity exercises.
|
|
62
|
+
Example: {"habit":"meal prep","frequency":"weekly"} → Meal prep is a weekly cooking routine involving batch preparation of meals for the upcoming days.
|
|
57
63
|
${ENRICH_SHARED}`,
|
|
58
64
|
};
|
|
59
65
|
|