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: osodevops/wordpress-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: osodevops/wordpress-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. docs: add WP-CLI inspiration and motivation

    Explain that wpx was inspired by WP-CLI but built for AI agents that
    shouldn't need PHP installed to manage WordPress sites.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    sionsmith and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    9134f44 View commit details
    Browse the repository at this point in the history
  2. ci: add Homebrew tap update to release workflow

    Matches the quickbooks-cli release pattern:
    - Build artifacts named by target (wpx-{target}.tar.gz)
    - After builds, downloads artifacts, computes SHA256 checksums,
      generates Formula, and pushes to osodevops/homebrew-tap
    - Install via: brew install osodevops/tap/wordpress-cli
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    sionsmith and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    97d201f View commit details
    Browse the repository at this point in the history
Loading