fix(codex): install skills under .agents

This commit is contained in:
Kc 2026-07-27 12:16:38 +08:00
parent 1307d97a72
commit 3321626663
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"displayName": "Codex",
"installType": "full",
"folderStructure": {
"root": ".codex",
"root": ".agents",
"skillPath": "skills/ui-ux-pro-max",
"filename": "SKILL.md"
},

View File

@ -94,7 +94,7 @@ export function getAITypeDescription(aiType: AIType): string {
case 'kiro':
return 'Kiro (.kiro/steering/)';
case 'codex':
return 'Codex (.codex/skills/)';
return 'Codex (.agents/skills/)';
case 'roocode':
return 'RooCode (.roo/skills/)';
case 'qoder':

View File

@ -3,7 +3,7 @@
"displayName": "Codex",
"installType": "full",
"folderStructure": {
"root": ".codex",
"root": ".agents",
"skillPath": "skills/ui-ux-pro-max",
"filename": "SKILL.md"
},