feat(ql3): add cluster manual run retry authority

This commit is contained in:
whyour
2026-08-12 06:30:52 +08:00
parent 6b7f8913b5
commit e38b143dbb
8 changed files with 1417 additions and 4 deletions
+2 -2
View File
@@ -421,10 +421,10 @@ test('current QL3 workspace has exactly eighteen reviewed package boundaries', (
rootSourceFileRoles: clusterPostgres.rootSourceFileRoles,
},
{
sourceFiles: 149,
sourceFiles: 150,
rootSourceFiles: 1,
rootSourceLines: 125,
nestedSourceFiles: 148,
nestedSourceFiles: 149,
rootSourceFileRoles: { 'index.ts': 'public_export' },
},
);