chore(work): tick task in 02-migrate-feature-binders

This commit is contained in:
2026-05-13 20:01:32 +02:00
parent b93ce25b2a
commit 78a561ac60
2 changed files with 3 additions and 3 deletions

View File

@@ -43,6 +43,6 @@ The five inline wrapping clone groups are the top source of duplication reported
- [x] Migrate `auth` binders (`bind-production.ts` + `bind-dev-seed.ts`) to `wireUseCase` for all 3 use cases (signIn, signUp, signOut); all gates pass on this commit.
- [x] Migrate `blog` binders to `wireUseCase` for all 3 use cases (getArticles, getArticleBySlug, createArticle); all gates pass on this commit.
- [ ] Migrate `media` binders to `wireUseCase` for all 3 use cases (getMedia, listMedia, deleteMedia); all gates pass on this commit.
- [x] Migrate `media` binders to `wireUseCase` for all 3 use cases (getMedia, listMedia, deleteMedia); all gates pass on this commit.
- [ ] Migrate `marketing-pages` binders to `wireUseCase` for both use cases (getPageBySlug, getSiteSettings); all gates pass on this commit.
- [ ] Migrate `navigation` binders to `wireUseCase` for the single use case (getHeader); all gates pass on this commit; verify `pnpm fallow dupes` no longer surfaces the five binder-pair clone groups.

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-13T17:57:29.873Z",
"updated_at": "2026-05-13T18:01:33.631Z",
"epics": {
"2026-05-13-binder-wrap-helper": {
"status": "in-progress",
@@ -21,7 +21,7 @@
"status": "in-progress",
"title": "Migrate all five feature binders to wireUseCase",
"ac_total": 5,
"ac_completed": 2,
"ac_completed": 3,
"depends_on": [
"01-wire-use-case-helper"
],