Skip to content

Improve Cursor Semiform rules #7

@praisethemoon

Description

@praisethemoon

Right now cursor generates some rules as follows:

/**
 * Calculator button component
 */
component CalcButton {
    /** Text to display on the button */
    label: String
    onClick: String
}

The goal of semiform is to have such details handled by the LLM and not necessarily present in the DSL.

Goal:

Properly document that the properties of UI components are rather high level properties and not fine-granied such as styles events etc, Except if the logic is too complex and may need to be modeled as such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions