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:
2026-01-31 01:34:31 -06:00
parent 8e1c3b3d33
commit c164e48ef0
16 changed files with 507 additions and 9 deletions

2
ws
View File

@ -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'),