{ "name": "fix-plugin-does-not-exist-notices", "description": "WordPress plugin to fix 'Plugin file does not exist' notices", "schema_version": "1.0.0", "_comment": "This configuration file is used by AI tools that support the .aiconfig format. It defines model preferences and ignore patterns for AI context. You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log", "ignore_patterns": [ ".ai-tmp/" ], "models": { "default": "gpt-4o", "code_generation": "gpt-4o", "code_explanation": "gpt-4o", "documentation": "gpt-4o" }, "settings": { "temperature": 0.2, "max_tokens": 4000 } }