diff --git a/registry/pi.toml b/registry/pi.toml index c7090079fe..171ea05a1d 100644 --- a/registry/pi.toml +++ b/registry/pi.toml @@ -1,3 +1,7 @@ -backends = ["github:badlogic/pi-mono", "npm:@mariozechner/pi-coding-agent"] +backends = [ + "github:earendil-works/pi", + "aqua:earendil-works/pi", + "npm:@earendil-works/pi-coding-agent", +] description = "Pi is a minimal terminal coding harness" test = { cmd = "pi --version", expected = "{{version}}" }