feat: add gemini install target

This commit is contained in:
Affaan Mustafa
2026-03-31 15:13:20 -07:00
parent f056952e50
commit 1744e1ef0e
8 changed files with 81 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
const { createInstallTargetAdapter } = require('./helpers');
module.exports = createInstallTargetAdapter({
id: 'gemini-project',
target: 'gemini',
kind: 'project',
rootSegments: ['.gemini'],
installStatePathSegments: ['ecc-install-state.json'],
nativeRootRelativePath: '.gemini',
});