The package documentation for cmd/automation currently looks like a stale copy of docs from cmd/librarian, and internal/automation doesn’t have any package docs at all.
See:
We should update both to accurately describe what this tool is for and how it works. For reference, see the cmd/librarian documentation here: https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian.
See also https://go.dev/doc/comment how guidance on Go package docs.
The package documentation for cmd/automation currently looks like a stale copy of docs from cmd/librarian, and internal/automation doesn’t have any package docs at all.
See:
librarian/cmd/automation/main.go
Lines 15 to 18 in 0d0642d
We should update both to accurately describe what this tool is for and how it works. For reference, see the cmd/librarian documentation here: https://pkg.go.dev/github.com/googleapis/librarian/cmd/librarian.
See also https://go.dev/doc/comment how guidance on Go package docs.