You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/rules/tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,5 @@
26
26
27
27
| Tool | Version | Role | Constraints |
28
28
|---|---|---|---|
29
-
| lychee | 0.x (via lychee-action) | Automated link validation (GitHub Actions) | Configuration in `lychee.toml`. Do not run link checks locally with `curl` or `wget`. Weekly scheduled scan + PR checks. |
29
+
| lychee | 0.x (via lychee-action) | Automated link validation (GitHub Actions) | Configuration in `lychee.toml` (domain patterns) and `.lycheeignore` (individual URLs). Does NOT support inline HTML comments (`<!-- markdown-link-check-disable -->`). See `.claude/rules/link-checking.md` for strategy. Weekly scheduled scan + PR checks. |
30
30
| lychee-action | v2.8.0 | GitHub Actions integration for lychee | Used in `.github/workflows/` for link checking |
0 commit comments