view Card
View Cards
A view card makes an interface surface addressable: a card whose view field names a builtin view, rendered in place of the card. Link it, embed it, or pin it into nav.card with a ref entry like any other card. Give it a title — that's the label refs fall back to.
title: Feedback commits view: history params: feedback: true
Available views:
landmarks— Every landmark in the box, each with its resolved linkschat-picker— Fresh chats grouped by landmark, with a New-chat button per landmarkquestions— Pending questions as answerable forms, with answered ones archived belowhistory— The commit timeline, filtered by the card's params (connectors, workflows, touchpoint, feedback, session) — a saved filter over history
params configures the view (only history takes params today: connectors/workflows string lists, touchpoint/feedback booleans, session string). A history card with params IS a saved filter — a stable, linkable slice of the timeline.
The markdown body is a notes margin (rationale, observations, ideas about this surface) — it shows in source view, not in the rendered surface.