fix(cli): report source install version#133
Conversation
|
Codex review: needs maintainer review before merge. Reviewed July 16, 2026, 4:28 PM ET / 20:28 UTC. Summary Reproducibility: yes. at source level: current main hard-codes Review metrics: 3 noteworthy metrics.
Root-cause cluster Members:
Proposal only: this assessment does not dispatch repair, suppress jobs, mutate sibling items, close, or merge anything. Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Next step before merge
Security Review detailsBest possible solution: Merge the centralized resolver after the draft is marked ready and required checks finish, then let the linked issue close through the PR relationship. Do we have a high-confidence way to reproduce the issue? Yes at source level: current main hard-codes Is this the best way to solve the issue? Yes. A single resolver with linker precedence, Go module metadata fallback, and shared consumers is narrower and less drift-prone than updating individual literals or call sites independently. AGENTS.md: not found in the target repository. Codex review notes: model internal, reasoning high; reviewed against 2a2ab86a2323. Label changesLabel changes:
Label justifications:
Evidence reviewedWhat I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
|
What changed
devellastWhy
Plain source and module installs reported the stale hard-coded version
0.11.2after newer releases. This applies the pattern proven in openclaw/wacrawl#39 to Discrawl's larger version-consumer surface.Fixes #132.
Proof
GOWORK=off go test ./...GOBIN=<temp> GOWORK=off go install ./cmd/discrawl: both--versionandversionmatched the module pseudo-version recorded bygo version -m9.8.7