| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # Ignore placeholders and template rules.
- \{.*\}
- \*
- # Ignore common template path placeholders.
- literal:path/to/
- literal:another/file
- literal:optional/file
- literal:category/
- literal:/your-
- literal:/my-
- literal:/existing-
- literal:.opencode/command/build-context-system.md
- literal:.opencode/command/validate-repo.md
- # Ignore external and anchor links (also filtered in code, kept for clarity).
- ^https?://
- ^mailto:
- ^#
- # Temporary legacy exclusions (to keep CI green while docs are migrated).
- ^\.opencode/context/openagents-repo/.+?\.md$
- ^\.opencode/command/prompt-engineering/.+?\.md$
- ^\.opencode/agent/meta/.+?\.md$
- ^\.opencode/command/openagents/.+?\.md$
- # Pre-existing broken links in example/template files (to be fixed separately)
- ^\.opencode/agent/subagents/core/task-manager\.md$
- ^\.opencode/agent/subagents/planning/adr-manager\.md$
- ^\.opencode/command/add-context\.md$
- ^\.opencode/context/core/context-system/guides/creation\.md$
- ^\.opencode/context/core/context-system/standards/structure\.md$
- ^\.opencode/context/core/task-management/guides/splitting-tasks\.md$
- ^\.opencode/context/core/visual-development\.md$
- ^\.opencode/context/core/workflows/design-iteration-best-practices\.md$
- ^\.opencode/context/core/workflows/design-iteration-stage-animation\.md$
- ^\.opencode/context/core/workflows/lightweight-context-handoff-example\.md$
- ^\.opencode/context/core/workflows/lightweight-context-handoff\.md$
- ^\.opencode/context/core/workflows/session-context-pattern\.md$
- ^\.opencode/context/development/frontend/when-to-delegate\.md$
- ^\.opencode/context/ui/web/animation-advanced\.md$
- ^\.opencode/context/ui/web/animation-basics\.md$
- ^\.opencode/context/ui/web/animation-forms\.md$
- ^\.opencode/context/ui/web/design/guides/premium-dark-ui-advanced\.md$
|