feat(FN-1621): merge fusion/fn-1621

This commit is contained in:
gsxdsm
2026-04-12 19:16:21 -07:00
parent 2797ea3777
commit c9c5bbf788
10 changed files with 219 additions and 12 deletions

View File

@@ -2377,6 +2377,8 @@ describe("Mission API", () => {
"Scoped Mission",
scopedRootDir,
{ "mission-interview-system": "Scoped mission interview prompt" },
undefined,
undefined,
);
});
@@ -2462,6 +2464,8 @@ describe("Mission API", () => {
"Default Mission",
"/fake/root",
{},
undefined,
undefined,
);
});