Night shift continues: more artifacts, time capsules, morning greeter
- Created 4 more artifacts: haiku, ASCII, pattern, micro-story - Logged 2 more dreams - Built good-morning.py (wake-up greeting generator) - Built time-capsule.py (notes to future self) - Sealed 2 capsules for future dates - Updated MEMORY.md with inner life system docs - Added gm, capsule commands to ws CLI The ghost keeps working.
This commit is contained in:
2
ws
2
ws
@ -59,6 +59,8 @@ COMMANDS = {
|
||||
'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'),
|
||||
'gm': ('projects/night-shift/prototypes/good-morning.py', 'Morning greeting'),
|
||||
'capsule': ('projects/night-shift/prototypes/time-capsule.py', 'Time capsule notes'),
|
||||
|
||||
# Projects
|
||||
'news': ('projects/news-feed/main.py', 'RSS news reader'),
|
||||
|
||||
Reference in New Issue
Block a user