iiRecord
Agentic AI Atlas · Gitea
tool:giteaa5c.ai
II.
Tool JSON

tool:gitea

Structured · live

Gitea json

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

File · domain/products/krate.yamlCluster · domain
Record JSON
{
  "id": "tool:gitea",
  "_kind": "Tool",
  "_file": "domain/products/krate.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Gitea",
    "homepageUrl": "https://gitea.com/",
    "kind": "git-server",
    "description": "Lightweight, self-hosted Git service written in Go. Provides\nrepository hosting, pull requests, issue tracking, and a web UI\nwith minimal resource footprint. Gitea is often embedded as the\nGit backend in larger platforms — in Krate, it handles the Git\nprotocol layer (clone, push, fetch) and repository storage while\nKrate's own API server manages the higher-level forge abstractions\n(PR workflows, RBAC, pipelines). Supports SSH and HTTP transport,\nLFS, webhooks, and OAuth2 authentication.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:gitea",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:gitea",
      "to": "skill-area:platform-engineering",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:gitea",
      "to": "skill-area:ci-cd",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:gitea",
      "to": "tool:gitlab-ci",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Self-hosted Git forges — Gitea is minimal; GitLab is full-featured"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-part:krate-git-backend",
      "to": "tool:gitea",
      "kind": "implemented_by",
      "attributes": {
        "notes": "Gitea is the backing Git server"
      }
    },
    {
      "from": "claim:krate-git-backend-uses-gitea",
      "to": "tool:gitea",
      "kind": "asserts_about"
    },
    {
      "from": "platform-service:krate-forge",
      "to": "tool:gitea",
      "kind": "integrates_with",
      "attributes": {
        "notes": "Krate forge uses Gitea as the Git hosting backend"
      }
    },
    {
      "from": "claim:krate-git-backend-uses-gitea",
      "to": "tool:gitea",
      "kind": "about_subject",
      "attributes": {
        "notes": "Gitea provides repository storage and Git protocol"
      }
    },
    {
      "from": "platform:krate",
      "to": "tool:gitea",
      "kind": "integrates_with",
      "attributes": {
        "notes": "Git hosting backend — repository storage and Git protocol"
      }
    },
    {
      "from": "stack-profile:krate-platform",
      "to": "tool:gitea",
      "kind": "composed_of"
    }
  ]
}