feat(gstack2): port 6 judgment overlays (#1102 #1049 #592 #696 #1523 #1053)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude
2026-07-21 19:19:23 -07:00
parent 268e9ed10b
commit d72133e18e
30 changed files with 503 additions and 40 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ describe('GStack 2 skill parity', () => {
const result = runParity();
expect(result.sources).toBe(55);
expect(result.sections).toBe(16);
expect(result.regressions).toBe(16);
expect(result.regressions).toBe(22);
}, 30_000);
test('keeps image generation host-native, optional, and provider-free', () => {