Skip to content

Broken relative links in react-best-practices AGENTS.md #254

Description

@70928manson

Description

Some relative links in skills/react-best-practices/AGENTS.md appear to be broken because the referenced rule files have been moved under the rules/ directory.

Broken links found

  • Defer Await Until Needed

    • Current: ./async-defer-await.md
    • Expected: ./rules/async-defer-await.md
  • Check Cheap Conditions Before Async Flags

    • Current: ./async-cheap-condition-before-await.md
    • Expected: ./rules/async-cheap-condition-before-await.md
  • Hoist Static I/O to Module Level

    • Current: ./server-hoist-static-io.md
    • Expected: ./rules/server-hoist-static-io.md

Proposed fix

Update the affected relative links in skills/react-best-practices/AGENTS.md to include the rules/ path prefix.

Metadata

Metadata

Assignees

No one assigned

    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