fix(watch): debounce fsnotify events, backfill archives, resilient walk

Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-07-03 13:52:17 +00:00
committed by GitHub
co-authored by Belphemur
parent e1e8ea92c1
commit 69c1a37577
4 changed files with 334 additions and 14 deletions
+1
View File
@@ -14,6 +14,7 @@ This repository contains AI-agent oriented project context.
- Logging: zerolog
- Error wrapping: `fmt.Errorf("context: %w", err)`
- Prefer small, focused changes.
- Commit messages: follow [Conventional Commits](https://www.conventionalcommits.org/) (e.g. `fix(watch): debounce fsnotify events`, `docs: clarify commit convention`).
## Areas to know