docs: add WordPress.org release readme#198
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
readme.txtso Plugin Check no longer fails on missing plugin readme metadata..distignorefor release packaging so dev/test-only files stay out of the distributed plugin.wp_*/wp_agent_*public API naming that Plugin Check reports as prefix warnings.Verification
composer testhomeboy lint --path /Users/chubes/Developer/agents-api@release-plugin-check-readme --extension wordpress --force-hothomeboy test --path /Users/chubes/Developer/agents-api@release-plugin-check-readme --extension wordpress --force-hotstudio wp plugin check /Users/chubes/Developer/agents-api@release-plugin-check-readme --slug=agents-api --format=strict-json --exclude-directories=tests,.github,.claude,.datamachine,.git --exclude-files=.distignore,.gitignore,.git,AGENTS.md,CHANGELOG.md,composer.lock,phpstan.neon --skip-plugins=ai-provider-for-openai,ai-provider-for-opencode,data-machine,data-machine-code,frontend-agent-chat,intelligence,markdown-database-integration,mcp-adapter,static-site-importer,wp-ai-gatewayPlugin Check result: 0 errors, 58 warnings. Remaining warnings are expected prefix warnings for the intentional Core-candidate public API names and hooks.
AI assistance