fix: correct AI workflow doc file references to prevent read:file_not_found errors

fix: correct AI workflow doc file references to prevent read:file_not_found errors
This commit is contained in:
2026-04-22 21:14:11 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -144,12 +144,12 @@ Apply the minimal fix necessary to address the critical issue.
Increment the PATCH version and update all version numbers: Increment the PATCH version and update all version numbers:
- Main plugin file (fix-plugin-does-not-exist-notices.php) - Main plugin file (wp-fix-plugin-does-not-exist-notices.php)
- FPDEN_VERSION constant - FPDEN_VERSION constant
- CHANGELOG.md - CHANGELOG.md
- readme.txt - readme.txt
- README.md - README.md
- languages/fix-plugin-does-not-exist-notices.pot (Project-Id-Version) - languages/wp-fix-plugin-does-not-exist-notices.pot (Project-Id-Version)
### 4. Commit and Push ### 4. Commit and Push
-1
View File
@@ -27,7 +27,6 @@ When implementing a new feature:
- Add appropriate comments - Add appropriate comments
- Consider performance implications - Consider performance implications
- Maintain backward compatibility - Maintain backward compatibility
- Review reference plugins in the `reference-plugins/` directory for inspiration and best practices
### 3. Update Documentation ### 3. Update Documentation