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: Done
order: 5120
icon: checkmark.seal
iconColor: fern
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: In Progress
order: 3072
icon: hammer
iconColor: smokey-tangerine
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: Backlog
order: 1024
icon: tray.2
iconColor: deep-cool-granite
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: Ready
order: 2048
icon: checklist
iconColor: deep-sky-blue
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,9 @@
---
schema: 1
title: Review
order: 4096
icon: eye
iconColor: pale-violet
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
@@ -0,0 +1,10 @@
---
schema: 1
title: Software Project
icon: chevron.left.forwardslash.chevron.right
iconColor: deep-sky-blue
template: {order: 300}
created: 2026-01-15T09:00:00Z
modified: 2026-01-15T09:00:00Z
---
Track features from backlog through review to shipped.