markdown-link-skip-patterns.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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$
  23. # Pre-existing broken links in example/template files (to be fixed separately)
  24. ^\.opencode/agent/subagents/core/task-manager\.md$
  25. ^\.opencode/agent/subagents/planning/adr-manager\.md$
  26. ^\.opencode/command/add-context\.md$
  27. ^\.opencode/context/core/context-system/guides/creation\.md$
  28. ^\.opencode/context/core/context-system/standards/structure\.md$
  29. ^\.opencode/context/core/task-management/guides/splitting-tasks\.md$
  30. ^\.opencode/context/core/visual-development\.md$
  31. ^\.opencode/context/core/workflows/design-iteration-best-practices\.md$
  32. ^\.opencode/context/core/workflows/design-iteration-stage-animation\.md$
  33. ^\.opencode/context/core/workflows/lightweight-context-handoff-example\.md$
  34. ^\.opencode/context/core/workflows/lightweight-context-handoff\.md$
  35. ^\.opencode/context/core/workflows/session-context-pattern\.md$
  36. ^\.opencode/context/development/frontend/when-to-delegate\.md$
  37. ^\.opencode/context/ui/web/animation-advanced\.md$
  38. ^\.opencode/context/ui/web/animation-basics\.md$
  39. ^\.opencode/context/ui/web/animation-forms\.md$
  40. ^\.opencode/context/ui/web/design/guides/premium-dark-ui-advanced\.md$