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

    One conventional command prompt with peeled target selection.

    Properties

    body

    readonly body: string


    frontmatter

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


    id

    readonly id: string


    markdown

    readonly markdown: string

    Exact authored bytes decoded as UTF-8 for byte-faithful passthrough.


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    source

    readonly source: string


    targets

    readonly targets: readonly string[]