II.
Tool JSON
Structured · livetool:colima
Colima json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:colima",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-loop.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Colima",
"homepageUrl": "https://github.com/abiosoft/colima",
"kind": "container",
"description": "Container runtime for macOS/Linux backed by Lima; Docker- and\ncontainerd-compatible without Docker Desktop.\n"
},
"outgoingEdges": [
{
"from": "tool:colima",
"to": "language:go",
"kind": "belongs_to_language"
},
{
"from": "tool:colima",
"to": "skill-area:containerization",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:colima",
"to": "skill-area:local-development",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:colima",
"to": "skill-area:containerization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:colima",
"to": "stack-part:container-runtime",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:colima",
"to": "tool:docker-compose",
"kind": "alternative_to",
"attributes": {
"comparison": "Local container tools — Colima provides the container runtime; Docker Compose orchestrates containers"
}
}
],
"incomingEdges": [
{
"from": "skill-area:containerization",
"to": "tool:colima",
"kind": "uses_tool"
},
{
"from": "tool:docker-compose",
"to": "tool:colima",
"kind": "alternative_to",
"attributes": {
"comparison": "Local container tools — Docker Compose orchestrates containers; Colima provides the container runtime"
}
}
]
}