iiRecord
Agentic AI Atlas · tech-debt
task-tag:tech-debta5c.ai
II.
TaskTag JSON

task-tag:tech-debt

Structured · live

tech-debt json

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

File · extensions/task-tags/canonical-task-tags.yamlCluster · extensions
Record JSON
{
  "id": "task-tag:tech-debt",
  "_kind": "TaskTag",
  "_file": "extensions/task-tags/canonical-task-tags.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "tech-debt",
    "name": "tech-debt",
    "key": "tech-debt",
    "scope": "team",
    "description": "Work that pays down accumulated technical debt rather than delivering new functionality.",
    "color": "#a16207",
    "order": 10
  },
  "outgoingEdges": [
    {
      "from": "task-tag:tech-debt",
      "to": "org-unit:platform-team",
      "kind": "scoped_to_team",
      "attributes": {}
    },
    {
      "from": "task-tag:tech-debt",
      "to": "workspace:local-developer-default",
      "kind": "scoped_to_workspace",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "issue:linear-aca-390",
      "to": "task-tag:tech-debt",
      "kind": "tagged_with",
      "attributes": {}
    }
  ]
}