Skip to main content
Version: 0.11.0

REF-001: Import File Not Found - References

Summary

  • Rule ID: REF-001
  • Severity: HIGH
  • Category: References
  • Normative Level: MUST
  • Auto-Fix: No
  • Verified On: 2026-02-04

Applicability

  • Tool: claude-code
  • Version Range: unspecified
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: true
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

# Project

See @docs/nonexistent-file.md for the style guide.

(where docs/nonexistent-file.md does not exist)

Valid

# Project

See @docs/coding-standards.md for style guide.

(where docs/coding-standards.md exists on disk)