Files
agentic-dev/docs/work/archive/epics/binder-wrap-helper/_epic.md
Danijel Martinek 2b39ae8c0a docs(work): archive shipped template epics and PRDs
Move the 8 shipped template epics and their 9 PRDs (incl.
coverage-architecture) to docs/work/archive/{epics,prds}/ so dispatch
context and prioritization only see live Veect work. The state builder
already walks docs/work/epics/ + docs/work/prds/ only; the one work-CLI
script that matched archive paths (bump-updated-timestamps.mjs, staged
docs/work/**/*.md) now excludes docs/work/archive/ so archived content
stays byte-identical.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
2026-07-12 17:32:20 +02:00

1.2 KiB
Raw Blame History

id, prd, title, type, status, features, created, updated
id prd title type status features created updated
binder-wrap-helper docs/work/prds/binder-wrap-helper.prd.md Collapse binder duplication via wireUseCase helper epic done
core-shared
auth
blog
media
marketing-pages
navigation
2026-05-13T00:00:00Z 2026-05-14T19:21:52.308Z

Goal

Introduce a wireUseCase(...) helper in @repo/core-shared/conformance/ that encapsulates the withSpan + withCapture (+ optional withAudit) composition. Refactor all five features' binders to call the helper. Update the feature generator templates to emit the new call shape by default.

Why

Five of pnpm fallow's top-ten clone groups come from binder pairs across features. The inline wrapping runs 3079 duplicated lines per binder pair. The helper becomes the single source of truth for the wrapping shape; per-feature binders shrink to their decision content plus a list of wireUseCase calls.

Stories