II.
InteractionPattern JSON
Structured · liveinteraction-pattern:krate-issue-to-pr
Krate Issue→Agent→PR json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-pattern:krate-issue-to-pr",
"_kind": "InteractionPattern",
"_file": "agent-stack/interaction-primitives/krate-stack-integration.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Krate Issue→Agent→PR",
"description": "End-to-end automation: a Krate issue triggers agent dispatch, the\nagent works in an isolated worktree, and the result surfaces as a\npull request with CI and review gates. The full cycle from problem\nstatement to deployable code change, governed by org policy.\n"
},
"outgoingEdges": [
{
"from": "interaction-pattern:krate-issue-to-pr",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-pattern:krate-issue-to-pr",
"to": "platform:krate",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": []
}