What problem does it solve?
Upgrades presentation-only Vue components into functional front-end features by wiring API calls, typed state management, view-model mapping, and robust loading/error handling without modifying component templates or styles.
Core Features & Use Cases
- Composable & Service Generation: Produces typed types, service wrappers, composables, and optional Pinia stores from enriched-spec.md API and state definitions.
- Robust UI States & Error Handling: Implements loading, empty, and error UI states, ApiError classification, retry/backoff strategies, and mock fallbacks when real APIs are not available.
- Use Case: After api-enrichment provides enriched-spec.md and component_paths, generate claimService, useClaimRecords composable, and a container component that connects dumb components to API and state for code review handoff.
Quick Start
Provide enriched-spec.md and component_paths and request the logic-coder to generate types, services, composables, and a container component that wires the dumb Vue components to API calls and Pinia state.