II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-input-harness
adapters-triggers action input: harness json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-input-harness",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters-triggers action input: harness",
"name": "harness",
"valueType": "enum",
"required": "yes",
"allowedValues": [
"claude",
"codex",
"pi",
"gemini",
"copilot",
"cursor",
"opencode",
"hermes"
],
"appliesTo": "github-action-input",
"description": "Coding agent harness to use (claude, codex, pi, gemini, copilot, cursor, opencode, hermes)."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:adapters-triggers-action",
"to": "frontmatter-field:triggers-action-input-harness",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}