diff --git a/src/resources/extensions/sf/auto-prompts.js b/src/resources/extensions/sf/auto-prompts.js index a4758c6d5..6fe88cfd8 100644 --- a/src/resources/extensions/sf/auto-prompts.js +++ b/src/resources/extensions/sf/auto-prompts.js @@ -6,7 +6,7 @@ * utility. */ import { existsSync } from "node:fs"; -import { basename } from "node:path"; +import { basename, join } from "node:path"; import { getLoadedSkills } from "@singularity-forge/coding-agent"; import { getAutoSession } from "./auto/session.js"; import { buildExtractionStepsBlock } from "./commands-extract-learnings.js";