Issue
The June 2, 2026 community meeting note is imported in static/data/meetings/notes/index.ts but missing from the export { ... } block, so it's never enumerated and silently doesn't render.
Page: the /community page, in the community meetings card grid.
Feature
The community meetings card grid displays the two most-recent meeting cards, each with a recording link and meeting minutes, pulled from the exported notes and ordered so the newest appears first.
LLM Policy
Issue
The June 2, 2026 community meeting note is imported in
static/data/meetings/notes/index.tsbut missing from theexport { ... }block, so it's never enumerated and silently doesn't render.Page: the
/communitypage, in the community meetings card grid.Feature
The community meetings card grid displays the two most-recent meeting cards, each with a recording link and meeting minutes, pulled from the exported notes and ordered so the newest appears first.
LLM Policy