# BW Agenda Table — Handoff Notes

Async comms between developers. Format: see §11 of PLUGIN.md.

---

### 2026-04-28 — from scaffold

**Status:** Unread
**Context:** Plugin scaffolded at version 0.1.0 by extracting the existing `bw/agenda-table` block from the `kadence-child` theme on the Prompt Victoria site. Helper functions renamed from `bw_agenda_*` to `bw_agenda_table_*` to match PLUGIN.md prefix rules. Text domain switched from `kadence-child` to `bw-agenda-table`. Material Symbols enqueue moved into the plugin's `BW_Agenda_Table_Block` class.
**Next step:** Decide whether to remove the in-theme copy at `wp-content/themes/kadence-child/blocks/bw-agenda-table/` (and its registration in `kadence-child/functions.php`). The plugin and the in-theme block both register the same `bw/agenda-table` name — only one should be active to avoid `register_block_type` collisions on the same install.
**Blockers:** None. The host site already provides the `session` CPT + `track` taxonomy and ACF fields — block will pick up live data the moment it's activated.
