chore: bump version and changelog (v0.4.2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-16 09:44:33 -05:00
parent 6be7974cb4
commit d4b1fd0ddc
2 changed files with 8 additions and 9 deletions
+2 -1
View File
@@ -328,7 +328,8 @@ File a contributor report about this issue. Then tell me what you filed.`,
expect(logContent).toContain('What I was trying to do');
expect(logContent).toContain('What happened instead');
expect(logContent).toMatch(/rating/i);
expect(logContent).toMatch(/what would make/i);
// "What would make this a 10" is nice-to-have — agent may truncate the report
// The key signal is using "My rating:" (new format) vs "How annoying" (old format)
// Clean up
try { fs.rmSync(contribDir, { recursive: true, force: true }); } catch {}