ID:WORK-023Status:done
Build decision-log Rune
Priority:lowComplexity:moderate
decision-log RuneNo incremental history — criteria tracking started on Apr 17.
Aggregation rune that renders a chronological view of all architecture decision records. Queries the entity registry for decision entities and displays them as a sortable, filterable list with date, status, and title.
Simpler than the backlog rune — no grouping, no card layout. Just a clean chronological list.
| Name | Type | Default | Description |
|---|---|---|---|
filter | String | — | Filter by status or tags (same field:value syntax as backlog) |
sort | String | date | Sort order: date (reverse chronological) or id |
{% decision-log sort="date" /%}
{% decision-log filter="status:accepted" sort="date" /%}
runes/plan/src/tags/decision-log.ts with filter/sort attributesaggregate() pipeline hook queries entity registry for decision entitiesrunes/plan/src/config.tspackages/lumina/styles/runes/decision-log.cssrunes/plan/src/index.ts