1) Move pkg/manifests to `site-src/manifests` 2) Rename pkg/ext-proc to pkg/epp 3) Move pkg/epp/main.go to cmd/epp/main.go This is more aligned with best practices for go repo structure, and allows us to host other apps, like the bod-to-header translation one: https://kubernetes.slack.com/archives/C071WA7R9LY/p1739569116457569 @danehans @kfswain wdyt?