chore: pause work and save context handoff

This commit is contained in:
2026-03-30 07:32:23 +09:00
parent 509d6cae57
commit add7f40894
577 changed files with 90979 additions and 39 deletions

View File

@@ -43,7 +43,8 @@ const gitignoreContent = [
'!.gitignore', // Track this file
'!ui-ux-pro-max/', // Keep manually copied ones
'!browser_use/', // Keep if explicitly placed
'!mini-swe/'
'!mini-swe/',
'!gsd-*/' // Essential for tracking auto-generated GSD commands
].join('\n');
fs.writeFileSync(gitignorePath, gitignoreContent, 'utf8');