ctxctl 0.1.2

Pure CLI, zero-MCP, stateless context layer for AI coding agents.
1
2
3
double local_thing(double x) {
    return x * 2;
}