Author the ten bundled template boards

The pathfinder's catalog transcribed verbatim as real board folders —
lane titles, icons, palette colors, board icons, and blurbs read
straight from its BoardTemplate.all, every color already in the
palette, no invented fields, no starter cards it never had. Basic had
drifted from the source in the engine card's version: it carried
icon/iconColor keys the pathfinder's key-less Basic never wrote
(visually identical via the fallback, byte-level wrong) and a
rewritten blurb — both restored. Orders run 100 to 1000 in inventory
order, Basic first; fresh lane UUIDs, gapped ranks, one consistent
timestamp; the discovery test now pins all ten slugs, lane counts,
Basic's primacy, and distinct ascending orders through the real
loader.

Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
2026-07-28 19:00:45 -04:00
parent b6f559375b
commit e7b48d2d53
52 changed files with 492 additions and 5 deletions
@@ -0,0 +1,9 @@
---
schema: 1
title: To Do
order: 1024
icon: tray.full
iconColor: deep-sky-blue
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: In Progress
order: 2048
icon: play.circle
iconColor: smokey-tangerine
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: Done
order: 3072
icon: checkmark.circle
iconColor: fern
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
+10
View File
@@ -0,0 +1,10 @@
---
schema: 1
title: Classic Kanban
icon: rectangle.split.3x1
iconColor: deep-sky-blue
template: {order: 200}
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
The three-step classic: pull work into progress only when there's room.