()
| 304 | } |
| 305 | |
| 306 | function getCodexHome(): string { |
| 307 | return resolve(process.env.CODEX_HOME || join(homedir(), '.codex')) |
| 308 | } |
| 309 | |
| 310 | async function getFormKitSkillSourceDir(): Promise<string> { |
| 311 | const fileUrl = new URL('../assets/skills/formkit', import.meta.url) |
no outgoing calls
no test coverage detected