From 9788d79db11acf282520ea35060484a7b7d6a473 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Fri, 27 Mar 2026 08:38:00 -0600 Subject: [PATCH] test: add design-shotgun touchfile entries and tier classifications design-shotgun-path (gate): verify artifacts go to ~/.gstack/, not .context/ design-shotgun-session (gate): verify repeat-run detection + AskUserQuestion design-shotgun-full (periodic): full round-trip with real design binary Co-Authored-By: Claude Opus 4.6 (1M context) --- test/helpers/touchfiles.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/helpers/touchfiles.ts b/test/helpers/touchfiles.ts index b49f5267..981459b2 100644 --- a/test/helpers/touchfiles.ts +++ b/test/helpers/touchfiles.ts @@ -130,6 +130,11 @@ export const E2E_TOUCHFILES: Record = { 'plan-design-review-no-ui-scope': ['plan-design-review/**', 'scripts/gen-skill-docs.ts'], 'design-review-fix': ['design-review/**', 'browse/src/**', 'scripts/gen-skill-docs.ts'], + // Design Shotgun + 'design-shotgun-path': ['design-shotgun/**', 'design/src/**', 'scripts/resolvers/design.ts'], + 'design-shotgun-session': ['design-shotgun/**', 'scripts/resolvers/design.ts'], + 'design-shotgun-full': ['design-shotgun/**', 'design/src/**', 'browse/src/**'], + // gstack-upgrade 'gstack-upgrade-happy-path': ['gstack-upgrade/**'], @@ -253,6 +258,9 @@ export const E2E_TIERS: Record = { 'plan-design-review-plan-mode': 'periodic', 'plan-design-review-no-ui-scope': 'gate', 'design-review-fix': 'periodic', + 'design-shotgun-path': 'gate', + 'design-shotgun-session': 'gate', + 'design-shotgun-full': 'periodic', // gstack-upgrade 'gstack-upgrade-happy-path': 'gate',