//! Form 10-Q — Quarterly Report.
//!
//! Lighter sibling of 10-K. Quarterly financial statements (XBRL),
//! MD&A updates, risk-factor changes, material events.
//!
//! ## Emits
//!
//! - `processed/metric_fact.csv` — XBRL financial facts (parsed via
//! `forms::xbrl`).
//! - Future: Item 1A risk-factor updates (deferred — NLP-heavy).
//!
//! ## Goalpost section
//!
//! See `kglite/datasets/sec/FEATURE_GOALPOST.md` §5 — 10-Q.
use crateResult;
use crateWorkdir;
use crateSliceSpec;
use Identities;
use Sinks;
use FormReport;
/// TODO(F17): defer to the shared XBRL R-file parser in
/// `forms::xbrl`. 10-Q has no Exhibit 21 or Item 12, so this module
/// only invokes XBRL extraction.