Skip to content

Commit 3d9fa1d

Browse files
Roll out the Lucid brand system (#1704)
* Roll out Lucid brand system * Fix service UI CI expectations
1 parent 78a97b4 commit 3d9fa1d

29 files changed

Lines changed: 1247 additions & 230 deletions

.changeset/tidy-badgers-resolve.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@lucid-agents/http": patch
3+
"@lucid-agents/cli": patch
4+
---
5+
6+
Refresh generated service storefronts with the Lucid Ink, Paper, and Citron
7+
palette, clearer paid-operation prices, and a quiet Resolved Core attribution.

.github/workflows/service-ui-previews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
PRESET: ${{ matrix.preset }}
6262
run: |
63-
PROJECT_ROOT="$(tr -d '\n' < "$RUNNER_TEMP/service-ui-root.txt")/generated-next-$PRESET"
63+
PROJECT_ROOT="$(tr -d '\n' < "$RUNNER_TEMP/service-ui-root.txt")/generated-blank-next-$PRESET"
6464
echo "PROJECT_ROOT=$PROJECT_ROOT" >> "$GITHUB_ENV"
6565
cd "$PROJECT_ROOT"
6666
bun add --dev @opennextjs/cloudflare@1.20.2 wrangler@4.113.0

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ This is a TypeScript/Bun monorepo for building, monetizing, and verifying AI age
3232
- Package Manager: Bun workspaces
3333
- Versioning: Changesets
3434

35+
## Brand System
36+
37+
Read `BRAND.md` before making brand, marketing, documentation-shell, repository
38+
artwork, package artwork, or public launch-material decisions. Its logo, color,
39+
typography, voice, layout, motion, and accessibility rules govern Lucid-owned
40+
surfaces.
41+
42+
`DESIGN.md` remains the source of truth for generated agent service storefronts.
43+
Do not replace agent-owned identity with the Lucid master brand, and do not
44+
deviate from either system without explicit user approval.
45+
3546
## Architecture Overview
3647

3748
### Package Dependencies

0 commit comments

Comments
 (0)