mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 04:01:30 +08:00
feat: add gemini install target
This commit is contained in:
@@ -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',
|
||||
});
|
||||
Reference in New Issue
Block a user