mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-19 03:24:10 +02:00
feat: orchestration harness, selective install, observer improvements
This commit is contained in:
parent
424f3b3729
commit
4e028bd2d2
76 changed files with 11050 additions and 340 deletions
10
scripts/lib/install-targets/cursor-project.js
Normal file
10
scripts/lib/install-targets/cursor-project.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const { createInstallTargetAdapter } = require('./helpers');
|
||||
|
||||
module.exports = createInstallTargetAdapter({
|
||||
id: 'cursor-project',
|
||||
target: 'cursor',
|
||||
kind: 'project',
|
||||
rootSegments: ['.cursor'],
|
||||
installStatePathSegments: ['ecc-install-state.json'],
|
||||
nativeRootRelativePath: '.cursor',
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue