Decision Log
Generated with timbers draft decision-log --last 20 | claude -p --model opus ADR-1: Per-repo .timbersignore for skip-rule extension, placed at repo root Status: Accepted Date: 2026-05-02 Context: The hardcoded default skip list (built into the binary) could not cover every repo’s housekeeping needs — vendor directories, lockfiles, custom dependency paths vary by ecosystem. Operators needed a way to opt-out additional patterns without code changes, while keeping the defaults safe and unconfigurable. The initial location for the config file (.timbers/.timbersignore) was a dotfile inside a dot-directory — nonstandard relative to .gitignore, .dockerignore, .npmignore, all of which sit at the repo root. ...