II.
MetaNodeKind JSON
Structured · livemeta-node-kind:prompt-template
PromptTemplate (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:prompt-template",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-context-engineering.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "PromptTemplate (meta)",
"name": "PromptTemplate",
"cluster": "context-engineering",
"prefix": "prompt-template",
"origin": "standard",
"purpose": "a versioned prompt template (system / user / few-shot scaffold). Collapses FewShotExampleSet into the `examples` attribute.",
"exampleCount": 0,
"invariants": [
"id starts with prompt-template:"
]
},
"outgoingEdges": [
{
"from": "meta-node-kind:prompt-template",
"to": "meta-cluster:context-engineering",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--template-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--variables",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:prompt-template",
"to": "meta-attribute:prompt-template--version",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-cluster:context-engineering",
"to": "meta-node-kind:prompt-template",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-attribute:prompt-template--id",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:prompt-template--template-kind",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:prompt-template--variables",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:prompt-template--version",
"to": "meta-node-kind:prompt-template",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-edge-kind:bundles-template",
"to": "meta-node-kind:prompt-template",
"kind": "target_of_meta_edge",
"attributes": {}
}
]
}