II.
Tool JSON
Structured · livetool:clippy
Clippy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:clippy",
"_kind": "Tool",
"_file": "domain/tools/clippy.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Clippy",
"homepageUrl": "https://github.com/rust-lang/rust-clippy",
"kind": "linter",
"language": "language:rust",
"description": "Lint collection for catching common mistakes and improving Rust code.\n"
},
"outgoingEdges": [
{
"from": "tool:clippy",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:clippy",
"to": "skill-area:code-quality",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:clippy",
"to": "tool:rustfmt",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust code quality — Clippy is a linter; rustfmt is a formatter"
}
}
],
"incomingEdges": [
{
"from": "specialization:rust-systems",
"to": "tool:clippy",
"kind": "uses_tool"
},
{
"from": "tool:rustfmt",
"to": "tool:clippy",
"kind": "alternative_to",
"attributes": {
"comparison": "Rust code quality — rustfmt is a formatter; Clippy is a linter"
}
}
]
}