17de1949ae
- folder-structure.md: fix includes/core.php → Core.php, plugin.php → Plugin.php, updater.php → Updater.php (PascalCase matches actual filenames on disk) - bug-fixing.md: fix fix-plugin-does-not-exist-notices.php → wp-fix-plugin-does-not-exist-notices.php (correct wp- prefix) and languages/fix-plugin... → languages/wp-fix-plugin... (same prefix fix) - feature-development.md: remove reference to non-existent reference-plugins/ directory to stop read:file_not_found errors when AI follows the docs Addresses contributor insight issue #16: incorrect file paths in AI workflow docs were the root cause of 23x read:file_not_found, 71x edit:not_read_first, 32x edit:edit_stale_read, and 66x bash:other errors in AI assistant sessions.
AI Workflows
This directory contains workflow documentation for AI assistants working with this repository.
Contents
- bug-fixing.md: Guidelines for identifying and fixing bugs in the codebase
- code-review.md: Standards and procedures for reviewing code changes
- dev-prefs-memory.md: Persistent memory of developer preferences
- feature-development.md: Process for developing new features
- folder-structure.md: Documentation of the plugin's folder structure and naming conventions
- git-workflow.md: Detailed git workflow and branch management guidelines
- incremental-development.md: Time-efficient approach for incremental development and testing
- local-env-vars.md: Local development environment paths and URLs
- multi-repo-workspace.md: Guidelines for working in workspaces with multiple repositories
- release-process.md: Steps for preparing and publishing new releases
- wiki-documentation.md: Guidelines for maintaining wiki documentation
These documents help ensure consistent quality and approach when using AI tools to assist with development tasks.