Init: Second Brain vault with dream-sync system
This commit is contained in:
@@ -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]]"
|
||||
Reference in New Issue
Block a user