markdown-link-skip-patterns.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Ignore placeholders and template rules.
  2. \{.*\}
  3. \*
  4. # Ignore common template path placeholders.
  5. literal:path/to/
  6. literal:another/file
  7. literal:optional/file
  8. literal:category/
  9. literal:/your-
  10. literal:/my-
  11. literal:/existing-
  12. literal:.opencode/command/build-context-system.md
  13. literal:.opencode/command/validate-repo.md
  14. # Ignore example placeholder paths (intentional non-existent files for documentation)
  15. literal:.opencode/context/file.md
  16. literal:.opencode/context/security/auth-patterns.md
  17. literal:.opencode/context/architecture/ddd-patterns.md
  18. literal:.opencode/context/architecture/patterns.md
  19. literal:.opencode/context/core/story-mapping/guide.md
  20. literal:.opencode/context/core/prioritization/scoring.md
  21. literal:.opencode/context/core/standards/naming-conventions.md
  22. literal:.opencode/context/development/backend/auth/jwt-patterns.md
  23. # Ignore external and anchor links (also filtered in code, kept for clarity).
  24. ^https?://
  25. ^mailto:
  26. ^#
  27. # Temporary legacy exclusions (to keep CI green while docs are migrated).
  28. ^\.opencode/context/openagents-repo/.+?\.md$
  29. ^\.opencode/command/prompt-engineering/.+?\.md$
  30. ^\.opencode/agent/meta/.+?\.md$
  31. ^\.opencode/command/openagents/.+?\.md$