@zodic/shared 0.0.301 → 0.0.302
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
package/types/scopes/generic.ts
CHANGED
|
@@ -196,12 +196,7 @@ export const influenceMap: Record<Planet, Record<ZodiacSignSlug, Trait>> = {
|
|
|
196
196
|
},
|
|
197
197
|
};
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
sun: ZodiacSignSlug;
|
|
201
|
-
ascendant: ZodiacSignSlug;
|
|
202
|
-
moon: ZodiacSignSlug;
|
|
203
|
-
indexesToGenerate?: number[];
|
|
204
|
-
}
|
|
199
|
+
|
|
205
200
|
|
|
206
201
|
export function generateArchetypePrompt(compositions: Composition[]): string {
|
|
207
202
|
const promptHeader = `You are a creative writer specializing in astrology, archetypes, and symbolic storytelling.
|