Stop syncing repo-local Codex skill

This commit is contained in:
Paul Bakaus
2026-04-13 14:15:34 -07:00
parent 4092ee5f22
commit 59bb3d35a5
2 changed files with 1 additions and 382 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ async function build() {
generateCFConfig(buildDir);
// Copy all provider outputs to project root for local testing
const syncConfigs = Object.values(PROVIDERS);
const syncConfigs = Object.values(PROVIDERS).filter(({ configDir }) => configDir !== '.codex');
for (const { provider, configDir } of syncConfigs) {
const skillsSrc = path.join(DIST_DIR, provider, configDir, 'skills');