changed folder structures to make it easier for users

This commit is contained in:
Paul Bakaus
2025-11-16 19:00:27 -08:00
parent 89d179143b
commit 2e5d653273
83 changed files with 66 additions and 49 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { cleanDir, ensureDir, writeFile } from '../utils.js';
*/
export function transformCodex(commands, skills, distDir) {
const codexDir = path.join(distDir, 'codex');
const promptsDir = path.join(codexDir, 'prompts');
const promptsDir = path.join(codexDir, '.codex/prompts');
cleanDir(codexDir);
ensureDir(promptsDir);