Loading
feat: embed DB metadata in Markdown YAML frontmatter
Fetch TDoc/Spec metadata from database during workspace processing and include it in the YAML frontmatter under a 'metadata' key. Uses pyyaml for proper serialization of the frontmatter dict. TDoc fields: tdoc_id, meeting_id, title, source, contact, tdoc_type, for_purpose, agenda_item_nbr, agenda_item_text, status, date_created. Spec fields: spec_number, title, spec_type, status, working_group, series, latest_version. Extract _run_processing_loop from workspace_process to stay under PLR0915 statement limit.