For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/config.NormalizedRule.md.
  • 简体中文
  • Interface: NormalizedRule

    One conventional Cursor .mdc rule with peeled target selection.

    Properties

    body

    readonly body: string


    emittedMarkdown

    readonly emittedMarkdown: string

    Host-emitted document with authoring-only frontmatter keys stripped.


    frontmatter

    readonly frontmatter: Readonly<Record<string, unknown>>


    id

    readonly id: string


    markdown

    readonly markdown: string

    Exact authored bytes decoded as UTF-8; retained as an identity input.


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    source

    readonly source: string


    targets

    readonly targets: readonly string[]