test(opencode): align repair fixtures with canonical home

This commit is contained in:
haelyra
2026-08-24 20:17:03 -04:00
parent 2c5a91a1d6
commit d0e14ed8f6
+1 -1
View File
@@ -100,7 +100,7 @@ function writeCursorState(projectRoot, overrides = {}) {
}
function createOpencodeStateOptions(homeDir, overrides = {}) {
const targetRoot = overrides.targetRoot || path.join(homeDir, '.opencode');
const targetRoot = overrides.targetRoot || path.join(homeDir, '.config', 'opencode');
const installStatePath = overrides.installStatePath || path.join(targetRoot, 'ecc-install-state.json');
return {