diff --git a/README.md b/README.md index e7fd8b844b8a..f63833261497 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,4 @@ The Cody editor extensions work with: - Sourcegraph Cloud - Sourcegraph Enterprise Server (self-hosted) instances on version 5.1 or later +Hello World diff --git a/agent/README.md b/agent/README.md index 6d7e83a00360..1bdc0e60dc2c 100644 --- a/agent/README.md +++ b/agent/README.md @@ -168,3 +168,4 @@ update-agent-recordings` to clean unused recordings. fix is to remove dependencies on `vitest` from the agent bundle. Vitest depends on the `p-limit` npm package, which uses `#async_hooks` that we currently don't handle in the ESBuild config. +Hello World diff --git a/agent/src/__tests__/chat-response-quality/README.md b/agent/src/__tests__/chat-response-quality/README.md index 1a09a37ca3d3..ff4dee6aaf07 100644 --- a/agent/src/__tests__/chat-response-quality/README.md +++ b/agent/src/__tests__/chat-response-quality/README.md @@ -148,3 +148,4 @@ $ git diff gerrit/master -- ':(exclude)vendor/' ':(exclude)Gopkg*' # DISCLAIMER This is not an official Google product +Hello World diff --git a/agent/src/__tests__/graph-test/README.md b/agent/src/__tests__/graph-test/README.md index 6223682df22e..5d29c3e7d104 100644 --- a/agent/src/__tests__/graph-test/README.md +++ b/agent/src/__tests__/graph-test/README.md @@ -1,3 +1,4 @@ Input files for Graph Context-relate tests. These are separate from files we use for testing Chat/Commands so that adding a file for Graph Context doesn't fail existing chat/command tests. +Hello World diff --git a/cli/README.md b/cli/README.md index 6ed7ddb997c0..0e1c234b489b 100644 --- a/cli/README.md +++ b/cli/README.md @@ -37,3 +37,4 @@ Issues and PRs appreciated! ## Releases The CLI is built and published as part of the [Cody Agent](../agent/README.md). +Hello World diff --git a/lib/icons/README.md b/lib/icons/README.md index aa04193396c8..2bc237df81d0 100644 --- a/lib/icons/README.md +++ b/lib/icons/README.md @@ -40,3 +40,4 @@ cp font/cody-icons.woff ../../vscode/resources/cody-icons.woff ``` 2. Register the icons in `vscode/package.json` in the `icons` field. +Hello World diff --git a/lib/shared/README.md b/lib/shared/README.md index f9069069e025..c8cca8f00b5f 100644 --- a/lib/shared/README.md +++ b/lib/shared/README.md @@ -1,3 +1,4 @@ # Cody shared library The `@sourcegraph/cody-shared` package contains code that is shared among Cody clients. +Hello World diff --git a/vscode/.storybook/static/vscode-themes/README.md b/vscode/.storybook/static/vscode-themes/README.md index e321af11b513..991aad85d648 100644 --- a/vscode/.storybook/static/vscode-themes/README.md +++ b/vscode/.storybook/static/vscode-themes/README.md @@ -18,3 +18,4 @@ copy( ``` The stylesheet will now be on your pasteboard to paste into the relevant themes file. +Hello World diff --git a/vscode/README.md b/vscode/README.md index 7571ac94a6f3..dd26a60a7dcf 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -78,3 +78,4 @@ Cody Enterprise can search context from your entire remote codebase using Source ## More Information See [https://cody.dev/](https://about.sourcegraph.com/cody?utm_source=marketplace.visualstudio.com&utm_medium=referral) for demos, information and more. +Hello World diff --git a/vscode/src/tree-sitter/query-tests/README.md b/vscode/src/tree-sitter/query-tests/README.md index a2a1eed73719..002c59e6c948 100644 --- a/vscode/src/tree-sitter/query-tests/README.md +++ b/vscode/src/tree-sitter/query-tests/README.md @@ -20,3 +20,4 @@ pnpm vitest --watch vscode/src/tree-sitter/query-tests/**/*.test.ts | - query start position in the source file. █ – query start position in the annotated file. ^ – characters matching the last query result.` +Hello World diff --git a/vscode/test/README.md b/vscode/test/README.md index 54fdb4790ece..e8ae4a73150f 100644 --- a/vscode/test/README.md +++ b/vscode/test/README.md @@ -16,3 +16,4 @@ Cody VScode has four kinds of tests: the VScode UI using Playwright. These cover more code than the integration tests but are harder to write and maintain because they don't have direct access to the Cody extension. Run them with `pnpm test:e2e`. +Hello World diff --git a/vscode/test/e2e/README.md b/vscode/test/e2e/README.md index 7abb67b74715..164226d35026 100644 --- a/vscode/test/e2e/README.md +++ b/vscode/test/e2e/README.md @@ -36,3 +36,4 @@ pnpm test:e2e $TEST_FILE_NAME --debug await page.getByLabel('.vscode', { exact: true }).hover() await page.getByLabel('.vscode', { exact: true }).click() ``` +Hello World diff --git a/vscode/test/fixtures/workspace2/README.md b/vscode/test/fixtures/workspace2/README.md index 9b5edc628321..949c30b73f13 100644 --- a/vscode/test/fixtures/workspace2/README.md +++ b/vscode/test/fixtures/workspace2/README.md @@ -1,2 +1,3 @@ This is a second workspace folder included in `multi-root.code-workspace` used by integration tests in `test/integration/multi-root` for testing in multi-root workspaces. +Hello World diff --git a/vscode/typehacks/README.md b/vscode/typehacks/README.md index a100fb003cb4..1d87a94cc957 100644 --- a/vscode/typehacks/README.md +++ b/vscode/typehacks/README.md @@ -3,3 +3,4 @@ These are additional "type" definitions that can enforce correct usage of certai For example, ensuring that VSCode commands are always registered with a unique cody prefix. These hacks are not part of the normal tsconfig as they would pollute the global scope. They are similarly done written as `ts` not `d.ts` files as Typescript does not respect excludes for `d.ts` files and any import in another project would include the typehacks (unless skipLibCheck=true). +Hello World diff --git a/web/README.md b/web/README.md index 693850aed0f7..641df8f49bb8 100644 --- a/web/README.md +++ b/web/README.md @@ -7,3 +7,4 @@ To run this standalone web app: `pnpm dev`, then open http://localhost:5777 and **Status:** experimental (for development purposes only, not an end-user product) For now, it is OK to break this web app when making other changes to Cody if it seems hard to support. +Hello World