qikly for Zed
io.github.gal-a/qikly
Generates tests from acceptance criteria, then converges code with an agent that never sees them.
client:Zed
transport:stdio
runtime:pypi
Install qikly in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"qikly": {
"command": "uvx",
"args": [
"qikly"
],
"env": {
"QIKLY_PROJECT_ROOT": "<QIKLY_PROJECT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs