II.
FrontmatterField JSON
Structured · livefrontmatter-field:cursor-rule-globs
Cursor .mdc: globs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:cursor-rule-globs",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/cursor-rule-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cursor .mdc: globs",
"name": "globs",
"valueType": "glob",
"required": "no",
"appliesTo": "cursor-rule",
"description": "File path patterns for automatic attachment. Auto-attaches the rule\nwhen a matching file is in context. Supports multiple patterns\nseparated by commas (e.g. `src/**/*.tsx, docs/**/*.md`).\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-platform-impl:cursor.platform@current",
"to": "frontmatter-field:cursor-rule-globs",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}