f1d43995fc
Extract user-facing URLs from packages/kilo-vscode/ and packages/opencode/src/ into a markdown file that lychee can check for broken links. Reuses the same Kilo-Org/lychee-action used by the docs link checker. - script/extract-source-links.ts: Bun script that greps TS/TSX/JS/JSX source files and filters out API endpoints, localhost, examples, templates, vendored code, tests, and stories - script/source-links-lychee.toml: lychee config with exclusions for sites that block automated checks (GitHub, OpenAI, etc.) - .github/workflows/source-check-links.yml: CI job that runs on PRs touching extension or CLI code, plus weekly scheduled runs