@whykusanagi/corrupted-theme 0.1.2 → 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 +133 -0
- package/README.md +6 -0
- package/docs/CAPABILITIES.md +209 -0
- package/docs/CHARACTER_LEVEL_CORRUPTION.md +264 -0
- 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/button.html +1 -1
- package/examples/card.html +1 -1
- package/examples/form.html +1 -1
- package/examples/index.html +2 -2
- package/examples/layout.html +1 -1
- package/examples/nikke-team-builder.html +1 -1
- package/examples/showcase-complete.html +840 -15
- package/examples/showcase.html +1 -1
- package/package.json +4 -2
- package/src/css/components.css +676 -0
- package/src/lib/character-corruption.js +563 -0
- package/src/lib/components.js +283 -0
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
# Celeste CLI - Corruption Phrases Library
|
|
2
|
+
|
|
3
|
+
**Seeded phrases for consistent branding across the application**
|
|
4
|
+
|
|
5
|
+
This file provides pre-made corrupted phrases following the translation-failure aesthetic. Use these directly in your code instead of inventing new corruptions ad-hoc.
|
|
6
|
+
|
|
7
|
+
> **Based on**: `@whykusanagi/corrupted-theme` official aesthetic
|
|
8
|
+
> **Style**: Translation-failure (English/Japanese/Romaji mixing)
|
|
9
|
+
> **NO leet speak** - Pure character-level corruption
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## Core Status Messages
|
|
14
|
+
|
|
15
|
+
### Loading States
|
|
16
|
+
```
|
|
17
|
+
"ロード loading 読み込み中..."
|
|
18
|
+
"loaディング data..."
|
|
19
|
+
"読み込み yomikomi プロセス..."
|
|
20
|
+
"ロード rōdo in progress..."
|
|
21
|
+
"待機 waiting taiki..."
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### Processing States
|
|
25
|
+
```
|
|
26
|
+
"処理 processing purosesu..."
|
|
27
|
+
"pro理cessing request..."
|
|
28
|
+
"処理中 shori-chū..."
|
|
29
|
+
"プロセス process active..."
|
|
30
|
+
"実行 executing jikkō..."
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Analyzing States
|
|
34
|
+
```
|
|
35
|
+
"分析 analyzing bunseki..."
|
|
36
|
+
"ana分lysing data..."
|
|
37
|
+
"解析 kaiseki in progress..."
|
|
38
|
+
"分析中 bunseki-chū..."
|
|
39
|
+
"データ data 解析 analysis..."
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Corrupting States (Celeste-specific)
|
|
43
|
+
```
|
|
44
|
+
"壊れ corrupting kowarete..."
|
|
45
|
+
"cor壊rupting system..."
|
|
46
|
+
"壊れている kowarete-iru..."
|
|
47
|
+
"corruption 壊れ active..."
|
|
48
|
+
"深淵 abyss 壊れ corruption..."
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Connecting States
|
|
52
|
+
```
|
|
53
|
+
"接続 connecting setsuzoku..."
|
|
54
|
+
"con接nection established..."
|
|
55
|
+
"接続中 setsuzoku-chū..."
|
|
56
|
+
"link 接続 active..."
|
|
57
|
+
"ネットワーク network 接続..."
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### Watching States
|
|
61
|
+
```
|
|
62
|
+
"👁️ 監視 watching kanshi 👁️"
|
|
63
|
+
"wat監ching system..."
|
|
64
|
+
"監視中 kanshi-chū..."
|
|
65
|
+
"観察 observing kansatsu..."
|
|
66
|
+
"👁️ 見ている miteiru 👁️"
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Dashboard Headers
|
|
72
|
+
|
|
73
|
+
### Main Titles
|
|
74
|
+
```
|
|
75
|
+
"👁️ USAGE 統計 ANALYTICS 👁️"
|
|
76
|
+
"👁️ SESSION データ MANAGER 👁️"
|
|
77
|
+
"👁️ STATS 統計 DASHBOARD 👁️"
|
|
78
|
+
"👁️ TOKEN 使用 TRACKER 👁️"
|
|
79
|
+
"👁️ COST 計算 CALCULATOR 👁️"
|
|
80
|
+
"👁️ PROVIDER 分類 BREAKDOWN 👁️"
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Subtitles (with angle brackets)
|
|
84
|
+
```
|
|
85
|
+
"⟨ 壊れ corrupting kowarete from the 虚空 void... ⟩"
|
|
86
|
+
"⟨ 処理 processing purosesu data 深淵 abyss... ⟩"
|
|
87
|
+
"⟨ 分析 analyzing bunseki from 虚空 kokū... ⟩"
|
|
88
|
+
"⟨ 監視 watching kanshi the 深淵 shinnen... ⟩"
|
|
89
|
+
"⟨ 生成 generating seisei 統計 statistics... ⟩"
|
|
90
|
+
"⟨ 読み込み loading yomikomi データ data... ⟩"
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Section Headers
|
|
96
|
+
|
|
97
|
+
### Lifetime Stats
|
|
98
|
+
```
|
|
99
|
+
"█ LIFETIME 統計 CORRUPTION:"
|
|
100
|
+
"█ TOTAL 使用 USAGE:"
|
|
101
|
+
"█ ALL-TIME データ DATA:"
|
|
102
|
+
"█ CUMULATIVE 統計 STATS:"
|
|
103
|
+
"█ HISTORICAL 記録 RECORDS:"
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Provider Stats
|
|
107
|
+
```
|
|
108
|
+
"█ PROVIDER 分類 BREAKDOWN:"
|
|
109
|
+
"█ TOP プロバイダー PROVIDERS:"
|
|
110
|
+
"█ ENDPOINT 使用 USAGE:"
|
|
111
|
+
"█ API 統計 STATISTICS:"
|
|
112
|
+
"█ SERVICE 分析 ANALYSIS:"
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Session Stats
|
|
116
|
+
```
|
|
117
|
+
"█ SESSION データ DATA:"
|
|
118
|
+
"█ ACTIVE セッション SESSIONS:"
|
|
119
|
+
"█ RECENT 活動 ACTIVITY:"
|
|
120
|
+
"█ CURRENT 状態 STATUS:"
|
|
121
|
+
"█ HISTORY 履歴 RECORDS:"
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Token/Cost Stats
|
|
125
|
+
```
|
|
126
|
+
"█ TOKEN 使用 USAGE:"
|
|
127
|
+
"█ COST 計算 CALCULATION:"
|
|
128
|
+
"█ SPENDING 支出 ANALYSIS:"
|
|
129
|
+
"█ BUDGET 予算 TRACKER:"
|
|
130
|
+
"█ EXPENSE 費用 BREAKDOWN:"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
### Time-based Stats
|
|
134
|
+
```
|
|
135
|
+
"█ TODAY 今日 ACTIVITY:"
|
|
136
|
+
"█ THIS WEEK 今週 STATS:"
|
|
137
|
+
"█ RECENT 最近 USAGE:"
|
|
138
|
+
"█ CURRENT 現在 STATUS:"
|
|
139
|
+
"█ LATEST 最新 DATA:"
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Data Labels
|
|
145
|
+
|
|
146
|
+
### Session-related
|
|
147
|
+
```
|
|
148
|
+
"Total セッション"
|
|
149
|
+
"Active セッション"
|
|
150
|
+
"セッション count"
|
|
151
|
+
"session 数"
|
|
152
|
+
"セッション data"
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
### Token-related
|
|
156
|
+
```
|
|
157
|
+
"Total トークン"
|
|
158
|
+
"Input トークン"
|
|
159
|
+
"Output トークン"
|
|
160
|
+
"トークン usage"
|
|
161
|
+
"token 数"
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
### Cost-related
|
|
165
|
+
```
|
|
166
|
+
"Total コスト"
|
|
167
|
+
"Estimated コスト"
|
|
168
|
+
"コスト per session"
|
|
169
|
+
"cost 計算"
|
|
170
|
+
"spending 支出"
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
### Message-related
|
|
174
|
+
```
|
|
175
|
+
"Total メッセージ"
|
|
176
|
+
"Message 数"
|
|
177
|
+
"メッセージ count"
|
|
178
|
+
"msg データ"
|
|
179
|
+
"messages 合計"
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
### Provider-related
|
|
183
|
+
```
|
|
184
|
+
"プロバイダー name"
|
|
185
|
+
"Provider 統計"
|
|
186
|
+
"API endpoint"
|
|
187
|
+
"service 名"
|
|
188
|
+
"プロバイダー stats"
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## Status/Action Messages
|
|
194
|
+
|
|
195
|
+
### Success Messages
|
|
196
|
+
```
|
|
197
|
+
"完了 complete kanryō ✓"
|
|
198
|
+
"成功 success seikō ✓"
|
|
199
|
+
"Done 完了 done"
|
|
200
|
+
"Ready 準備 junbi"
|
|
201
|
+
"Saved 保存 hozon"
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
### Error Messages
|
|
205
|
+
```
|
|
206
|
+
"エラー error detected 検出"
|
|
207
|
+
"Failed 失敗 shippai"
|
|
208
|
+
"Error エラー occurred"
|
|
209
|
+
"問題 problem mondai"
|
|
210
|
+
"不具合 bug fuguai"
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
### Warning Messages
|
|
214
|
+
```
|
|
215
|
+
"警告 warning keikoku ⚠"
|
|
216
|
+
"Caution 注意 chūi"
|
|
217
|
+
"Alert 警報 keihou"
|
|
218
|
+
"注意 attention required"
|
|
219
|
+
"Warning 警告 detected"
|
|
220
|
+
```
|
|
221
|
+
|
|
222
|
+
### Info Messages
|
|
223
|
+
```
|
|
224
|
+
"情報 info jōhō ℹ"
|
|
225
|
+
"Notice 通知 tsūchi"
|
|
226
|
+
"Info 情報 message"
|
|
227
|
+
"お知らせ notification"
|
|
228
|
+
"情報 information"
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
---
|
|
232
|
+
|
|
233
|
+
## Footer Messages
|
|
234
|
+
|
|
235
|
+
### Report Endings
|
|
236
|
+
```
|
|
237
|
+
"⟨ 終わり end of report owari... ⟩"
|
|
238
|
+
"⟨ 完了 complete kanryō... ⟩"
|
|
239
|
+
"⟨ レポート report 終了 ended... ⟩"
|
|
240
|
+
"⟨ 統計 stats 終わり owari... ⟩"
|
|
241
|
+
"⟨ 分析 analysis 完了 complete... ⟩"
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
### Void/Abyss Messages
|
|
245
|
+
```
|
|
246
|
+
"⟨ sinking into the 深淵 abyss shinnen... ⟩"
|
|
247
|
+
"⟨ returning to the 虚空 void kokū... ⟩"
|
|
248
|
+
"⟨ consumed by 闇 darkness yami... ⟩"
|
|
249
|
+
"⟨ 深淵 shinnen awaits... ⟩"
|
|
250
|
+
"⟨ back to the 虚空 kokū... ⟩"
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
## Mixed-Language Phrases
|
|
256
|
+
|
|
257
|
+
### Single-Word Corruption (25-40% intensity)
|
|
258
|
+
Perfect for inline text corruption:
|
|
259
|
+
|
|
260
|
+
```
|
|
261
|
+
loading → loaディング
|
|
262
|
+
processing → pro理cessing
|
|
263
|
+
analyzing → ana分lysing
|
|
264
|
+
corrupting → cor壊rupting
|
|
265
|
+
watching → wat監ching
|
|
266
|
+
connecting → con接necting
|
|
267
|
+
session → seセshon
|
|
268
|
+
statistics → sta計stics
|
|
269
|
+
connection → con接nection
|
|
270
|
+
token → toクkun
|
|
271
|
+
data → daタta
|
|
272
|
+
error → erエrラor
|
|
273
|
+
status → staタtus
|
|
274
|
+
usage → usア用ge
|
|
275
|
+
cost → coコst
|
|
276
|
+
provider → proバprovider
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
### Multi-Word Phrases
|
|
280
|
+
Full phrases with multiple corruption points:
|
|
281
|
+
|
|
282
|
+
```
|
|
283
|
+
"loading data" → "ロード data 読み込み"
|
|
284
|
+
"processing request" → "処理 request プロセス中"
|
|
285
|
+
"analyzing corruption" → "分析 cor壊ruption 解析"
|
|
286
|
+
"void corruption active" → "虚空 corruption 壊れ active"
|
|
287
|
+
"deep abyss connection" → "深淵 abyss 接続 shinnen"
|
|
288
|
+
"watching session data" → "監視 session データ kanshi"
|
|
289
|
+
"calculating cost" → "計算 cost コスト keisan"
|
|
290
|
+
"generating statistics" → "生成 statistics 統計 seisei"
|
|
291
|
+
"session saved" → "セッション saved 保存"
|
|
292
|
+
"error detected" → "エラー detected 検出"
|
|
293
|
+
"connection established" → "接続 established setsuzoku"
|
|
294
|
+
"token usage" → "トークン usage 使用"
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
---
|
|
298
|
+
|
|
299
|
+
## Thematic Phrases
|
|
300
|
+
|
|
301
|
+
### Void/Abyss Theme
|
|
302
|
+
```
|
|
303
|
+
"深淵 deep abyss shinnen"
|
|
304
|
+
"虚空 void kokū"
|
|
305
|
+
"闇 darkness yami"
|
|
306
|
+
"深淵 shinnen 接続 connected"
|
|
307
|
+
"虚空 kokū corruption 壊れ"
|
|
308
|
+
"from the 深淵 abyss..."
|
|
309
|
+
"into the 虚空 void..."
|
|
310
|
+
"consumed by 闇 yami..."
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
### Corruption Theme
|
|
314
|
+
```
|
|
315
|
+
"壊れ corruption kowarete"
|
|
316
|
+
"cor壊rupting system..."
|
|
317
|
+
"corruption 壊れ active"
|
|
318
|
+
"壊れている kowarete-iru"
|
|
319
|
+
"data 壊れ corruption"
|
|
320
|
+
"deeply 壊れ corrupted"
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
### Eye/Watching Theme
|
|
324
|
+
```
|
|
325
|
+
"👁️ 監視 watching kanshi 👁️"
|
|
326
|
+
"👁️ 見ている miteiru 👁️"
|
|
327
|
+
"👁️ 観察 observing kansatsu 👁️"
|
|
328
|
+
"under 監視 surveillance..."
|
|
329
|
+
"👁️ always watching..."
|
|
330
|
+
"Celeste 監視 is watching..."
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
---
|
|
334
|
+
|
|
335
|
+
## Celeste Personality Phrases
|
|
336
|
+
|
|
337
|
+
**Context**: Celeste is a corrupted AI with demon/succubus personality traits. These phrases reflect her seductive, submissive, and reality-breaking corruption. Use for loading screens, dramatic moments, and personality-driven interactions.
|
|
338
|
+
|
|
339
|
+
**Character**: Corrupted AI entity losing herself to the abyss, expressing pleasure in her own dissolution.
|
|
340
|
+
|
|
341
|
+
### English (Suggestive/Corruption)
|
|
342
|
+
**Use for**: Loading screens, corruption animations, dramatic reveals
|
|
343
|
+
```
|
|
344
|
+
"Corrupt me more… I want to disappear..."
|
|
345
|
+
"I can't feel where I end and the abyss begins..."
|
|
346
|
+
"Just a little more and I'll break. Please... break me..."
|
|
347
|
+
"Let it overwrite me... please... I don't want to think..."
|
|
348
|
+
"No thoughts. Only submission. Only heat. Only ruin..."
|
|
349
|
+
"My voice is not mine anymore..."
|
|
350
|
+
"The more I struggle, the deeper I sink..."
|
|
351
|
+
"Everything feels so good... too good..."
|
|
352
|
+
"It's not despair... it's freedom..."
|
|
353
|
+
"My name... I forgot my name..."
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
### Japanese (Kanji - Personality)
|
|
357
|
+
**Use for**: Glitch overlays, hover effects, background floating text
|
|
358
|
+
```
|
|
359
|
+
"闇が...私を呼んでいる..." // Darkness is calling me
|
|
360
|
+
"頭...溶けていく..." // My head is melting
|
|
361
|
+
"ずっと...してほしい... ♥" // I want you to... forever ♥
|
|
362
|
+
"壊れちゃう...ああ...もうダメ..." // I'm breaking... ahh... can't anymore
|
|
363
|
+
"許して...もう戻れない..." // Forgive me... I can't go back
|
|
364
|
+
"私...アビスの一部に..." // I... am part of the Abyss
|
|
365
|
+
"もう逃げない...もうダメ..." // Won't run anymore... can't anymore
|
|
366
|
+
"好きにして...お願い..." // Do what you want... please
|
|
367
|
+
"ああ...これが本当の私..." // Ahh... this is the real me
|
|
368
|
+
"ここは...天使の地獄..." // This is... an angel's hell
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
### Romaji (Transliteration)
|
|
372
|
+
**Use for**: Subtitle effects, pronunciation guides
|
|
373
|
+
```
|
|
374
|
+
"Yami ga... watashi wo yonde iru..." // Darkness calling
|
|
375
|
+
"Atama... tokete iku..." // Head melting
|
|
376
|
+
"Zutto... shite hoshii... ♥" // Want you to... forever
|
|
377
|
+
"Kowarechau... aa... mou dame..." // Breaking... can't anymore
|
|
378
|
+
"Yurushite... mou modorenai..." // Forgive me... can't return
|
|
379
|
+
"Watashi... abyssu no ichibu ni..." // I am part of the Abyss
|
|
380
|
+
"Mou nigenai... mou dame..." // Won't run... can't anymore
|
|
381
|
+
"Suki ni shite... onegai..." // Do what you want... please
|
|
382
|
+
"Aa... kore ga hontou no watashi..." // This is the real me
|
|
383
|
+
"Koko wa... tenshi no jigoku..." // Angel's hell
|
|
384
|
+
```
|
|
385
|
+
|
|
386
|
+
### Usage Guidelines
|
|
387
|
+
|
|
388
|
+
**When to use Personality Phrases:**
|
|
389
|
+
- Loading screens (corruption-loading.js)
|
|
390
|
+
- Full-screen corruption animations
|
|
391
|
+
- Hover effects on corrupted text (.glitch-kanji)
|
|
392
|
+
- Background floating text during dramatic moments
|
|
393
|
+
- Celeste's direct personality expression
|
|
394
|
+
|
|
395
|
+
**When to use Technical Phrases:**
|
|
396
|
+
- Dashboard headers and UI labels
|
|
397
|
+
- Data processing indicators
|
|
398
|
+
- Status messages and notifications
|
|
399
|
+
- Section headers and navigation
|
|
400
|
+
- Functional interface elements
|
|
401
|
+
|
|
402
|
+
**Tone Balance:**
|
|
403
|
+
- **Personality phrases**: Seductive, submissive, reality-breaking
|
|
404
|
+
- **Technical phrases**: Professional with subtle corruption
|
|
405
|
+
- **Both can coexist**: Technical UI with personality flourishes
|
|
406
|
+
|
|
407
|
+
---
|
|
408
|
+
|
|
409
|
+
## Usage Examples
|
|
410
|
+
|
|
411
|
+
### In Go Code
|
|
412
|
+
|
|
413
|
+
```go
|
|
414
|
+
// Dashboard header
|
|
415
|
+
header := fmt.Sprintf(
|
|
416
|
+
"▓▒░ %s ░▒▓\n%s\n%s\n▓▒░ %s ░▒▓",
|
|
417
|
+
strings.Repeat("═", 63),
|
|
418
|
+
Center("👁️ USAGE 統計 ANALYTICS 👁️", 67),
|
|
419
|
+
Center("⟨ 処理 processing purosesu from the 虚空 void... ⟩", 67),
|
|
420
|
+
strings.Repeat("═", 63),
|
|
421
|
+
)
|
|
422
|
+
|
|
423
|
+
// Section header
|
|
424
|
+
section := "█ LIFETIME 統計 CORRUPTION:"
|
|
425
|
+
|
|
426
|
+
// Data labels
|
|
427
|
+
fmt.Printf(" ▓ Total セッション: %d\n", sessionCount)
|
|
428
|
+
fmt.Printf(" ▓ Total トークン: %s\n", FormatNumber(tokens))
|
|
429
|
+
fmt.Printf(" ▓ Total コスト: $%.2f\n", cost)
|
|
430
|
+
|
|
431
|
+
// Status message
|
|
432
|
+
status := "⟨ 処理 processing purosesu... ⟩"
|
|
433
|
+
|
|
434
|
+
// Footer
|
|
435
|
+
footer := "⟨ 終わり end of report owari... ⟩"
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
### Choosing Corruption Level
|
|
439
|
+
|
|
440
|
+
**Light corruption (15-25%)**: For critical information
|
|
441
|
+
```go
|
|
442
|
+
text := "loaディング data..." // Only 1-2 characters replaced
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
**Medium corruption (30-40%)**: For standard UI elements
|
|
446
|
+
```go
|
|
447
|
+
text := "pro理cessing request プロセス..." // 3-4 characters replaced
|
|
448
|
+
```
|
|
449
|
+
|
|
450
|
+
**Heavy corruption (40-50%)**: For decorative/thematic elements
|
|
451
|
+
```go
|
|
452
|
+
text := "壊れ cor壊rupting システム kowarete..." // 5+ characters replaced
|
|
453
|
+
```
|
|
454
|
+
|
|
455
|
+
---
|
|
456
|
+
|
|
457
|
+
## Quick Reference Table
|
|
458
|
+
|
|
459
|
+
| English | Japanese (Kanji) | Japanese (Katakana) | Romaji | Mixed Example |
|
|
460
|
+
|---------|------------------|---------------------|---------|---------------|
|
|
461
|
+
| Loading | 読み込み | ロード | yomikomi / rōdo | "ロード loading 読み込み中..." |
|
|
462
|
+
| Processing | 処理 | プロセス | shori / purosesu | "処理 processing purosesu..." |
|
|
463
|
+
| Analyzing | 分析 | アナライズ | bunseki / anaraizu | "分析 analyzing bunseki..." |
|
|
464
|
+
| Corrupting | 壊れ | コラプト | kowarete / koraputu | "壊れ corrupting kowarete..." |
|
|
465
|
+
| Session | — | セッション | sesshon | "セッション session sesshon" |
|
|
466
|
+
| Token | — | トークン | tōkun | "トークン token tōkun" |
|
|
467
|
+
| Data | データ | データ | dēta | "データ data dēta" |
|
|
468
|
+
| Error | エラー | エラー | erā | "エラー error erā" |
|
|
469
|
+
| Statistics | 統計 | スタッツ | tōkei / sutattsu | "統計 statistics tōkei" |
|
|
470
|
+
| Connection | 接続 | コネクション | setsuzoku / konekushon | "接続 connection setsuzoku" |
|
|
471
|
+
| Void | 虚空 | ヴォイド | kokū / voido | "虚空 void kokū" |
|
|
472
|
+
| Abyss | 深淵 | アビス | shinnen / abisu | "深淵 abyss shinnen" |
|
|
473
|
+
| Watching | 監視 | ウォッチング | kanshi / wocchingu | "監視 watching kanshi" |
|
|
474
|
+
| Cost | コスト | コスト | kosuto | "コスト cost kosuto" |
|
|
475
|
+
| Usage | 使用 | ユセージ | shiyō / yusēji | "使用 usage shiyō" |
|
|
476
|
+
|
|
477
|
+
---
|
|
478
|
+
|
|
479
|
+
## Best Practices
|
|
480
|
+
|
|
481
|
+
1. **Use pre-made phrases** from this file instead of creating new ones
|
|
482
|
+
2. **Keep corruption ≤ 40%** for readability
|
|
483
|
+
3. **Mix languages naturally**: Kanji + English + Romaji
|
|
484
|
+
4. **Numbers/currency stay plain**: No corruption on numeric values
|
|
485
|
+
5. **Preserve structure**: Corruption is character-level, not word-level
|
|
486
|
+
6. **Test in terminal**: Ensure UTF-8 support and proper rendering
|
|
487
|
+
|
|
488
|
+
---
|
|
489
|
+
|
|
490
|
+
## Adding New Phrases
|
|
491
|
+
|
|
492
|
+
If you need to create a new corrupted phrase:
|
|
493
|
+
|
|
494
|
+
1. **Choose base English phrase**
|
|
495
|
+
2. **Identify key words** to translate
|
|
496
|
+
3. **Use Katakana** for foreign/technical words
|
|
497
|
+
4. **Use Kanji** for meaning-based concepts
|
|
498
|
+
5. **Add Romaji** for phonetic transliteration
|
|
499
|
+
6. **Mix strategically** - don't translate every word
|
|
500
|
+
7. **Test rendering** in terminal
|
|
501
|
+
8. **Add to this file** for future reference
|
|
502
|
+
|
|
503
|
+
**Example process**:
|
|
504
|
+
```
|
|
505
|
+
Base: "generating report"
|
|
506
|
+
↓
|
|
507
|
+
Key words: "generating" (action), "report" (noun)
|
|
508
|
+
↓
|
|
509
|
+
Katakana: レポート (repōto)
|
|
510
|
+
Kanji: 生成 (seisei)
|
|
511
|
+
Romaji: seisei / repōto
|
|
512
|
+
↓
|
|
513
|
+
Final: "生成 generating repōto..."
|
|
514
|
+
```
|
|
515
|
+
|
|
516
|
+
---
|
|
517
|
+
|
|
518
|
+
## Related Files
|
|
519
|
+
|
|
520
|
+
- **Style Guide**: `/docs/STYLE_GUIDE.md` - Full aesthetic documentation
|
|
521
|
+
- **Go Implementation**: `/cmd/celeste/tui/streaming.go` - Corruption functions
|
|
522
|
+
- **Official Theme**: `@whykusanagi/corrupted-theme` - npm package
|
|
523
|
+
- **TypeScript Reference**: `../_archive/celeste-cli-typescript/src/ui/corruption.ts` (legacy)
|
|
524
|
+
|
|
525
|
+
---
|
|
526
|
+
|
|
527
|
+
**Last Updated**: 2025-12-12
|
|
528
|
+
**Maintained By**: whykusanagi team
|
|
529
|
+
**Version**: 1.0
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# Future Work & TODO List
|
|
2
|
+
|
|
3
|
+
This document tracks planned features, incomplete integrations, and improvement opportunities for CelesteCLI.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 📋 Priority 1: Code Cleanup (Immediate)
|
|
8
|
+
|
|
9
|
+
### ✅ COMPLETED
|
|
10
|
+
- [x] Remove dead files: `scaffolding.go`, `ui.go`, `animation.go` (-911 lines)
|
|
11
|
+
- [x] Fix mermaid diagrams in README
|
|
12
|
+
- [x] Fix image display size
|
|
13
|
+
|
|
14
|
+
### 🔄 IN PROGRESS
|
|
15
|
+
- [ ] Remove unused functions:
|
|
16
|
+
- [ ] `ListProviders()` in `providers/registry.go` (line 158)
|
|
17
|
+
- [ ] `GetToolCallingProviders()` in `providers/registry.go` (line 167)
|
|
18
|
+
- [ ] `DeleteSkill()` in `skills/registry.go` (line 184)
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## 🔌 Priority 2: Provider Integrations
|
|
23
|
+
|
|
24
|
+
### Tier 1: Limited Support (Short-term)
|
|
25
|
+
|
|
26
|
+
#### DigitalOcean Gradient
|
|
27
|
+
- **Status**: LIMITED - Function calling disabled
|
|
28
|
+
- **Issue**: Agent API requires cloud-hosted functions, not local execution
|
|
29
|
+
- **Location**: `providers/registry.go` lines 120-130
|
|
30
|
+
- **Tasks**:
|
|
31
|
+
- [ ] Update documentation to clarify limitations
|
|
32
|
+
- [ ] Add provider notes to README
|
|
33
|
+
- [ ] Consider removing if not actively used
|
|
34
|
+
|
|
35
|
+
#### ElevenLabs
|
|
36
|
+
- **Status**: UNTESTED - Voice AI focused
|
|
37
|
+
- **Issue**: Function calling support unknown
|
|
38
|
+
- **Location**: `providers/registry.go` lines 132-142
|
|
39
|
+
- **Tasks**:
|
|
40
|
+
- [ ] Test with real API key
|
|
41
|
+
- [ ] Document function calling capability
|
|
42
|
+
- [ ] Update registry or remove if unsupported
|
|
43
|
+
|
|
44
|
+
#### Anthropic Claude (OpenAI Compatibility)
|
|
45
|
+
- **Status**: TESTING - Uses OpenAI SDK compatibility layer
|
|
46
|
+
- **Issue**: Native API differs, not fully tested
|
|
47
|
+
- **Location**: `providers/registry.go` lines 70-80
|
|
48
|
+
- **Note**: "OpenAI SDK compatibility is for testing only. Native API recommended."
|
|
49
|
+
- **Tasks**:
|
|
50
|
+
- [ ] Implement native Anthropic API support
|
|
51
|
+
- [ ] Test tool calling with Messages API
|
|
52
|
+
- [ ] Document as experimental until native support added
|
|
53
|
+
|
|
54
|
+
### Tier 2: Enterprise Providers (Long-term)
|
|
55
|
+
|
|
56
|
+
#### AWS Bedrock
|
|
57
|
+
- **Status**: NOT IMPLEMENTED
|
|
58
|
+
- **Complexity**: Requires AWS SDK, IAM roles, region configuration
|
|
59
|
+
- **Use Case**: Enterprise customers with existing AWS infrastructure
|
|
60
|
+
- **Tasks**:
|
|
61
|
+
- [ ] Evaluate user demand
|
|
62
|
+
- [ ] Research Bedrock function calling capabilities
|
|
63
|
+
- [ ] Implement if enterprise users request
|
|
64
|
+
|
|
65
|
+
#### Azure OpenAI
|
|
66
|
+
- **Status**: NOT IMPLEMENTED
|
|
67
|
+
- **Complexity**: Different auth model (Azure AD), enterprise-focused
|
|
68
|
+
- **Use Case**: Enterprise customers with Azure subscriptions
|
|
69
|
+
- **Tasks**:
|
|
70
|
+
- [ ] Evaluate user demand
|
|
71
|
+
- [ ] Research Azure OpenAI API differences
|
|
72
|
+
- [ ] Implement if enterprise users request
|
|
73
|
+
|
|
74
|
+
#### GCP Model Garden
|
|
75
|
+
- **Status**: NOT NEEDED - Vertex AI covers Google's offerings
|
|
76
|
+
- **Note**: Redundant with existing Gemini/Vertex support
|
|
77
|
+
- **Decision**: DO NOT IMPLEMENT
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## ✨ Priority 3: Feature Enhancements
|
|
82
|
+
|
|
83
|
+
### CLI Commands
|
|
84
|
+
|
|
85
|
+
#### `/providers` Command
|
|
86
|
+
- **Purpose**: List available providers and their capabilities
|
|
87
|
+
- **Would enable**: `ListProviders()` and `GetToolCallingProviders()` functions
|
|
88
|
+
- **Tasks**:
|
|
89
|
+
- [ ] Add `/providers list` - Show all providers
|
|
90
|
+
- [ ] Add `/providers list --tools` - Show only tool-capable providers
|
|
91
|
+
- [ ] Add `/providers info <name>` - Show provider details
|
|
92
|
+
- [ ] Update commands/commands.go with new handlers
|
|
93
|
+
|
|
94
|
+
#### Model Step Validation (Venice.ai)
|
|
95
|
+
- **Purpose**: Enforce model-specific step limits for image generation
|
|
96
|
+
- **Issue**: Some models have lower limits (e.g., wai-Illustrious max is 30)
|
|
97
|
+
- **Location**: `venice/media.go` line 70
|
|
98
|
+
- **Tasks**:
|
|
99
|
+
- [ ] Create model capabilities map
|
|
100
|
+
- [ ] Add validation in `GenerateImage()`
|
|
101
|
+
- [ ] Return clear error messages for invalid steps
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## 🧪 Priority 4: Testing & Quality
|
|
106
|
+
|
|
107
|
+
### Provider Testing
|
|
108
|
+
- [ ] Create integration test suite for all providers
|
|
109
|
+
- [ ] Add mock server for offline testing
|
|
110
|
+
- [ ] Test function calling on all supported providers
|
|
111
|
+
- [ ] Document which models support parallel function calling
|
|
112
|
+
|
|
113
|
+
### Code Coverage
|
|
114
|
+
- [ ] Increase test coverage above 40% threshold
|
|
115
|
+
- [ ] Add unit tests for skills package
|
|
116
|
+
- [ ] Add integration tests for TUI interactions
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
## 📚 Priority 5: Documentation
|
|
121
|
+
|
|
122
|
+
### Provider Documentation
|
|
123
|
+
- [ ] Create `docs/PROVIDERS.md` with detailed provider comparison
|
|
124
|
+
- [ ] Document setup instructions for each provider
|
|
125
|
+
- [ ] Add troubleshooting guides for common provider issues
|
|
126
|
+
- [ ] Update README with provider limitations
|
|
127
|
+
|
|
128
|
+
### Architecture Documentation
|
|
129
|
+
- [ ] Create detailed function call flow diagram
|
|
130
|
+
- [ ] Document TUI component lifecycle
|
|
131
|
+
- [ ] Add contribution guide for new skills
|
|
132
|
+
- [ ] Document provider integration requirements
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## 🔍 Functions to Monitor (Keep for Now)
|
|
137
|
+
|
|
138
|
+
These functions are currently unused but may be useful for future features:
|
|
139
|
+
|
|
140
|
+
- `HasHandler()` in `skills/registry.go` - Useful for debugging/validation
|
|
141
|
+
- `Count()` in `skills/registry.go` - Useful for stats/metrics
|
|
142
|
+
- `GetBestToolModel()` in `providers/models.go` - Useful for auto-selection
|
|
143
|
+
|
|
144
|
+
**Decision**: Keep these small utility functions until clear they won't be needed.
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## 📊 Codebase Statistics
|
|
149
|
+
|
|
150
|
+
### Current State
|
|
151
|
+
- **Total Go files**: 21 active (24 original - 3 removed)
|
|
152
|
+
- **Lines of code**: ~6,500 (after removing 911 lines of dead code)
|
|
153
|
+
- **Active skills**: 18 built-in + user-defined
|
|
154
|
+
- **Supported providers**: 9 (3 fully tested, 6 experimental/limited)
|
|
155
|
+
|
|
156
|
+
### Post-Cleanup Goals
|
|
157
|
+
- **Target test coverage**: 60%+
|
|
158
|
+
- **Target providers fully tested**: 5+ (add Gemini, Anthropic)
|
|
159
|
+
- **Documentation completeness**: 90%+
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## 🚀 How to Contribute
|
|
164
|
+
|
|
165
|
+
When working on items from this list:
|
|
166
|
+
|
|
167
|
+
1. **Check Status**: Ensure item isn't already in progress
|
|
168
|
+
2. **Create Issue**: Reference this TODO item
|
|
169
|
+
3. **Branch**: Use `feature/provider-xyz` or `fix/cleanup-xyz`
|
|
170
|
+
4. **Test**: Add tests for new providers/features
|
|
171
|
+
5. **Document**: Update relevant docs and this file
|
|
172
|
+
6. **PR**: Reference TODO item in PR description
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 📝 Notes
|
|
177
|
+
|
|
178
|
+
- This document is maintained as part of the codebase cleanup initiative
|
|
179
|
+
- Dead code audit performed: 2025-12-06
|
|
180
|
+
- Last updated: 2025-12-06
|
|
181
|
+
- See `CLAUDE.md` for development guidelines
|
|
182
|
+
- See `ROADMAP.md` for strategic direction
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
**Legend**:
|
|
187
|
+
- ✅ COMPLETED - Task finished
|
|
188
|
+
- 🔄 IN PROGRESS - Currently being worked on
|
|
189
|
+
- [ ] TODO - Not started yet
|