markdown-link-skip-patterns.txt 656 B

12345678910111213141516171819202122232425
  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 external and anchor links (also filtered in code, kept for clarity).
  15. ^https?://
  16. ^mailto:
  17. ^#
  18. # Temporary legacy exclusions (to keep CI green while docs are migrated).
  19. ^\.opencode/context/openagents-repo/.+?\.md$
  20. ^\.opencode/command/prompt-engineering/.+?\.md$
  21. ^\.opencode/agent/meta/.+?\.md$
  22. ^\.opencode/command/openagents/.+?\.md$