-
Notifications
You must be signed in to change notification settings - Fork 3
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.