II.
Tool JSON
Structured · livetool:lazygit
lazygit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:lazygit",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "lazygit",
"homepageUrl": "https://github.com/jesseduffield/lazygit",
"kind": "other",
"description": "Terminal-based UI for Git written in Go. Provides interactive\nstaging, rebasing, branch management, and commit history browsing\nwithout leaving the terminal; designed for keyboard-driven workflows.\n"
},
"outgoingEdges": [
{
"from": "tool:lazygit",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:lazygit",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:lazygit",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:lazygit",
"to": "tool:gh-cli",
"kind": "alternative_to",
"attributes": {
"comparison": "Git CLI tools — lazygit is a TUI for git operations; gh-cli is GitHub-specific CLI"
}
}
],
"incomingEdges": [
{
"from": "tool:gh-cli",
"to": "tool:lazygit",
"kind": "alternative_to",
"attributes": {
"comparison": "Git CLI tools — gh-cli is GitHub-specific CLI; lazygit is a TUI for git operations"
}
}
]
}