Problem
validate_title() at omniforge_mcp_server.py:1212-1218 has a comment saying "basic punctuation" but the regex only blocks [;&|$\\]`. The documented policy is less precise than other validators.
Fix
Align comment with actual blocked characters.
Identified by Copilot AI agent.
Problem
validate_title()atomniforge_mcp_server.py:1212-1218has a comment saying "basic punctuation" but the regex only blocks[;&|$\\]`. The documented policy is less precise than other validators.Fix
Align comment with actual blocked characters.
Identified by Copilot AI agent.