Skip to content

Add AGENTS.md with plugin architecture guidance#226

Merged
w3bdesign merged 10 commits intomasterfrom
develop
Sep 23, 2025
Merged

Add AGENTS.md with plugin architecture guidance#226
w3bdesign merged 10 commits intomasterfrom
develop

Conversation

@w3bdesign
Copy link
Owner

  • Introduces AGENTS.md to document non-obvious WordPress plugin patterns, custom nonce handling, product indexing, settings management, class loading, and development commands for contributors.

Introduces AGENTS.md to document non-obvious WordPress plugin patterns, custom nonce handling, product indexing, settings management, class loading, and development commands for contributors.
Introduces AGENTS.md with non-obvious coding rules for the project, covering patterns for singleton usage, AJAX nonce verification, product data mapping, settings access, error handling, text domain requirements, constants, database options, WooCommerce assumptions, and product price extraction.
Introduces AGENTS.md with non-obvious debug rules for WordPress plugin development, covering error logging, AJAX debugging, plugin activation, requirements checks, Algolia API handling, settings validation, uninstall process, and product indexing failures.
Introduces AGENTS.md to outline specific documentation rules and project conventions that are not immediately apparent, including file structure, naming patterns, dependency usage, and undocumented plugin behaviors.
Introduces AGENTS.md documenting non-obvious architectural rules for the project, including plugin structure, singleton usage, AJAX handling, settings storage, and integration patterns.
Mentioned the inclusion of AGENTS.md and related guidance files for improved productivity with AI coding tools.
Simplifies the logic for determining the branch name by using shell variables HEAD_REF and REF_NAME instead of GitHub Actions expressions. This improves readability and consistency in the workflow script.
Introduces HEAD_REF and REF_NAME environment variables to the PHPCBF autofix workflow, making branch reference information available for subsequent steps.
Adds explicit permissions for contents, pull-requests, and checks to the PHPCS GitHub Actions workflow. Changes the bot token from GH_BOT_TOKEN to GITHUB_TOKEN for improved compatibility with GitHub Actions.
Replaces the use of GITHUB_TOKEN with GH_BOT_TOKEN in the PHPCS inspection workflow for improved secret management.
@sonarqubecloud
Copy link

@w3bdesign w3bdesign merged commit 533dedc into master Sep 23, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant