fix(ql3): bind post-apply target baseline

This commit is contained in:
whyour
2026-08-30 21:11:47 +08:00
parent 419e1bc141
commit 784e77a971
10 changed files with 651 additions and 29 deletions
+2 -2
View File
@@ -207,10 +207,10 @@ test('current QL3 workspace has exactly eighteen reviewed package boundaries', (
rootSourceFileRoles: localOwnerCli.rootSourceFileRoles,
},
{
sourceFiles: 189,
sourceFiles: 190,
rootSourceFiles: 1,
rootSourceLines: 50,
nestedSourceFiles: 188,
nestedSourceFiles: 189,
rootSourceFileRoles: { 'cli.ts': 'binary_entry' },
},
);