README.md 794 B

_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.