payroll deduction code audit for Zed
io.github.jmshinhwa/payroll-deduction-code-audit
Twelve rules over the deduction-code map, before the January 31 W-2 filing date
client:Zed
transport:stdio
runtime:npm
Install payroll deduction code audit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"payroll-deduction-code-audit": {
"command": "npx",
"args": [
"-y",
"@readystack/payroll-deduction-code-audit"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs