feat: /retro global — cross-project retro using discovery engine

Adds Global Retrospective Mode to the /retro skill. When invoked as
`/retro global`, skips the repo-scoped retro and instead uses
gstack-global-discover to find all AI coding sessions across all tools,
then runs git log on each discovered repo for a unified cross-project
retrospective with global shipping streak and context-switching metrics.
This commit is contained in:
Garry Tan
2026-03-22 02:04:25 -07:00
parent 9f2d6273c1
commit 4000ac0a36
4 changed files with 624 additions and 6 deletions
+3
View File
@@ -80,6 +80,9 @@ export const E2E_TOUCHFILES: Record<string, string[]> = {
'retro': ['retro/**'],
'retro-base-branch': ['retro/**'],
// Global discover
'global-discover': ['bin/gstack-global-discover.ts', 'test/global-discover.test.ts'],
// Document-release
'document-release': ['document-release/**'],