TODO: Dottie agent config nits — wording fix + PreToolUse hook

todo-dottie-config-nits Todo

todo done

TODO: Dottie agent config nits — wording fix + PreToolUse hook

Problem

QA review of PR #77 (claude-custom) found two non-blocking nits on agents/dottie.md:

Work Required

  • Access table wording fix — Table says Repo codebase | No but Code Tools section allows Read, Glob, Grep. Change to Read-only or No writes for accuracy.
  • PreToolUse hook for belt-and-suspenders — QA agent has both disallowedTools AND block-write-tools.sh hook. Dottie only has disallowedTools. Create a matching hook for defense-in-depth. Either reuse the existing hook or create block-dottie-writes.sh.

References

  • forgejo_admin/claude-custom PR #77 — QA review comment on issue #75
  • agents/dottie.md — the file to update
  • agents/qa.md — pattern with PreToolUse hook enforcement
  • todo-dottie-claude-config — parent TODO (closing with PR #77 merge)