-
The repo is terrible at tell us what is this about, the landing page is better: https://pico.sh, but still terrible.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I see that you guys do some auth using ssh https://github.com/picosh/ptun and generally use ssh identities heavily.
I think you might wanna consider providing a vault alternative that's based on ssh identities too. Here is my draft idea https://taras.glek.net/post/github-to-sops-lighter-weight-se...
All the libs you need for this are already done in go, just a matter of making nicer UX for this flow.
-
My script just sets up default .sops.yaml for https://github.com/getsops/sops
You can further edit .sops.yaml(eg have multiple of them) and decide how you split secrets in your directory tree to further customize who can decrypt the secrets.
It works pretty well for prod/dev splits, etc