Skip to content

Conversation

Copy link

Copilot AI commented Nov 22, 2025

Description

Three AI configuration files contained incorrect file path references that would prevent the AI from locating referenced files.

Changes

  • ai/rules/review.mdc: commit.mdccommit.md (actual file is in ai/commands/)
  • ai/rules/task-creator.mdc: .plan.mdplan.md (no leading dot in actual filename)
  • ai/rules/frameworks/redux/autodux.mdc: ./example.sudoai/rules/frameworks/redux/example.mdc (wrong path and extension)

All referenced files verified to exist at corrected paths.

Original prompt

This section details on the original issue you should resolve

<issue_title>File path bugs</issue_title>
<issue_description>ai/rules/please.mdc:

Bug: Inconsistent file extension reference for commit guide
The commit guide is referenced inconsistently: please.mdc references commit.md while review.mdc references commit.mdc. The actual file is ai/commands/commit.md. This inconsistency will cause review.mdc to fail when attempting to locate the commit guide for validating commit message quality.

ai/rules/task-creator.mdc:

The task creator references the plan file inconsistently: line 62 uses .plan.md (with leading dot) while line 130 uses plan.md (without dot). Other files like please.mdc and ai/commands/plan.md reference plan.md without the dot. This inconsistency will cause the AI to look for the wrong file when adding or removing plans.

ai/rules/frameworks/redux/autodux.mdc:

Bug: Incorrect file path for autodux example
The /example command references ./example.sudo but the actual file is ai/rules/frameworks/redux/example.mdc. Both the path (relative vs actual location) and extension (.sudo vs .mdc) are incorrect, preventing the AI from locating the example when requested.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix file path bugs and inconsistencies Fix incorrect file path references in AI configuration files Nov 22, 2025
Copilot AI requested a review from ericelliott November 22, 2025 01:22
Copilot finished work on behalf of ericelliott November 22, 2025 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File path bugs

2 participants