default to per-project instead of global
This commit is contained in:
parent
62e0b0ba52
commit
79855b2c4c
|
|
@ -309,7 +309,7 @@ class CodexSetup extends BaseIdeSetup {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
getCodexSkillsDir(projectDir = null, location = 'global') {
|
getCodexSkillsDir(projectDir = null, location = 'project') {
|
||||||
if (location === 'project' && projectDir) {
|
if (location === 'project' && projectDir) {
|
||||||
return path.join(projectDir, '.agents', 'skills');
|
return path.join(projectDir, '.agents', 'skills');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue