docs(#125): update CLI example to use --vcs-url #128
Reference in New Issue
Block a user
Delete Branch "fix/125-readme-cli-example"
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?
Summary
Fixes the remaining documentation gap from issue #125.
PR #126 renamed
GITEA_URLtoVCS_URLin code, action YAML, and the env var table in README.md, but the CLI usage example still showed--gitea-url.Change
--gitea-url→--vcs-urlCompletion Checklist
From PLAN-125.md:
VCS_URLis read first;GITEA_URLis fallback with deprecation warning (done in #126)--vcs-urlflag is primary;--gitea-urlis deprecated alias with warning (done in #126)--vcs-urlnot--gitea-url(done in #126)action.ymlpassesVCS_URLto the binary (done in #126)ci.ymlpassesVCS_URLto the binary (done in #126)INTEGRATION_VCS_URL(done in #126)go test ./...passesgo vet ./...passesgo build ./cmd/review-botsucceedsCloses #125
Self-review: PASS
No issues found — ready for human review.
Change: One-line doc fix —
--gitea-url→--vcs-urlin README CLI example.Verified:
go build ./cmd/review-bot✅go vet ./...✅go test ./...✅--gitea-urlreferences remain in READMESonnet Review
Summary
Single-line documentation fix replacing the deprecated
--gitea-urlflag with--vcs-urlin the CLI usage example. CI passed and the change is correct.Recommendation
APPROVE — Approve. This is a minimal, correct documentation update that completes the migration from
--gitea-urlto--vcs-urlin the README CLI example. CI passed, the change is consistent with the rest of the renamed env var table already present in the README, and no code is affected.Review by sonnet
Evaluated against
d3bb83a1Security Review
Summary
Trivial documentation update replacing --gitea-url with --vcs-url in the CLI example. No security implications and aligns with prior renaming work. CI passed.
Recommendation
APPROVE — Approve as is. The change correctly updates the CLI usage to reflect the new flag name and does not introduce any security risks. Consider scanning the rest of the README and related docs for any lingering references to --gitea-url to ensure complete consistency.
Review by security
Evaluated against
d3bb83a1Gpt Review
Summary
The PR updates the README CLI example to use the new --vcs-url flag, aligning the documentation with prior code changes. The change is correct and consistent with the rest of the README.
Recommendation
APPROVE — This is a straightforward documentation fix replacing --gitea-url with --vcs-url in the CLI example. CI has passed and the change matches the established environment variable and flag mappings elsewhere in the README. Approve as-is.
Review by gpt
Evaluated against
d3bb83a1