hex image audit for Zed
io.github.jmshinhwa/hex-image-audit
Recomputes every record checksum in a .hex or .s19 firmware image and names the bad records, the ove
client:Zed
transport:stdio
runtime:npm
Install hex image audit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hex-image-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/hex-image-audit"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs