Interface: RuleDocument
Properties
authoredTargets?
readonlyoptionalauthoredTargets?: readonlystring[]
Peeled target restriction; never emitted in Cursor rule frontmatter.
body
readonlybody:string
diagnostics
readonlydiagnostics: readonlyDiagnostic[]
emittedMarkdown
readonlyemittedMarkdown:string
Host-emitted document with authoring-only frontmatter keys stripped.
frontmatter
readonlyfrontmatter:Readonly<Record<string,unknown>>
markdown
readonlymarkdown:string
Exact authored .mdc bytes decoded as UTF-8; retained as an identity input.
source
readonlysource:string