* feat: enhance record_playback_plugin with storage policy configuration
* feat: add executor configuration for record_playback_plugin in YAML files
* fix: standardize formatting in YAML configuration for record_playback_plugin
* docs: improve clarity in record_playback_plugin documentation
* refactor: rename executor to timer_executor in record_playback_plugin
* refactor: rename timer_executor to executor in record_playback_plugin and update documentation for storage policy options
* format
* docs: clarify timer_executor requirement in record_playback_plugin documentation
* docs: update message count period in YAML and markdown files for record_playback_plugin
* feat: improve validation of storage policy options in record_playback_plugin
* feat: update RecordAction to use storage_executor_ref_ in InitExecutor and remove CommitRecord method
* feat: update RecordAction to use timer_executor in InitExecutor and clean up includes in record_playback_plugin