From 1fa143b4aa0a6c520815fea7137b9ee53ed3b2cf Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:30:51 +0100 Subject: [PATCH] Fix case of readme.md file in .ai-workflows directory --- .ai-workflows/dev-prefs-memory.md | 5 +++++ .ai-workflows/{README.md => readme.md} | 1 + 2 files changed, 6 insertions(+) rename .ai-workflows/{README.md => readme.md} (90%) diff --git a/.ai-workflows/dev-prefs-memory.md b/.ai-workflows/dev-prefs-memory.md index 980109c..865525d 100644 --- a/.ai-workflows/dev-prefs-memory.md +++ b/.ai-workflows/dev-prefs-memory.md @@ -55,3 +55,8 @@ This document serves as a persistent memory for developer preferences establishe - Use a specific formatting style for the CHANGELOG.md file, using #### for section headings - When updating plugin versions, remember to update language files (POT/PO) - Comment out redundant code during testing + +### Potential AI Assised IDE Issues + +- Check for non-standard local terminal commandline customisations that might not be understood by the AI IDE in its terminal useage and cause errors in execution or confusion in not seeing expected results, and advise on how to resolve +- Check for non-standard or multiple python and node.js versions, including homebrew versions, that might not be understood by the AI IDE in its terminal useage and cause errors in execution or confusion in not seeing expected results, and advise on how to resolve \ No newline at end of file diff --git a/.ai-workflows/README.md b/.ai-workflows/readme.md similarity index 90% rename from .ai-workflows/README.md rename to .ai-workflows/readme.md index 2b16211..165b0e1 100644 --- a/.ai-workflows/README.md +++ b/.ai-workflows/readme.md @@ -6,6 +6,7 @@ This directory contains workflow documentation for AI assistants working with th - **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 - **local-env-vars.md**: Local development environment paths and URLs