Supplements AGENTS.md. WordPress-specific additions.
- Hybrid theme: classic PHP template hierarchy,
theme.json, and the block editor. - Top-level
package.jsonis the source of truth for the theme name and version. - Theme source lives in
wp-content/themes/<package.name>. - Edit source files in
src/; do not edit generated files indist/or WordPress core.