Files
agentic-dev-template/coverage/summary.json
Danijel Martinek e17d60b8ac feat(navigation): update feature generator templates to emit wireUseCase
Replace inline withSpan(withCapture(factory(deps))) form in the binder
templates with wireUseCase({...}) calls so newly scaffolded features are
consistent with the migrated production features.

Also add assertFeatureConformance to bind-dev-seed.ts.hbs (aligns with
the migrated auth/navigation pattern) and fix bind-dev-seed.test.ts.hbs
to call binders with the ctx object form (BindContext) instead of the old
two-argument (tracer, logger) form.

Verified by running turbo gen feature testfeature and confirming:
  - Generated binders use wireUseCase for use cases
  - All 5 conformance gates pass on the scaffold
  - Scaffold cleaned up post-verification

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 18:36:30 +00:00

91 lines
1.6 KiB
JSON

{
"generatedAt": "2026-05-13T18:36:10.133Z",
"commit": "9800fed",
"repo": {
"statements": 95.86,
"branches": 88.91,
"functions": 100,
"lines": 95.86,
"counts": {
"lf": 3113,
"lh": 2984,
"brf": 487,
"brh": 433,
"fnf": 142,
"fnh": 142
}
},
"byPackage": {
"@repo/auth": {
"statements": 93.81,
"branches": 90.82,
"functions": 100,
"lines": 93.81,
"counts": {
"lf": 791,
"lh": 742,
"brf": 98,
"brh": 89,
"fnf": 44,
"fnh": 44
}
},
"@repo/blog": {
"statements": 96.36,
"branches": 88.65,
"functions": 100,
"lines": 96.36,
"counts": {
"lf": 741,
"lh": 714,
"brf": 141,
"brh": 125,
"fnf": 29,
"fnh": 29
}
},
"@repo/marketing-pages": {
"statements": 95.64,
"branches": 83.93,
"functions": 100,
"lines": 95.64,
"counts": {
"lf": 711,
"lh": 680,
"brf": 112,
"brh": 94,
"fnf": 32,
"fnh": 32
}
},
"@repo/media": {
"statements": 97.15,
"branches": 90.63,
"functions": 100,
"lines": 97.15,
"counts": {
"lf": 561,
"lh": 545,
"brf": 96,
"brh": 87,
"fnf": 24,
"fnh": 24
}
},
"@repo/navigation": {
"statements": 98.06,
"branches": 95,
"functions": 100,
"lines": 98.06,
"counts": {
"lf": 309,
"lh": 303,
"brf": 40,
"brh": 38,
"fnf": 13,
"fnh": 13
}
}
}
}