🐛 fix(config): remove racy log.Info in WatchAndApply cancel goroutine #48
Reference in New Issue
Block a user
Delete Branch "fix/race-in-config-watcher"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Race condition introduced by PR #47 (which itself accidentally bundled Mistral autonomous Phase 3.2 work due to a working-directory race condition between Claude and Mistral — Q-038 to be added). Fix removes the informational log call from the cancel-handler goroutine; the flag-set is sufficient.
go test -race ./pkg/config/...now passes. Full BDD green.