20 lines
460 B
Plaintext
20 lines
460 B
Plaintext
# 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]]"
|