From 370556ffe66709cd6c33c1b2667ae19c32c42f8a Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Sun, 9 Aug 2026 17:04:05 -0700 Subject: [PATCH] Ignore other harnesses' generated config before it appears These directories are empty today, so git shows nothing and the gap is invisible. The moment the sync writes into one, a routine running git add -A commits another harness's generated config, and the harness audit then fails after the fact rather than before it. Paths are the canonical untrackedConsumerPaths list, anchored to the repo root so a same-named source file deeper in the tree is not caught. Co-Authored-By: Claude Opus 5 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 598c94d..5690373 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,12 @@ gfpgan/ # Local evaluation data .local-eval/ + +# Other harnesses' generated config. Claude's sync owns these; a committed copy +# is a second source nobody reconciles. Anchored so a same-named source file +# deeper in the tree is not caught. +/.agents/ +/.codex/ +/.opencode/ +/opencode.json +/opencode.jsonc