Artifact block

Declares one shipped view — its kind (from schema/kinds.wcl), projection entry file, and output folder. The overview and registry landings enumerate these.

PropertyTypeRequiredDescription
ididentifieryes
kindArtifactKindyes
nameutf8no
summaryutf8no
entryutf8yes
outpututf8no
wcl
artifact book   { kind = :book          entry = "wdoc/book/main.wcl"          output = "out/book" }
artifact slides { kind = :presentation  entry = "wdoc/presentation/main.wcl"  output = "out/presentation" }