personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignore dream.log runtime symlinks in test fixtures

These dangling symlinks are created by make dev runs and cause
shutil.copytree failures in test_dream_dry_run tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+2
+2
tests/fixtures/journal/.gitignore
··· 6 6 7 7 # Dream / supervisor runtime markers and logs 8 8 */health/daily.updated 9 + */health/dream.log 10 + health/dream.log 9 11 task_log.txt 10 12 11 13 # Service port files from make dev