What's wrong with this entry?
Anonymous. No account, no email.
- Directory removal is now more robust — uses a single
rmdircall and handlesENOTDIR/ENOENT/ENOTEMPTYerrors gracefully instead of manually checking if a directory is empty first (search for"Could not remove directory at") - Lock acquisition failure logging simplified — always wraps errors with a
causechain instead of conditionally stringifying (search for"NON-FATAL: Lock acquisition failed") - Skill usage tracking now debounces writes with a minimum interval, preventing rapid config updates when a skill is invoked repeatedly (search for
"skillUsage"inbI8()) - SwarmPermissionPoller now validates and drops malformed permission update entries with a warning instead of crashing (search for
"[SwarmPermissionPoller] Dropping malformed permissionUpdate") - Advisor feedback message wording corrected: "will apply the feedback" (was: "will now apply the feedback.") (search for
"Advisor has reviewed the conversation and will apply the feedback")