Skip to content

File path bugs #47

@ericelliott

Description

@ericelliott

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions