Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lightspeedwp/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: lightspeedwp/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/basic-agent-skills
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 17 files changed
  • 1 contributor

Commits on Feb 3, 2026

  1. feat(skill): add WordPress Block Pattern Generator skill with capabil…

    …ities and usage details
    krugazul committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    e630c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22eb78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef67c3a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. feat(skill): add WordPress Block Pattern Validator with comprehensive…

    … validation and auto-fix capabilities
    krugazul committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    d029760 View commit details
    Browse the repository at this point in the history
  2. feat(skill): add comprehensive documentation for WordPress Theme.json…

    … Mapper including usage, capabilities, and mapping process
    krugazul committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    bc4f6c2 View commit details
    Browse the repository at this point in the history
  3. feat(skill): enhance documentation for WordPress Theme.json Mapper wi…

    …th detailed blockTypes requirements and validation processes
    krugazul committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    ef4325c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. feat(skill): enhance WordPress Block Pattern Validator with new valid…

    …ation checks for fontFamily attributes, font size classes, and non-WordPress comments
    krugazul committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    d93876f View commit details
    Browse the repository at this point in the history
  2. feat(skill): enhance WordPress Block Pattern Validator documentation …

    …with new validation rules for navigation blocks and font size handling
    krugazul committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    71c45fd View commit details
    Browse the repository at this point in the history
  3. feat(skill): enhance WordPress Block Pattern Validator with backgroun…

    …d image attribute handling and validation rules
    krugazul committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1cb42e5 View commit details
    Browse the repository at this point in the history
  4. feat(skill): enhance WordPress Block Pattern Validator with backgroun…

    …d image attribute handling and validation rules
    krugazul committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    a2d1bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. feat: add Inc Folder PHP Formatter for theme conventions

    - New script to format PHP files in the inc/ folder
    - Adds namespace, removes dp_ prefix from function names
    - Updates add_action/add_filter to use __NAMESPACE__ . '\function_name'
    
    feat: introduce Spacing Mapper for Die Papier to Ollie migration
    
    - New script to scan theme files for spacing preset references
    - Maps spacing from Die Papier slugs to Ollie slugs
    - Supports both var:preset|spacing|40 and var(--wp--preset--spacing--40) formats
    krugazul committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    7e76899 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    3e6e91e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Configuration menu
    Copy the full SHA
    f31d3c7 View commit details
    Browse the repository at this point in the history
Loading