to_dict
to_dict
Convert the POM to a list of section dictionaries. Useful for serializing the POM for storage or passing to other components that expect dictionary input.
Returns
list[dict[str, Any]] — Serialized section list. Each dictionary contains keys
like "title", "body", and "bullets".