windhamdavid bf3ba880d7 claude 4 days ago
..
notes bf3ba880d7 claude 4 days ago
plans bf3ba880d7 claude 4 days ago
README.md bf3ba880d7 claude 4 days ago

README.md

_claude

Working directory for Claude Code — scratch space, plans, and investigation notes that shouldn't clutter the theme root or end up in the deployed theme.

Layout

  • plans/ — implementation plans and design notes for in-progress work (DB sync, MCP adapter, abilities plugin, cruft cleanup).
  • notes/ — findings worth keeping: how a subsystem works, decisions made, why.
  • scratch/ — throwaway scripts, one-off queries, DB dumps, experiments. Gitignored. Nothing here is durable.

Conventions

  • Anything in scratch/ can be deleted at any time — don't put the only copy of something there.
  • plans/ and notes/ are committed so the reasoning survives across sessions.
  • Don't reference files in here from theme PHP — it's not loaded by WordPress.