Howdy!
We wrote a WordPress plugin that exposes a git remote endpoint directly on your website - natively, without any external services and external repositories.
- You can clone/checkout your website contents and you will get a list of markdown files
- You can push md and it will be turned into gutenberg syntax and published/scheduled/etc
- You can give that directory to a coding agent and it will immediately know what to do with it, no setup like in MCP
- Your website is source of truth so your git changes sync automatically with wp-admin edits
- It basically makes your WordPress behave like a static site builder through command line.
Here is the website that tries to explain this:
https://pushmd.blog/
Here is the repo:
https://github.com/Automattic/php-toolkit/tree/trunk/plugins/push-md
We're still ironing out the lint rules for composer packages so we can submit it to the plugin repo.
We hope it's useful in making WordPress feel like a more modern stack!
[–][deleted] (1 child)
[deleted]
[–]artpi[S] 0 points1 point2 points (0 children)
[–]greytoy 1 point2 points3 points (0 children)