# card_stack


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Navigation Response Builder

## Route Handlers

## Router Initialization

Creates the card stack router with navigation and viewport routes.

------------------------------------------------------------------------

<a
href="https://github.com/cj-mills/cjm-transcript-vad-align/blob/main/cjm_transcript_vad_align/routes/card_stack.py#L184"
target="_blank" style="float:right; font-size:smaller">source</a>

### init_card_stack_router

``` python

def init_card_stack_router(
    state_store:SQLiteWorkflowStateStore, # The workflow state store
    workflow_id:str, # The workflow identifier
    prefix:str, # Route prefix (e.g., "/workflow/align/card_stack")
    urls:AlignmentUrls, # URL bundle (populated after routes defined)
)->Tuple: # (router, route_dict)

```

*Initialize card stack routes for alignment.*
