Commit Graph

20 Commits

Author SHA1 Message Date
marcus c47b83a75e docs: generalize health dashboard runbook paths 2026-05-11 14:36:16 +01:00
marcus 796d4ae381 docs: clarify health dashboard remediation (#35) 2026-05-10 08:57:31 +01:00
marcus 5d3ec80907 Resolve supervisor dashboard freshness alert (#32) (#33)
* wip: preserve worker changes on abnormal exit

* docs: document health dashboard remediation

* chore: drop restored metadata marker
2026-05-10 01:43:21 +01:00
marcus b0bb363f99 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
2026-04-22 21:14:11 +01:00
marcus 17de1949ae fix: correct AI workflow doc file references to prevent read:file_not_found errors
- 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.
2026-04-22 21:09:42 +01:00
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
marcus eb711db17d Add documentation for working in multi-repository workspaces to prevent feature hallucination 2025-04-17 04:25:30 +01:00
marcus 9afa732c20 Update AI assistant documentation for wiki management 2025-04-17 04:12:01 +01:00
marcus caa9207374 Version 2.3.0 - Improved development workflow documentation
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-16 19:23:46 +01:00
marcus 1fa143b4aa Fix case of readme.md file in .ai-workflows directory 2025-04-14 23:30:51 +01:00
marcus e3960f8514 Version 2.2.4 - Add developer preferences memory file and update documentation 2025-04-14 23:20:19 +01:00
marcus fdf2860c10 Version 2.2.3 - Improved folder structure and organization 2025-04-14 22:56:11 +01:00
marcus f0c940bf49 Move admin-specific files to admin/lib directory and update references 2025-04-14 22:47:10 +01:00
marcus 0a6279a508 Add folder structure documentation and standardize folder naming 2025-04-14 22:41:53 +01:00
marcus ef3108113e Update documentation to ensure README.md changelog is maintained 2025-04-14 22:33:59 +01:00
marcus e4c70b5711 Version 2.2.2-stable - Cleanup and improvements 2025-04-14 22:28:37 +01:00
marcus c73964888b Update release workflow documentation to reflect current best practices
ci/woodpecker/push/woodpecker Pipeline failed
2025-04-14 21:38:37 +01:00
marcus eac794c54a Improve Choose Update Source feature based on feedback
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
Plugin Asset Update / Push assets to WordPress.org (push) Has been cancelled
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
2025-04-13 14:27:26 +01:00
marcus 389dc98a03 Prepare release v2.1.0
ci/woodpecker/push/woodpecker Pipeline is pending
Plugin Asset Update / Push assets to WordPress.org (push) Has been cancelled
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-13 05:38:01 +01:00
marcus f315c943e5 Initial commit after renaming from fix-plugin-does-not-exist-notices to wp-fix-plugin-does-not-exist-notices 2025-04-12 22:53:28 +01:00