Conversation
commit: |
There was a problem hiding this comment.
LGTM — straightforward docs fix replacing a broken link with a working one.
Extended reasoning...
Overview
This PR touches only README.md and docs/index.html, fixing a broken link to tests/e2e (which does not exist in the CopilotKit repo) by replacing it with a GitHub code search URL for llmock. The description text is also updated to more accurately reflect that llmock is used across the test suite, not just E2E tests.
Security risks
None. No code changes, no dependencies, no configuration changes — purely documentation text and link updates.
Level of scrutiny
Minimal scrutiny needed. This is a two-file documentation-only change with clear intent (fix broken link, improve accuracy of description). The new link format (/search?q=llmock&type=code) is a standard GitHub search URL.
Other factors
No bugs were found. No outstanding reviewer comments. The changes are consistent between the two files (README and landing page). The PR is small, self-contained, and mechanical.
## Summary - Fix broken link to `tests/e2e` (path doesn't exist) → link to GitHub code search for `llmock` instead - Update description: CopilotKit uses llmock across its test suite (not just E2E), covering v1 and v2 runtimes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Summary
tests/e2e(path doesn't exist) → link to GitHub code search forllmockinstead🤖 Generated with Claude Code