ARTIFACT_KINDS
@forge/monorepo / backend/src / ARTIFACT_KINDS
Variable: ARTIFACT_KINDS
constARTIFACT_KINDS: readonly ["markdown","html","json","csv","code","diagram"]
Defined in: backend/src/persistence/index.ts:889
What an artifact is.
Markdown and structured content first, per docs/05 → Document writing. Rendered formats — PDF, DOCX — are
exports of an artifact rather than kinds of one, which is why they are absent here: an artifact exported
twice is one artifact, and making PDF a kind would make it two things that drift.