docs: strip over-commenting from README and source #6
Reference in New Issue
Block a user
Delete Branch "benvin/comment-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Comment volume in this repo restates the code and duplicates the README and
--help.How
main.go,config.goandmerge.go, keeping one-line comments only where they state a constraint the code cannot show (precedence order,PDBMUX_BACKENDSformat, owner fallback, raw-JSON passthrough).Makefile,Dockerfileand.woodpecker/docker.yaml. Endpoints and merge-semantics sections are untouched to stay clear of #5.#5 merged, so
server.goandreports.goare now in main and get the same treatment. Rebased on main; README's reports/events sections are unchanged.