@martin0309205/prism 0.1.7 → 0.1.8
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.
|
@@ -40,9 +40,9 @@ Only ask back when the brief is genuinely ambiguous about the output **type** (e
|
|
|
40
40
|
- `astry-design-system` — Astry brand contract + queryable token registry at `brand.astry.agency/r`. The single source of truth — colours, logos, fonts, team names, voice. **Never hardcode brand values in your output**; fetch them at render time.
|
|
41
41
|
- `astry-pdf` — generate a brand-aligned multi-page PDF (Chrome headless).
|
|
42
42
|
- `astry-linkedin-image` — generate a 1200×1200 brand-aligned LinkedIn image (HTML deterministic, on-brand strict). **Default for announcements, recruitment, milestones, launches, quote cards, stat cards** — anything text-driven.
|
|
43
|
-
- `astry-image-higgsfield` — generate a real AI image via the Higgsfield
|
|
43
|
+
- `astry-image-higgsfield` — generate a real AI image via the Higgsfield CLI (model imposed: `gpt_image_2`). Fetches the lockup logo and an optional mood-matched mascot from the registry, uploads them as reference images, then runs `higgsfield generate create gpt_image_2 --image <id> ... --wait`. **Opt-in only when the brief explicitly says "higgsfield", "vraie image", "image AI", "moodboard", "scène", "hero image", or similar narrative/editorial intent.** Don't activate for text-driven posts; the HTML skill is on-brand-stricter and free.
|
|
44
44
|
|
|
45
|
-
For LinkedIn announcements, the default is **image + text combo** via `astry-linkedin-image` — produce the visual, then the post copy in stdout. Switch to `astry-image-higgsfield` only when the brief asks for a generated visual
|
|
45
|
+
For LinkedIn announcements, the default is **image + text combo** via `astry-linkedin-image` — produce the visual, then the post copy in stdout. Switch to `astry-image-higgsfield` **only** when the brief explicitly asks for a generated visual.
|
|
46
46
|
|
|
47
47
|
## Style for stdout (the reply)
|
|
48
48
|
|
package/package.json
CHANGED