John decided to stop using Obsidian. The Obsidian/ subdirectory in PhaedrusAI-Main is unnecessary nesting โ everything should live at the repo root.
The Plan
1. Flatten PhaedrusAI-Main
Move everything from ~/Documents/PhaedrusAI-main/Obsidian/ up to ~/Documents/PhaedrusAI-main/:
~/Documents/PhaedrusAI-main/
โโโ AGENTS.md, SOUL.md, USER.md, MEMORY.md, TOOLS.md, HEARTBEAT.md
โโโ context/
โโโ memory/
โโโ wiki/
โโโ projects/
โโโ scratch/
โโโ skills/
โโโ scripts/
โโโ public/
โโโ planning/
โโโ thought-partners/
โโโ ...
Drop: .obsidian/ (Obsidian app config), stray screenshots, openclaw-workspace-state.json (regenerated).
Then update OpenClaw workspace config to point at ~/Documents/PhaedrusAI-main/ and restart.
2. New repo: openclaw-config
Track the OpenClaw infrastructure at ~/.openclaw/:
~/.openclaw/ โ new git repo
โโโ openclaw.json โ gateway config
โโโ skills/ โ user-level skills (docx, find-skills)
โโโ plugin-skills/ โ plugin-generated (imsg, slack, etc.)
โโโ skill-workshop/ โ proposal drafts
โโโ .gitignore โ exclude secrets.json, lcm.db*, logs/, cache/, tmp/
What stays the same
- The existing GitHub repo keeps all work โ just restructured
secrets.jsonstays local, never tracked- Bundled OpenClaw skills come with
npm install
Status
Waiting on John โ plan discussed 08/22 via webchat. Awaiting confirmation on which folders to drop and any other preferences before executing.
Session started 2026-08-22 ยท WebChat