# BW Interlink — Session Log

Append-only history of development sessions. Newest entries at the top.

## Format

```
## YYYY-MM-DD HH:MM — <dev name>

**Goal:** What we set out to do
**Done:** What got done
**Left off at:** Where we stopped
**Notes:** Anything worth remembering
```

---

## 2026-06-09 (session 2) — adi

**Goal:** Fix badge text styling to match reference design — white badge with left accent border stripe at bottom-right corner of card
**Done:**
- 0.1.0: Initial block — image card with overlay label, chevron, ratio selector
- 0.1.1: Restyled overlay to compact white badge at bottom-right (auto-width)
- 0.1.2: Fixed image not filling card — refactored to `aspect-ratio` on card itself, image + overlay both `position: absolute`
- 0.1.3: Added `accentColor` attribute — left `border-left: 4px solid` on badge overlay, configurable via ColorPicker in Appearance panel, defaults to transparent
**Left off at:** v0.1.3 deployed and scans clean. User needs to set accentColor in editor to see the left border stripe.
**Notes:** Card structure confirmed working (ratio, image fill, overlay position). The left accent stripe was the missing visual difference vs Brentwood reference.

---

## 2026-06-09 — scaffold

**Goal:** Create initial plugin scaffold
**Done:** Scaffolded via tools/new-plugin.sh at version 0.1.0
**Left off at:** Ready to begin development
**Notes:** Standard BW plugin structure. Docs stubs in place, awaiting real content.
