ai fix-03

This commit is contained in:
2026-05-10 21:57:55 +02:00
parent 1e22844023
commit 52cdfe47b8
3 changed files with 64 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const { openApiDocument } = require("./swagger/openapi");
const publicDir = path.join(__dirname, "..", "public");
const skillFilePaths = [
path.join(__dirname, "..", "SKILL.md"),
path.join(publicDir, "SKILL.md"),
path.join(__dirname, "SKILL.md"),
path.join(__dirname, "..", ".idea", "SKILL.md"),