Skip to content

Commit 1a83d72

Browse files
committed
fix(import-markdown): CI測試登記 + .md目錄skip保護
- cli.ts: 讀檔前先stat確認isFile(),非檔案skip並log warn - ci-test-manifest.mjs: 加入import-markdown.test.mjs到cli-smoke群組 - import-markdown.test.mjs: 新增測試『skip .md directory』 Ref: PR #482 issuecomment-4229349438 (app3apps)
1 parent 4a9c2e7 commit 1a83d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/verify-ci-test-manifest.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const EXPECTED_BASELINE = [
2121
{ group: "core-regression", runner: "node", file: "test/strip-envelope-metadata.test.mjs", args: ["--test"] },
2222
{ group: "cli-smoke", runner: "node", file: "test/cli-smoke.mjs" },
2323
{ group: "cli-smoke", runner: "node", file: "test/functional-e2e.mjs" },
24+
{ group: "cli-smoke", runner: "node", file: "test/import-markdown/import-markdown.test.mjs", args: ["--test"] },
2425
{ group: "core-regression", runner: "node", file: "test/retriever-rerank-regression.mjs" },
2526
{ group: "core-regression", runner: "node", file: "test/smart-memory-lifecycle.mjs" },
2627
{ group: "core-regression", runner: "node", file: "test/smart-extractor-branches.mjs" },

0 commit comments

Comments
 (0)