[WARN] HOLD_TO_SILENCE_MS mismatch: Config.h says 2000, docs say 3000 #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Problem
Config.hdefinesHOLD_TO_SILENCE_MS = 2000butAGENTS.mddocuments it as 3000ms.This creates documentation confusion and potential user expectation mismatch.
Affected files:
libraries/KlubhausCore/src/Config.hline ~12AGENTS.md(Config Constants section)Fix
Align documentation with code or change constant to match docs.