Merge remote-tracking branch 'origin/main' into garrytan/gstacklite-split

This commit is contained in:
Garry Tan
2026-04-14 10:53:28 -07:00
38 changed files with 1168 additions and 53 deletions
+1
View File
@@ -143,6 +143,7 @@ describe('Command registry consistency', () => {
const validKeys = new Set([
'interactive', 'compact', 'depth', 'selector',
'diff', 'annotate', 'outputPath', 'cursorInteractive',
'heatmap',
]);
for (const flag of SNAPSHOT_FLAGS) {
expect(validKeys.has(flag.optionKey)).toBe(true);