graph TD A[Input: draft-sections] --> B[Extract Citations] B --> C{citation_map.json} C --> D[Fetch Metadata] D --> E{citation_meta.yaml} C --> F[Patch Footnotes] E --> G[Build Citations List] G --> H{citations.md} F --> I{updated_draft_sections.md} H --> J[Create Package] I --> J J --> K[citation-package.md] subgraph Silo1[Citation Data] B D G end subgraph Silo2[Document Patch & Packaging] F J end style A fill:#f9f,stroke:#333 style K fill:#9f9,stroke:#333 style C fill:#fff,stroke:#333 style E fill:#fff,stroke:#333 style H fill:#fff,stroke:#333 style I fill:#fff,stroke:#333