The documentation in docs/config.md suggests that {timestamp} can be used in storage paths (e.g., path: "reports-{timestamp}"), implying it should be automatically replaced by the current timestamp during execution. However, this substitution was not implemented in the configuration loading logic, causing directories to be created literally with {timestamp} in the name.