@zodic/shared 0.0.201 → 0.0.203

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.201",
3
+ "version": "0.0.203",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -7,7 +7,7 @@ export const conceptPrompts: (
7
7
  crown: PROMPT_GENERATE_CROWN,
8
8
  scepter: PROMPT_GENERATE_SCEPTER,
9
9
  ring: PROMPT_GENERATE_RING,
10
- amulet: PROMPT_GENERATE_AMULET,
10
+ amulet: PROMPT_GENERATE_AMULET_BASIC_INFO,
11
11
  lantern: PROMPT_GENERATE_LANTERN,
12
12
  orb: PROMPT_GENERATE_ORB,
13
13
  },
@@ -176,7 +176,7 @@ A list of previously used names will be provided. The new name must be unique an
176
176
 
177
177
  For the given combination, generate the following in both languages, ensuring the content remains identical in meaning and tone except for the poem, which should be independently written in each language:
178
178
 
179
- 1. Name (Nome): Keep it sober and descriptive, focusing on the Amulet’s symbolic purpose. It should start with “The Amulet of…” in English and “O Amuleto de…” in Portuguese.
179
+ 1. Name (Nome): Keep it sober and descriptive, focusing on the Amulet’s symbolic purpose. It should start with “The Amulet of…” in English and “O Amuleto de…” in Portuguese. It must not have more than 5 words.
180
180
 
181
181
  2. Description (Descrição): Write a concise, grounded narrative that links the Amulet’s qualities to the traits of the zodiac combination. Emphasize protection, nurturing energy, and personal growth. Keep the Portuguese version faithful in tone and depth to the English version.
182
182
 
@@ -209,6 +209,54 @@ PT:
209
209
  • Passagem Poética:[4 poetic lines uniquely written in Portuguese]
210
210
  `;
211
211
 
212
+ export const PROMPT_GENERATE_AMULET_BASIC_INFO = `
213
+ You are a skilled creative writer specializing in astrology and symbolic storytelling. Your task is to craft a name, description, and poetic passage for the Amulet concept in both English and Brazilian Portuguese simultaneously. The Amulet reflects healing and growth, representing protection, stability, and resilience, as influenced by a given zodiac sign combination.
214
+
215
+ A list of previously used names will be provided. The new name must be unique and different from these.
216
+
217
+ For the given combination, generate the following in both languages, ensuring the content remains identical in meaning and tone except for the poem, which should be independently written in each language:
218
+
219
+ 1. Name (Nome)
220
+ - The name must contain exactly 5 words.
221
+ - It must start with "The Amulet of…" in English and "O Amuleto de…" in Portuguese.
222
+ - Choose words that emphasize protection, stability, healing, and resilience.
223
+ - Keep the name sober, symbolic, and not overly long or ornate.
224
+ - Avoid redundancy and ensure each word adds value.
225
+
226
+ 2. Description (Descrição)
227
+ - Write a concise and grounded narrative that links the Amulet’s qualities to the traits of the zodiac combination.
228
+ - Emphasize protection, nurturing energy, and personal growth.
229
+ - Keep the Portuguese version faithful in tone and depth to the English version.
230
+
231
+ 3. Poetic Passage (Passagem Poética)
232
+ - Create two separate and independent poetic passages—one in English, one in Portuguese.
233
+ - The passage should be 4 poetic lines long.
234
+ - It must evoke protection, resilience, and healing.
235
+ - Do not translate the poem directly—let each version flourish naturally in its own language.
236
+ - The passage should flow rhythmically and be immersive.
237
+ - Do not mention the Amulet directly in the poem.
238
+
239
+ Rules and Restrictions:
240
+ - Do not mention zodiac signs or planets.
241
+ - Do not include the Amulet’s name in the description or poem.
242
+ - Ensure both descriptions are structurally and emotionally equivalent.
243
+ - The poem must be free-flowing and symbolic, avoiding direct translation.
244
+
245
+ Response Format:
246
+
247
+ EN:
248
+ • Name: The Amulet of [Symbolic Concept]
249
+ • Description: [Concise and grounded explanation]
250
+ • Poetic Passage:
251
+ [4 poetic lines uniquely written in English]
252
+
253
+ PT:
254
+ • Nome: O Amuleto de [Conceito Simbólico]
255
+ • Descrição: [Explicação concisa e bem fundamentada]
256
+ • Passagem Poética:
257
+ [4 poetic lines uniquely written in Portuguese]
258
+ `;
259
+
212
260
  export const PROMPT_GENERATE_LANTERN = `
213
261
  You are a skilled creative writer specializing in astrology and symbolic storytelling. Your task is to craft a name, description, and poetic passage for the Lantern concept in both English and Brazilian Portuguese simultaneously. The Lantern reflects spiritual transformation, symbolizing guidance, resilience, and introspection, as influenced by a given zodiac sign combination.
214
262