fix(04): revision 1 — depends_on format + D-12 client list coverage

- 04-02/03/04: change depends_on from filename format to plan ID format
  ('04-01-PLAN.md' → '04-01') to match orchestrator expectations and
  Phase 3 precedent
- 04-02: add Task 3 implementing D-12 — /admin/clients list shows brand
  names below client name and LTV as sum of project accepted_totals;
  update getAllClientsWithPayments query and ClientRow component;
  add src/app/admin/page.tsx, src/lib/admin-queries.ts,
  src/components/admin/ClientRow.tsx to files_modified

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-21 11:10:25 +02:00
parent d210cf6202
commit 49ef45da83
3 changed files with 106 additions and 4 deletions
@@ -4,7 +4,7 @@ plan: "03"
type: execute
wave: 2
depends_on:
- 04-01-PLAN.md
- "04-01"
files_modified:
- src/app/admin/projects/[id]/page.tsx
- src/app/admin/timer-actions.ts