summaryrefslogtreecommitdiff
path: root/packages/core
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-06-21 08:43:01 -0700
committerGitHub <[email protected]>2025-06-21 16:43:01 +0100
commitf9b2a3373257fb419d1fb9fd5a78da5a6c574759 (patch)
treec3d166676b5c1ce85bc0ee04d2e50b1d916d4ddd /packages/core
parent52afcb3a1233237b07aa86b1678f4c4eded70800 (diff)
Remove packages/cli/README.md (#1278)
Diffstat (limited to 'packages/core')
-rw-r--r--packages/core/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/core/README.md b/packages/core/README.md
deleted file mode 100644
index f0372920..00000000
--- a/packages/core/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-Nested package template. Either fill this out with "backend" functionality or create similar packages that you want built separate from the CLI.
-
-To use this package from another dependent package in this monorepo:
-
-1. Add `"@gemini-cli/core"` to the dependent package's `package.json`
-1. Import a dependency by calling `import { } from "@gemini-cli/core"`