mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-04 14:47:45 +00:00
65c656a4a2
* refactor: research - move domain to repository root * ci: links - exclude unstable external endpoints * fix: research - align git path governance * chore: research - assign code ownership * docs: readme - surface key assets * docs: readme - rename glue coding badge * docs: readme - rename research badge * docs: readme - rename enterprise architecture badge * fix: ai-citation - enforce canonical repository identity * docs: add OpenCode assisted config in manual network setup * ci: skip unstable affiliate service links in link-checker * fix: ci - skip unstable bybit link in link checker --------- Co-authored-by: tradecatlabs <288998340+tradecatlabs@users.noreply.github.com>
47 lines
1.7 KiB
TOML
47 lines
1.7 KiB
TOML
# Lychee link checker configuration for GitHub Actions.
|
|
#
|
|
# The repository checks first-party Markdown links with scripts/check-local-links.py.
|
|
# Lychee is reserved for public external links and first-party Markdown that should
|
|
# be visible to readers. Generated tools, external snapshots and login-only pages
|
|
# are excluded here instead of being repeated in workflow YAML.
|
|
|
|
timeout = 20
|
|
max_retries = 3
|
|
retry_wait_time = 2
|
|
max_concurrency = 32
|
|
|
|
exclude_path = [
|
|
'^\.history(/|$)',
|
|
'^\.github/wiki(/|$)',
|
|
'^node_modules(/|$)',
|
|
'^docs/references/sources(/|$)',
|
|
# This architecture blueprint contains many official external references
|
|
# whose CDNs can timeout from GitHub-hosted runners. Internal links and
|
|
# executable artifacts remain covered by scripts/check-local-links.py.
|
|
'^docs/references/modern-enterprise-architecture-template\.md$',
|
|
'^tools/external(/|$)',
|
|
'^tools/chat-vault(/|$)',
|
|
'^tools/prompts-library(/|$)',
|
|
'^skills/claude-official-skills(/|$)',
|
|
'^skills/auto-tmux/assets/(oh-my-tmux|tmux-src)(/|$)',
|
|
'^skills/auto-skill/scripts/(Skill_Seekers-development|skill-seekers-src|skill-seekers-configs)(/|$)',
|
|
]
|
|
|
|
exclude = [
|
|
'^https://chatgpt\.com.*',
|
|
'^https://claude\.ai.*',
|
|
'^https://app\.augmentcode\.com.*',
|
|
'^https://platform\.openai\.com.*',
|
|
'^https://openai\.com/index/.*',
|
|
'^https://user-images\.githubusercontent\.com.*',
|
|
'^https://notebooklm\.google\.com.*',
|
|
'^https://zread\.ai/.*',
|
|
'^https://api\.star-history\.com/.*',
|
|
'^https://philpapers\.org/rec/GOOSCT$',
|
|
'^https://www\.contributor-covenant\.org.*',
|
|
'^https://javabetter\.cn/.*',
|
|
'^https://xn--9kqz23b19z\.com/.*',
|
|
'^https://opencode\.ai/go\?ref=FF7EBR5TKW.*',
|
|
'^https://www\.bybit\.com/.*',
|
|
]
|