src/mcp/server.ts:563 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(join(coursesDir, 'course.yaml'), course_yaml, 'utf-8');
src/mcp/server.ts:572 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(join(levelDir, scenario.filename), scenario.content, 'utf-8');
src/cli/setup.ts:88 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(ENV_FILE, content);
src/cli/setup.ts:94 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(ENV_FILE, `${content}${newLine}${envVar}=${value}\n`);src/recorder/report.ts:177 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(outputPath, lines.join('\n'), 'utf-8');src/generator/skill-generator.ts:436 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(skillPath, content, 'utf-8');
src/generator/course-generator.ts:704 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(
src/generator/course-generator.ts:724 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(