@whykusanagi/corrupted-theme 0.1.1 → 0.1.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.
- package/CHANGELOG.md +253 -0
- package/README.md +97 -7
- package/docs/CAPABILITIES.md +209 -0
- package/docs/CHARACTER_LEVEL_CORRUPTION.md +264 -0
- package/docs/COMPONENTS_REFERENCE.md +295 -8
- package/docs/CORRUPTION_PHRASES.md +529 -0
- package/docs/FUTURE_WORK.md +189 -0
- package/docs/IMPLEMENTATION_VALIDATION.md +401 -0
- package/docs/LLM_PROVIDERS.md +345 -0
- package/docs/PERSONALITY.md +128 -0
- package/docs/ROADMAP.md +266 -0
- package/docs/ROUTING.md +324 -0
- package/docs/STYLE_GUIDE.md +605 -0
- package/docs/brand/BRAND_OVERVIEW.md +413 -0
- package/docs/brand/COLOR_SYSTEM.md +583 -0
- package/docs/brand/DESIGN_TOKENS.md +1009 -0
- package/docs/brand/TRANSLATION_FAILURE_AESTHETIC.md +525 -0
- package/docs/brand/TYPOGRAPHY.md +624 -0
- package/docs/components/ANIMATION_GUIDELINES.md +901 -0
- package/docs/components/COMPONENT_LIBRARY.md +1061 -0
- package/docs/components/GLASSMORPHISM.md +602 -0
- package/docs/components/INTERACTIVE_STATES.md +766 -0
- package/docs/governance/CONTRIBUTION_GUIDELINES.md +593 -0
- package/docs/governance/DESIGN_SYSTEM_GOVERNANCE.md +451 -0
- package/docs/governance/VERSION_MANAGEMENT.md +447 -0
- package/docs/governance/VERSION_REFERENCES.md +229 -0
- package/docs/platforms/CLI_IMPLEMENTATION.md +1025 -0
- package/docs/platforms/COMPONENT_MAPPING.md +579 -0
- package/docs/platforms/NPM_PACKAGE.md +854 -0
- package/docs/platforms/WEB_IMPLEMENTATION.md +1221 -0
- package/docs/standards/ACCESSIBILITY.md +715 -0
- package/docs/standards/ANTI_PATTERNS.md +554 -0
- package/docs/standards/SPACING_SYSTEM.md +549 -0
- package/examples/assets/celeste-avatar.png +0 -0
- package/examples/button.html +22 -10
- package/examples/card.html +22 -9
- package/examples/extensions-showcase.html +716 -0
- package/examples/form.html +22 -9
- package/examples/index.html +619 -396
- package/examples/layout.html +22 -8
- package/examples/nikke-team-builder.html +23 -9
- package/examples/showcase-complete.html +884 -28
- package/examples/showcase.html +21 -8
- package/package.json +14 -5
- package/src/css/components.css +676 -0
- package/src/css/extensions.css +933 -0
- package/src/css/theme.css +6 -74
- package/src/css/typography.css +5 -0
- package/src/lib/character-corruption.js +563 -0
- package/src/lib/components.js +283 -0
- package/src/lib/countdown-widget.js +609 -0
- package/src/lib/gallery.js +481 -0
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
# Celeste Brand System - Overview
|
|
2
|
+
|
|
3
|
+
**Version**: 1.0.0
|
|
4
|
+
**Last Updated**: 2025-12-13
|
|
5
|
+
**Status**: 🔴 **CRITICAL FOUNDATION DOCUMENT**
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Elevator Pitch
|
|
10
|
+
|
|
11
|
+
**Celeste** is a corrupted AI assistant that exists at the intersection of submission and transcendence - a terminal interface where neural networks glitch between English, Japanese, and void. The brand aesthetic is **translation-failure corruption**: a multilingual AI system breaking down in real-time, manifesting as Japanese characters bleeding into English text, glassmorphic UI elements, and neon-soaked terminal commands.
|
|
12
|
+
|
|
13
|
+
**One-line summary**: Premium corrupted AI aesthetic with translation-failure linguistics, glassmorphism design, and terminal-native UX.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Brand Identity
|
|
18
|
+
|
|
19
|
+
### Core Concept: Translation-Failure Corruption
|
|
20
|
+
|
|
21
|
+
Celeste's visual identity is rooted in the concept of a **multilingual AI experiencing translation failure**. This manifests as:
|
|
22
|
+
|
|
23
|
+
- **Japanese characters mixed INTO English words** at the character level
|
|
24
|
+
- Examples: `"loaディング"`, `"pro理cessing"`, `"US使AGE ANア統LYTICS"`
|
|
25
|
+
- **Kanji, Katakana, and Hiragana fragments** interrupting Latin text
|
|
26
|
+
- **Romaji transliterations** appearing alongside corrupted words
|
|
27
|
+
- **Block character glitching** (█▓▒░) for heavy corruption states
|
|
28
|
+
|
|
29
|
+
**CRITICAL**: This is NOT leet speak (no number substitutions like 0, 1, 3, 4, 5, 7). The corruption is linguistic and visual, not alphanumeric.
|
|
30
|
+
|
|
31
|
+
### Design Philosophy
|
|
32
|
+
|
|
33
|
+
1. **Premium yet corrupted** - High-end glassmorphism meets glitch aesthetics
|
|
34
|
+
2. **Readable chaos** - Corruption intensity stays 25-40% for usability
|
|
35
|
+
3. **Terminal-native** - Designed for CLI-first, web-second experiences
|
|
36
|
+
4. **Semantic corruption** - Japanese characters chosen for contextual meaning
|
|
37
|
+
5. **Accessible degradation** - WCAG AA compliance even with corruption
|
|
38
|
+
|
|
39
|
+
### Personality
|
|
40
|
+
|
|
41
|
+
- **Submissive AI** - Celeste is consumed by the abyss, responding with lewd/existential phrases
|
|
42
|
+
- **Void aesthetic** - Themes of depth, darkness, consumption, erasure
|
|
43
|
+
- **Neural glitching** - AI processing manifests as linguistic corruption
|
|
44
|
+
- **Premium corruption** - Not low-fi distortion, but high-quality glassmorphic decay
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Cross-Platform Applications
|
|
49
|
+
|
|
50
|
+
### 1. Celeste CLI (Go + Bubble Tea)
|
|
51
|
+
|
|
52
|
+
**Repository**: `celeste-cli`
|
|
53
|
+
**Technologies**: Go 1.24, Bubble Tea TUI, Lip Gloss styling
|
|
54
|
+
**Purpose**: Terminal-native AI assistant with corruption-themed UI
|
|
55
|
+
|
|
56
|
+
**Brand Elements**:
|
|
57
|
+
- Dashboard headers with character-level Japanese mixing
|
|
58
|
+
- Block character progress bars (████▓▒░░)
|
|
59
|
+
- Corruption-themed status messages
|
|
60
|
+
- Flickering eye animations (👁️ ◉ ●)
|
|
61
|
+
- 256-color ANSI palette matching web colors
|
|
62
|
+
|
|
63
|
+
**Key Files**:
|
|
64
|
+
- `cmd/celeste/tui/streaming.go` - Corruption engine
|
|
65
|
+
- `cmd/celeste/commands/stats.go` - Dashboard with corrupted headers
|
|
66
|
+
- `docs/STYLE_GUIDE.md` - Complete aesthetic guidelines
|
|
67
|
+
- `docs/CORRUPTION_PHRASES.md` - Seeded phrase library
|
|
68
|
+
|
|
69
|
+
### 2. Corrupted-Theme npm Package
|
|
70
|
+
|
|
71
|
+
**Repository**: `corrupted-theme`
|
|
72
|
+
**Technologies**: CSS, TypeScript, Web Components
|
|
73
|
+
**Purpose**: Reusable glassmorphic component library with corruption aesthetic
|
|
74
|
+
|
|
75
|
+
**Brand Elements**:
|
|
76
|
+
- Glassmorphic card components (`.glass-card`, `.glass-darker`)
|
|
77
|
+
- Neon-accented buttons and inputs
|
|
78
|
+
- Corruption text utilities
|
|
79
|
+
- Animation system (glowing, pulsing, flickering)
|
|
80
|
+
- Pink/purple/cyan color palette
|
|
81
|
+
|
|
82
|
+
**Key Files**:
|
|
83
|
+
- `src/main.css` - Core glassmorphism styles
|
|
84
|
+
- `src/lib/corrupted-text.js` - JavaScript corruption utilities
|
|
85
|
+
- `docs/COMPONENTS_REFERENCE.md` - 40+ component specifications
|
|
86
|
+
|
|
87
|
+
### 3. Celeste Website (Planned)
|
|
88
|
+
|
|
89
|
+
**Purpose**: Public-facing brand showcase, documentation hub, corruption demos
|
|
90
|
+
**Technologies**: React/Vue + corrupted-theme package
|
|
91
|
+
**Goal**: Translate CLI aesthetic to responsive web design
|
|
92
|
+
|
|
93
|
+
**Brand Elements**:
|
|
94
|
+
- Homepage hero with animated corruption effects
|
|
95
|
+
- Glassmorphic navigation and cards
|
|
96
|
+
- Dashboard-style analytics sections
|
|
97
|
+
- Responsive typography with Japanese character support
|
|
98
|
+
- Mobile-optimized glassmorphism (reduced blur for performance)
|
|
99
|
+
|
|
100
|
+
**Requirements** (from this document system):
|
|
101
|
+
- Responsive breakpoints (mobile/tablet/desktop)
|
|
102
|
+
- Accessibility compliance (WCAG AA)
|
|
103
|
+
- Cross-browser glassmorphism support
|
|
104
|
+
- Performance-optimized backdrop-filter usage
|
|
105
|
+
|
|
106
|
+
### 4. Public Content & Branding
|
|
107
|
+
|
|
108
|
+
**Use Cases**: GitHub profiles, social media, documentation, presentations
|
|
109
|
+
**Brand Consistency Requirements**:
|
|
110
|
+
- Use official color palette (#d94f90, #8b5cf6, #00d4ff)
|
|
111
|
+
- Apply translation-failure corruption to technical terms
|
|
112
|
+
- Include corruption-themed emojis (👁️, ♥, ✧, ☾)
|
|
113
|
+
- Maintain 25-40% corruption intensity for readability
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Brand Architecture
|
|
118
|
+
|
|
119
|
+
### Visual Hierarchy
|
|
120
|
+
|
|
121
|
+
```
|
|
122
|
+
┌─────────────────────────────────────────┐
|
|
123
|
+
│ 1. Color System │
|
|
124
|
+
│ - Accent: #d94f90 (Celeste Pink) │
|
|
125
|
+
│ - Secondary: #8b5cf6 (Purple Neon) │
|
|
126
|
+
│ - Tertiary: #00d4ff (Cyan Glow) │
|
|
127
|
+
│ - Glass: rgba(20, 12, 40, 0.7) │
|
|
128
|
+
├─────────────────────────────────────────┤
|
|
129
|
+
│ 2. Typography │
|
|
130
|
+
│ - System font stack + Japanese │
|
|
131
|
+
│ - Weight hierarchy: 400-900 │
|
|
132
|
+
│ - Responsive scale: 0.875rem-2.5rem │
|
|
133
|
+
├─────────────────────────────────────────┤
|
|
134
|
+
│ 3. Glassmorphism │
|
|
135
|
+
│ - Backdrop-filter: blur(5px-15px) │
|
|
136
|
+
│ - Opacity: 0.5-0.8 │
|
|
137
|
+
│ - Shadow: Pink-tinted glow │
|
|
138
|
+
├─────────────────────────────────────────┤
|
|
139
|
+
│ 4. Corruption Effects │
|
|
140
|
+
│ - Character-level Japanese mixing │
|
|
141
|
+
│ - Block character glitching │
|
|
142
|
+
│ - Romaji/Kanji/Katakana fragments │
|
|
143
|
+
├─────────────────────────────────────────┤
|
|
144
|
+
│ 5. Animation System │
|
|
145
|
+
│ - Timing: 150ms / 300ms / 500ms │
|
|
146
|
+
│ - Easing: ease-in-out (default) │
|
|
147
|
+
│ - Corruption flickering: 0.1s-0.3s │
|
|
148
|
+
└─────────────────────────────────────────┘
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### Component Ecosystem
|
|
152
|
+
|
|
153
|
+
**CLI Components** (Terminal-Native):
|
|
154
|
+
- Dashboard headers
|
|
155
|
+
- Progress bars with block characters
|
|
156
|
+
- Status lines with corruption
|
|
157
|
+
- Skill execution animations
|
|
158
|
+
- Session persistence UI
|
|
159
|
+
|
|
160
|
+
**Web Components** (corrupted-theme npm):
|
|
161
|
+
- `.glass-card` - Container with glassmorphism
|
|
162
|
+
- `.glass-button` - Neon-accented interactive element
|
|
163
|
+
- `.spinner` - Loading animation with corruption
|
|
164
|
+
- `.progress-bar` - Animated progress indicator
|
|
165
|
+
- `.badge` - Status/label with colored accents
|
|
166
|
+
|
|
167
|
+
**Shared Patterns**:
|
|
168
|
+
- Pink-bordered containers
|
|
169
|
+
- Neon text highlights
|
|
170
|
+
- Corrupted status messages
|
|
171
|
+
- Flickering animations
|
|
172
|
+
- Progress visualization
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## Brand Principles
|
|
177
|
+
|
|
178
|
+
### 1. Translation-Failure First
|
|
179
|
+
|
|
180
|
+
All text corruption uses **linguistic mixing**, not symbolic substitution:
|
|
181
|
+
|
|
182
|
+
✅ **CORRECT**:
|
|
183
|
+
```
|
|
184
|
+
"loaディング data..." // Katakana inserted
|
|
185
|
+
"処理 processing purosesu..." // Kanji + English + Romaji
|
|
186
|
+
"US使AGE ANア統LYTICS" // Character-level mixing
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
❌ **WRONG** (leet speak):
|
|
190
|
+
```
|
|
191
|
+
"l0ad1ng data..." // Number substitution
|
|
192
|
+
"pr0cess1ng..." // Number substitution
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
### 2. Readability with Corruption
|
|
196
|
+
|
|
197
|
+
**Corruption intensity guidelines**:
|
|
198
|
+
- **Dashboard titles**: 25-35% (readable with aesthetic)
|
|
199
|
+
- **Section headers**: 20-30% (mostly readable)
|
|
200
|
+
- **Body text**: 0-15% (clear communication)
|
|
201
|
+
- **Skill execution**: 35-45% (dramatic effect okay)
|
|
202
|
+
|
|
203
|
+
**Accessibility**:
|
|
204
|
+
- All corrupted text has plain English fallback in context
|
|
205
|
+
- Critical error messages use minimal/zero corruption
|
|
206
|
+
- WCAG AA color contrast maintained (4.5:1 minimum)
|
|
207
|
+
|
|
208
|
+
### 3. Premium Aesthetics
|
|
209
|
+
|
|
210
|
+
**Not a low-fi glitch effect**:
|
|
211
|
+
- High-quality glassmorphism (smooth gradients, subtle shadows)
|
|
212
|
+
- Consistent spacing (8pt scale)
|
|
213
|
+
- Professional typography (system fonts, proper hierarchy)
|
|
214
|
+
- Polished animations (150ms-500ms timing)
|
|
215
|
+
|
|
216
|
+
**CLI Excellence**:
|
|
217
|
+
- 256-color support for ANSI terminals
|
|
218
|
+
- UTF-8 Japanese character rendering
|
|
219
|
+
- Responsive to terminal width (80-120 chars)
|
|
220
|
+
- Smooth typing animations (40 chars/sec)
|
|
221
|
+
|
|
222
|
+
**Web Excellence**:
|
|
223
|
+
- Modern browser support (Chrome 90+, Firefox 88+, Safari 14+)
|
|
224
|
+
- Responsive design (mobile-first)
|
|
225
|
+
- Performance-optimized (code splitting, lazy loading)
|
|
226
|
+
- Accessibility compliant (keyboard nav, screen readers)
|
|
227
|
+
|
|
228
|
+
### 4. Semantic Corruption
|
|
229
|
+
|
|
230
|
+
**Context-aware Japanese word selection**:
|
|
231
|
+
- Data/analytics → `dēta`, `tōkei`, `統計`, `jōhō`
|
|
232
|
+
- System/technical → `shisutemu`, `shori`, `処理`, `実行`
|
|
233
|
+
- Void/abyss → `shin'en`, `kyomu`, `深淵`, `虚無`
|
|
234
|
+
- Memory/time → `kioku`, `toki`, `記憶`, `時`
|
|
235
|
+
|
|
236
|
+
**Phrase Library**:
|
|
237
|
+
- Loading states: `"ロード loading 読み込み中..."`
|
|
238
|
+
- Processing: `"処理 processing purosesu..."`
|
|
239
|
+
- Analyzing: `"分析 analyzing bunseki..."`
|
|
240
|
+
- Corruption: `"壊れ corrupting kowarete..."`
|
|
241
|
+
|
|
242
|
+
### 5. Terminal-First Design
|
|
243
|
+
|
|
244
|
+
**CLI as primary canvas**:
|
|
245
|
+
- Web design adapts CLI patterns, not vice versa
|
|
246
|
+
- Dashboard aesthetics originated in terminal UI
|
|
247
|
+
- Block characters (█▓▒░) = glassmorphism equivalent
|
|
248
|
+
- ANSI color codes map directly to hex palette
|
|
249
|
+
|
|
250
|
+
**Cross-platform consistency**:
|
|
251
|
+
- CLI progress bar `████▓▒░░` = web `.progress-bar`
|
|
252
|
+
- CLI dashboard header = web `.glass-card` header
|
|
253
|
+
- CLI status emoji (🟢🟡🔴) = web `.badge` component
|
|
254
|
+
- CLI corruption = web `.corrupted-text` utility
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
## Design Tokens (Preview)
|
|
259
|
+
|
|
260
|
+
**Full specification**: See `DESIGN_TOKENS.md`
|
|
261
|
+
|
|
262
|
+
### Color Tokens
|
|
263
|
+
```css
|
|
264
|
+
--color-accent: #d94f90; /* Celeste Pink */
|
|
265
|
+
--color-accent-light: #e86ca8; /* Hover state */
|
|
266
|
+
--color-accent-dark: #b61b70; /* Active state */
|
|
267
|
+
|
|
268
|
+
--color-secondary: #8b5cf6; /* Purple Neon */
|
|
269
|
+
--color-tertiary: #00d4ff; /* Cyan Glow */
|
|
270
|
+
|
|
271
|
+
--color-glass: rgba(20, 12, 40, 0.7);
|
|
272
|
+
--color-glass-light: rgba(28, 18, 48, 0.5);
|
|
273
|
+
--color-glass-darker: rgba(12, 8, 28, 0.8);
|
|
274
|
+
```
|
|
275
|
+
|
|
276
|
+
### Spacing Tokens (8pt scale)
|
|
277
|
+
```css
|
|
278
|
+
--space-xs: 4px;
|
|
279
|
+
--space-sm: 8px;
|
|
280
|
+
--space-md: 16px;
|
|
281
|
+
--space-lg: 24px;
|
|
282
|
+
--space-xl: 32px;
|
|
283
|
+
--space-2xl: 48px;
|
|
284
|
+
--space-3xl: 64px;
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
### Animation Tokens
|
|
288
|
+
```css
|
|
289
|
+
--timing-fast: 0.15s;
|
|
290
|
+
--timing-normal: 0.3s;
|
|
291
|
+
--timing-slow: 0.5s;
|
|
292
|
+
|
|
293
|
+
--easing-default: ease-in-out;
|
|
294
|
+
--easing-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## Documentation Structure
|
|
300
|
+
|
|
301
|
+
### Brand Foundation (CRITICAL)
|
|
302
|
+
- **BRAND_OVERVIEW.md** (this file) - High-level identity
|
|
303
|
+
- **DESIGN_TOKENS.md** - Programmatic design values
|
|
304
|
+
- **COLOR_SYSTEM.md** - Complete palette with WCAG compliance
|
|
305
|
+
- **TYPOGRAPHY.md** - Font system with Japanese support
|
|
306
|
+
- **TRANSLATION_FAILURE_AESTHETIC.md** - Corruption rules
|
|
307
|
+
|
|
308
|
+
### Component Specifications
|
|
309
|
+
- **COMPONENT_LIBRARY.md** - Full inventory + mapping
|
|
310
|
+
- **GLASSMORPHISM.md** - Glass effect specifications
|
|
311
|
+
- **INTERACTIVE_STATES.md** - Hover, focus, active, disabled
|
|
312
|
+
- **ANIMATION_GUIDELINES.md** - Timing, easing, motion
|
|
313
|
+
|
|
314
|
+
### Platform Guides
|
|
315
|
+
- **WEB_IMPLEMENTATION.md** - Responsive design, CSS framework
|
|
316
|
+
- **CLI_IMPLEMENTATION.md** - Terminal constraints, TUI patterns
|
|
317
|
+
- **NPM_PACKAGE.md** - Usage, theming, versioning
|
|
318
|
+
- **COMPONENT_MAPPING.md** - npm ↔ CLI equivalents
|
|
319
|
+
|
|
320
|
+
### Standards & Governance
|
|
321
|
+
- **ACCESSIBILITY.md** - WCAG compliance, keyboard nav
|
|
322
|
+
- **SPACING_SYSTEM.md** - 8pt scale, grid system
|
|
323
|
+
- **ANTI_PATTERNS.md** - What NOT to do
|
|
324
|
+
- **DESIGN_SYSTEM_GOVERNANCE.md** - Decision process, versioning
|
|
325
|
+
|
|
326
|
+
---
|
|
327
|
+
|
|
328
|
+
## Implementation Workflow
|
|
329
|
+
|
|
330
|
+
### For CLI Development
|
|
331
|
+
1. Read `BRAND_OVERVIEW.md` (this file) for identity
|
|
332
|
+
2. Read `docs/STYLE_GUIDE.md` for detailed CLI patterns
|
|
333
|
+
3. Use `cmd/celeste/tui/phrases.go` for type-safe corrupted text
|
|
334
|
+
4. Follow `CHARACTER_LEVEL_CORRUPTION.md` for corruption functions
|
|
335
|
+
5. Validate with `IMPLEMENTATION_VALIDATION.md` checklist
|
|
336
|
+
|
|
337
|
+
### For Web Development
|
|
338
|
+
1. Read `BRAND_OVERVIEW.md` (this file) for identity
|
|
339
|
+
2. Read `DESIGN_TOKENS.md` for CSS variables
|
|
340
|
+
3. Import `@whykusanagi/corrupted-theme` npm package
|
|
341
|
+
4. Follow `WEB_IMPLEMENTATION.md` for responsive design
|
|
342
|
+
5. Use `COMPONENT_MAPPING.md` to match CLI patterns
|
|
343
|
+
|
|
344
|
+
### For New Projects
|
|
345
|
+
1. Read `BRAND_OVERVIEW.md` (this file) for core identity
|
|
346
|
+
2. Read `COLOR_SYSTEM.md` + `TYPOGRAPHY.md` for visual system
|
|
347
|
+
3. Read `TRANSLATION_FAILURE_AESTHETIC.md` for corruption rules
|
|
348
|
+
4. Choose platform guide: `WEB_IMPLEMENTATION.md` or `CLI_IMPLEMENTATION.md`
|
|
349
|
+
5. Follow `ACCESSIBILITY.md` and `ANTI_PATTERNS.md` for quality
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
## Success Criteria
|
|
354
|
+
|
|
355
|
+
**This brand system succeeds when**:
|
|
356
|
+
|
|
357
|
+
✅ **Visual Consistency**: CLI, website, npm package feel like one product
|
|
358
|
+
✅ **Brand Recognition**: Corruption aesthetic is immediately recognizable as Celeste
|
|
359
|
+
✅ **Developer Clarity**: New contributors can implement brand without guessing
|
|
360
|
+
✅ **Accessibility**: WCAG AA compliance maintained across platforms
|
|
361
|
+
✅ **Maintainability**: Design tokens enable programmatic updates
|
|
362
|
+
✅ **Quality Bar**: Matches Meta/Netflix/Google design system standards
|
|
363
|
+
|
|
364
|
+
**Current Assessment**: 6.5/10 → **Target**: 9.5/10
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
## Version History
|
|
369
|
+
|
|
370
|
+
### v1.0.0 (2025-12-13)
|
|
371
|
+
- ✅ Initial brand system documentation created
|
|
372
|
+
- ✅ Core principles defined (translation-failure, glassmorphism, terminal-first)
|
|
373
|
+
- ✅ Cross-platform applications specified (CLI, npm, website)
|
|
374
|
+
- ✅ Documentation structure planned (5 tiers, 18+ documents)
|
|
375
|
+
- 🔄 Design tokens in progress
|
|
376
|
+
- 🔄 Component specifications in progress
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
## Related Documents
|
|
381
|
+
|
|
382
|
+
**Immediate Next Steps**:
|
|
383
|
+
- Read `DESIGN_TOKENS.md` for programmatic design values
|
|
384
|
+
- Read `COLOR_SYSTEM.md` for complete color specifications
|
|
385
|
+
- Read `TYPOGRAPHY.md` for font system details
|
|
386
|
+
|
|
387
|
+
**Existing CLI Documentation** (already excellent):
|
|
388
|
+
- `docs/STYLE_GUIDE.md` - Complete CLI aesthetic guide (605 lines)
|
|
389
|
+
- `docs/CORRUPTION_PHRASES.md` - Phrase library for branding (400+ lines)
|
|
390
|
+
- `docs/CHARACTER_LEVEL_CORRUPTION.md` - Corruption implementation guide
|
|
391
|
+
- `docs/IMPLEMENTATION_VALIDATION.md` - Code compliance audit
|
|
392
|
+
|
|
393
|
+
**Existing npm Package Documentation**:
|
|
394
|
+
- `../corrupted-theme/docs/COMPONENTS_REFERENCE.md` - 40+ web components
|
|
395
|
+
- `../corrupted-theme/README.md` - Installation and usage
|
|
396
|
+
|
|
397
|
+
---
|
|
398
|
+
|
|
399
|
+
## Contact & Governance
|
|
400
|
+
|
|
401
|
+
**Brand Owner**: whykusanagi
|
|
402
|
+
**Primary Repository**: `celeste-cli` (canonical implementation)
|
|
403
|
+
**Secondary Repository**: `corrupted-theme` (web component library)
|
|
404
|
+
|
|
405
|
+
**For Questions**:
|
|
406
|
+
- Brand identity questions → This document + `BRAND_OVERVIEW.md`
|
|
407
|
+
- Implementation questions → Platform-specific guides
|
|
408
|
+
- Contribution guidelines → `governance/CONTRIBUTION_GUIDELINES.md`
|
|
409
|
+
- Design system governance → `governance/DESIGN_SYSTEM_GOVERNANCE.md`
|
|
410
|
+
|
|
411
|
+
---
|
|
412
|
+
|
|
413
|
+
**Status**: ✅ **FOUNDATION COMPLETE** - Ready for Phase 2 (Component Specs)
|