Init: Second Brain vault with dream-sync system

This commit is contained in:
Bumblebee
2026-04-26 05:20:56 +02:00
commit 8036d6443c
7 changed files with 319 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Dream Sync Configuration
# Checkpoint file for tracking last dream run
CHECKPOINT="/home/intense/clawd/.checkpoint-dream-sync.json"
# Vault location
VAULT_PATH="/workspace/second-brain"
# Memory file to update
MEMORY_PATH="/home/intense/clawd/MEMORY.md"
# Thresholds
IDLE_THRESHOLD_MINUTES=15
MIN_HOURS_BETWEEN_DREAMS=4
NIGHTLY_DREAM_HOUR=23
# Tags for dream-synthesized content
DREAM_TAG="[[dream-synthesized]]"
SYNTHESIS_TAG="[[synthesized-insight]]"