From dc5cf1ff782d3f1e0c2a6fab4d8e67981c7a3772 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 23 Apr 2026 14:11:16 -0700 Subject: [PATCH] Mark hooks schema fixtures as generated (#19194) ## Summary - mark generated hooks schema fixture JSON as linguist-generated - keep the app-server protocol generated schema marking unchanged ## Validation - `git check-attr linguist-generated -- codex-rs/hooks/schema/generated/post-tool-use.command.output.schema.json` Co-authored-by: Codex --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 0f1c1b413..57c5fe6e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ codex-rs/app-server-protocol/schema/** linguist-generated +codex-rs/hooks/schema/generated/** linguist-generated