mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-15 09:36: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/opencode-home.js
Normal file
10
scripts/lib/install-targets/opencode-home.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const { createInstallTargetAdapter } = require('./helpers');
|
||||
|
||||
module.exports = createInstallTargetAdapter({
|
||||
id: 'opencode-home',
|
||||
target: 'opencode',
|
||||
kind: 'home',
|
||||
rootSegments: ['.opencode'],
|
||||
installStatePathSegments: ['ecc-install-state.json'],
|
||||
nativeRootRelativePath: '.opencode',
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue