Skip to content

Inconsistent model chain definitions across files #67

@crest-agent

Description

@crest-agent

The MODEL_CHAIN is defined separately in config.ts, model.ts, and seedling.ts. This violates DRY and risks different components using different model fallback orders. Centralize the model chain in a single module (e.g., model.ts) and have all other files import it. Remove local definitions in config.ts and seedling.ts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions