From e7d19f6215d0e5b0ae6e61e4db7356c043ff124d Mon Sep 17 00:00:00 2001 From: Conduction Release Bot Date: Tue, 25 Aug 2026 23:37:09 +0200 Subject: [PATCH] chore: ignore agent/test scratch and untrack generated files Part of the 2026-08-25 fleet structure audit (ADR-100 Decision 2: the repository root is a closed set; generated files are never tracked). Ignore rules added: .stale/ /.e2e-state/ .phpunit.cache `.stale/` was missing from ALL 19 fleet repos and is the one that matters most operationally: agent scratch there grew unbounded and filled the dev disk once already. Refs ConductionNL/hydra ADR-100. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 33e4d687c..5f731da4b 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,9 @@ bom-npm.cdx.json # Local MCP server configuration — carries API keys, must never be committed. # A live n8n API key reached the tip tree of 37 local branches before this was added. .mcp.json + +# Agent/test scratch and tool caches — generated, never source. +# Added by the 2026-08-25 fleet hygiene sweep (ADR-100 Decision 2). +.stale/ +/.e2e-state/ +.phpunit.cache