View Language

The View Language documented as a protocol — the conventions, rules, and worked examples for authoring DATA Views (queries that reshape a class into an output shape) and consuming the EphemeralPackages they materialize into. Opens by routing the author: view.View is one base with two specializations — a DATA view (here) or a VISUAL look view (kanonak.org/look-conventions) — chosen by intent, so an agent gets one clear way in rather than a menu of options.

View LanguageA protocol for authoring queries as data. A View is a producer-agnostic request — select instances of a class, filter them, reshape them into an output class —…