export_rules
Save current active rules to a YAML file for reuse in future sessions, preserving runtime changes from set_rule() operations.
Instructions
Export the current active rules to a YAML file.
Saves the complete rules (including any runtime changes from set_rule()) to a YAML file that can be placed next to data files or in the working directory for future sessions.
Args: output_path: Path to save the YAML file. Defaults to ./dashboard_rules.yaml in the current working directory.
Returns: Path to the saved file and summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |