Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 532 Bytes

File metadata and controls

18 lines (11 loc) · 532 Bytes

Compatibility policy

This repo is an authoring workspace for WordPress-focused Agent Skills.

Compatibility contract (v1)

Skills in this repo target:

  • WordPress core 7.0+
  • PHP 7.4.0+ (minimum supported by WordPress 7.0)

Authoring rules

Skills should:

  • Prefer stable WordPress APIs and best practices.
  • Prefer detection + guardrails (triage) over hard-coded assumptions.
  • If a task requires behavior that differs across core versions, ask for a target version (but default guidance should assume WP 7.0+).