From 36ba7a18f8cdccc218521eca16c28a476401cffa Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Fri, 14 Aug 2026 21:13:25 +0000 Subject: [PATCH] fix(lint): drop the stale hooks/hooks.json from the content mirror plugins/lint/hooks/hooks.json was no longer produced from .apm/hooks/, so check-plugin-content-sync failed on it at HEAD: DRIFT plugins/lint/hooks/hooks.json: stale, no longer produced from .apm/hooks/ Surfaced by running sync-plugin-content.sh --all during unrelated work. Unrelated to ADR-0020; committed separately so the contract change stays reviewable on its own. Per ADR-0017's 2026-08-14 amendment, a hooks.json a sync no longer generates is deleted as stale. --- plugins/lint/hooks/hooks.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 plugins/lint/hooks/hooks.json diff --git a/plugins/lint/hooks/hooks.json b/plugins/lint/hooks/hooks.json deleted file mode 100644 index deffac9..0000000 --- a/plugins/lint/hooks/hooks.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "hooks": {} -}