Prefix filtered commands with “#” before adding them to the RPC console history.
Console lines starting with “#” are ignored by the executor, preventing accidental re-execution of filtered sensitive commands when recalled from history.
Also adds a noop signal to handle ignored commands cleanly and documents comment behavior in the console help text (help-console).