Show HN: Remuda, a CLI Agent Orchestrator
github.com5 pointsby dgunay0 comments
├── cmd
│ └── binary-name
│ └── main.go (may subpackage for things like CLI porcelain, etc)
├── go.mod
└── internal
└── app.go (and subpackages, etc)