feat(sdk): initial package bootstrap for SDK (#18861)

This commit is contained in:
Michael Bleigh
2026-02-12 22:08:27 -08:00
committed by GitHub
parent d82f66973f
commit bed3eae0e1
14 changed files with 451 additions and 15 deletions
+12
View File
@@ -239,6 +239,18 @@ export default tseslint.config(
],
},
},
{
files: ['packages/sdk/src/**/*.{ts,tsx}'],
rules: {
'no-restricted-imports': [
'error',
{
name: '@google/gemini-cli-sdk',
message: 'Please use relative imports within the @google/gemini-cli-sdk package.',
},
],
},
},
{
files: ['packages/*/src/**/*.test.{ts,tsx}'],
plugins: {