Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 795 Bytes

File metadata and controls

20 lines (13 loc) · 795 Bytes

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Purpose

This is a WordPress development rules repository containing comprehensive coding guidelines, best practices, and standards for WordPress development projects. The rules are organized into focused modules that cover different aspects of WordPress development.

Repository Structure

  • Rules should be added in /rules.
  • Further group rules logically in folders (e.g. rules/quality-assurance).

Markdown Format

  • Start with a # heading followed by a descriptive title.
  • Follow the title with a short description of the topic. ALWAYS limit the description to one sentence.
  • Be precise and clear.
  • Avoid being overly verbose.
  • Give clear examples.