refactor: remove duplicate authoring scene

This commit is contained in:
lda
2026-07-13 13:43:59 +07:00 Verified
parent 7fc706f6f4
commit 801f82b3b3
11 changed files with 98 additions and 414 deletions
@@ -146,6 +146,15 @@ describe("defense storyboard catalog", () => {
"mcp-agent-scale",
"not-just-scripts",
]);
expect(
discussionBranches
.filter((branch) => branch.parentSceneId === "prepared-lifecycle")
.map((branch) => branch.id),
).toEqual(expect.arrayContaining([
"raw-plan-import",
"validation-diagnostics",
"why-schemas",
]));
for (const branch of discussionBranches) {
expect(branch.title.length).toBeGreaterThan(0);
expect(branch.summary.length).toBeGreaterThan(0);