ReadonlypathRun-relative path of the source artifact.
ReadonlymarkdownCleaned Markdown ready to be concatenated into the aggregate.
ReadonlystrippedHeadings removed (for debugging/telemetry).
ReadonlystrippedBanner/metadata lines removed.
ReadonlystrippedOperational metadata preamble lines removed (e.g. Run: / Window: blocks).
ReadonlydedupedMermaid blocks deduplicated as a reference to a previous occurrence.
A CleanArtifactResult extended with provenance (the run-relative path of the source artifact). Use this type when you need to track which artifact produced a given cleaned output — e.g. for telemetry or source-mapping in
article-meta.json.CleanArtifactResultis the raw return ofcleanArtifact();CleanedArtifactWithPathadds the origin path for pipeline bookkeeping.