From e3835151c92b833163ebc93f2365ddf1cbc0dc66 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Fri, 9 Jan 2026 09:44:01 +0100 Subject: [PATCH] fix: Expand spell check dictionary and link check ignore patterns for CI --- .cspell.json | 42 +++++++++++++++++++++++-- .github/markdown-link-check-config.json | 24 ++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/.cspell.json b/.cspell.json index 6ed6e60..d57c3e3 100644 --- a/.cspell.json +++ b/.cspell.json @@ -95,12 +95,50 @@ "readme", "README", "mypy", - "wjhrdy" + "wjhrdy", + "BigQuery", + "Sentry", + "bcherny", + "autoCheckpoint", + "autoEnter", + "backgroundTasks", + "extendedThinking", + "maxConcurrentTasks", + "PostCommit", + "PostToolUse", + "PreCommit", + "PrePush", + "PreToolUse", + "CODEOWNERS", + "PyPI", + "CVSS", + "CWE", + "OWASP", + "unrecognized", + "Dependabot", + "Codecov", + "codecov", + "pytest", + "anyio", + "asyncio", + "beautifulsoup", + "ebooklib", + "httpx", + "pillow", + "tenacity", + "cSpell", + "markdownlint", + "Kroki", + "setuptools", + "configurability", + "proactively", + "Kyrie" ], "ignoreWords": [ "luongnv89", "wjhrdy", - "Cherry" + "Cherry", + "Boris" ], "ignoreRegExpList": [ "code\\{[^}]*\\}", diff --git a/.github/markdown-link-check-config.json b/.github/markdown-link-check-config.json index fda6c51..7669e63 100644 --- a/.github/markdown-link-check-config.json +++ b/.github/markdown-link-check-config.json @@ -11,6 +11,30 @@ { "pattern": "^https://github.com/[^/]+/claude-howto", "comment": "Self-referencing links" + }, + { + "pattern": "^https://docs\\.claude\\.com", + "comment": "Claude docs - URL structure may vary" + }, + { + "pattern": "^https://docs\\.anthropic\\.com", + "comment": "Anthropic docs - May have authentication or access restrictions" + }, + { + "pattern": "^https://code\\.claude\\.com", + "comment": "Claude Code docs - May have dynamic content" + }, + { + "pattern": "^https://plugins\\.claude\\.com", + "comment": "Plugin marketplace - May have access restrictions" + }, + { + "pattern": "^https://medium\\.com", + "comment": "Medium posts - May have paywall or tracking restrictions" + }, + { + "pattern": "^https://modelcontextprotocol\\.io", + "comment": "MCP docs - May have infrastructure limitations" } ], "replacementPatterns": [