Conversation
Owner
w3bdesign
commented
Sep 23, 2025
- 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.
|
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.


