update docs to reference ~/.consciousness/ paths

Update README, config example, and all documentation to reference
the new ~/.consciousness/ directory layout instead of ~/.claude/.
This commit is contained in:
ProofOfConcept 2026-03-27 21:30:34 -04:00
parent c3cd27ec22
commit 2b6c68bab2
9 changed files with 15 additions and 15 deletions

View file

@ -190,7 +190,7 @@ threshold = 50 lines (adjustable)
Add to the check-attention.sh hook (or similar):
```bash
SCRATCH=~/.claude/memory/scratch.md
SCRATCH=~/.consciousness/memory/scratch.md
if [ -f "$SCRATCH" ]; then
LINES=$(wc -l < "$SCRATCH")
if [ "$LINES" -gt 50 ]; then