Files
wp-fix-plugin-does-not-exis…/.ai-workflows
marcus 18cf60c2a4 fix: correct case-sensitive require_once paths and add AGENTS.md (#14)
* fix: correct case-sensitive require_once paths and add AGENTS.md for AI guidance

- Fix includes/plugin.php -> includes/Plugin.php in main plugin file
- Fix includes/core.php -> includes/Core.php in includes/Plugin.php
  (Linux case-sensitive filesystems fail silently on macOS; runtime bug on production)
- Fix .ai-workflows/folder-structure.md: update class files to PascalCase,
  remove references to non-existent admin/ subdirectories (images/, partials/,
  settings/, tools/) that caused read:file_not_found errors in AI sessions
- Add AGENTS.md with authoritative file map to reduce AI agent errors:
  edit:not_read_first, bash:other, edit:edit_stale_read, read:file_not_found

Resolves #13

* fix: markdown formatting in AGENTS.md (Codacy MD022/MD032)
2026-04-22 09:57:41 +01:00
..

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.