iiRecord
Agentic AI Atlas · Unit of Work
topic:unit-of-worka5c.ai
II.
Topic JSON

topic:unit-of-work

Structured · live

Unit of Work json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/topics/curated-topics.yamlCluster · domain
Record JSON
{
  "id": "topic:unit-of-work",
  "_kind": "Topic",
  "_file": "domain/topics/curated-topics.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Unit of Work",
    "description": "Unit of Work as a cross-cutting topic - tracking related persistence\nchanges and committing them as a coordinated boundary.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:unit-of-work",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:unit-of-work",
      "to": "domain:databases",
      "kind": "applies_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:databases",
      "to": "topic:unit-of-work",
      "kind": "contains"
    },
    {
      "from": "domain:software-engineering",
      "to": "topic:unit-of-work",
      "kind": "contains"
    }
  ]
}