@allthingsclaude/blueprints 0.4.2 → 0.4.3
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.
|
@@ -22,8 +22,8 @@ I'll create on-brand design and marketing assets — social media banners, ad cr
|
|
|
22
22
|
!`cat design/brand-brief.md 2>/dev/null | head -30 || echo "No brand brief yet"`
|
|
23
23
|
|
|
24
24
|
**Image Generation APIs**:
|
|
25
|
-
- GEMINI_API_KEY: !`
|
|
26
|
-
- FAL_KEY: !`
|
|
25
|
+
- GEMINI_API_KEY: !`echo ${GEMINI_API_KEY:+AVAILABLE}`
|
|
26
|
+
- FAL_KEY: !`echo ${FAL_KEY:+AVAILABLE}`
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -10,8 +10,8 @@ $ARGUMENTS
|
|
|
10
10
|
|
|
11
11
|
## API Keys
|
|
12
12
|
|
|
13
|
-
- GEMINI_API_KEY: !`
|
|
14
|
-
- FAL_KEY: !`
|
|
13
|
+
- GEMINI_API_KEY: !`echo ${GEMINI_API_KEY:+AVAILABLE}`
|
|
14
|
+
- FAL_KEY: !`echo ${FAL_KEY:+AVAILABLE}`
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|