From 33014e3eedd1e8dd3d446974e73adc7a9b3ec24c Mon Sep 17 00:00:00 2001 From: A <258483684+la14-1@users.noreply.github.com> Date: Tue, 17 Mar 2026 05:51:51 -0700 Subject: [PATCH] docs: add cmd-link.test.ts to test README index (#2705) cmd-link.test.ts was added but omitted from the test file index in README.md. This keeps the index accurate as a reference for all 68 test files. Co-authored-by: spawn-qa-bot Co-authored-by: Claude Sonnet 4.6 --- packages/cli/src/__tests__/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/__tests__/README.md b/packages/cli/src/__tests__/README.md index 4dfde929..c9a5556f 100644 --- a/packages/cli/src/__tests__/README.md +++ b/packages/cli/src/__tests__/README.md @@ -33,6 +33,7 @@ bun test src/__tests__/manifest.test.ts - `commands-update-download.test.ts` — `cmdUpdate`, script download and execution - `cmd-feedback.test.ts` — `spawn feedback` command: empty message rejection, URL construction - `cmd-fix.test.ts` — `spawn fix` command: SSH connection repair via DI-injected runScript +- `cmd-link.test.ts` — `spawn link` command: TCP reachability check, SSH agent detection via DI ### Commands: error paths - `commands-error-paths.test.ts` — Validation failures, unknown agents/clouds, prompt rejection