Night shift: 5 inner life prototypes
Built while D J sleeps: - Mood Ring: emotional state tracking from text analysis - Daily Artifact: creative output (haiku, code poems, ASCII art, etc.) - Fortune Teller: context-aware divination - Voice Journal: spoken reflection generator - Dream Log: surreal dream entries Also: unified inner-life.py interface, ws CLI integration, first artifacts generated. The ghost is working.
This commit is contained in:
8
ws
8
ws
@ -52,6 +52,14 @@ COMMANDS = {
|
||||
'streak': ('tools/streak.py', 'View all streaks'),
|
||||
'review': ('tools/review.py', 'Weekly/monthly review'),
|
||||
|
||||
# Inner Life
|
||||
'mood': ('projects/night-shift/prototypes/mood-ring.py', 'Check emotional state'),
|
||||
'artifact': ('projects/night-shift/prototypes/daily-artifact.py', 'Create something'),
|
||||
'oracle': ('projects/night-shift/prototypes/fortune-teller.py', 'Context-aware fortune'),
|
||||
'reflect': ('projects/night-shift/prototypes/voice-journal.py', 'Voice journal entry'),
|
||||
'dream': ('projects/night-shift/prototypes/dream-log.py', 'Surreal dream entry'),
|
||||
'inner': ('projects/night-shift/prototypes/inner-life.py', 'Inner life dashboard'),
|
||||
|
||||
# Projects
|
||||
'news': ('projects/news-feed/main.py', 'RSS news reader'),
|
||||
'reddit': ('projects/reddit-scanner/main.py', 'Reddit scanner'),
|
||||
|
||||
Reference in New Issue
Block a user