docs: show release download count - #175
Conversation
Sigilix is reviewing this pull request. A structured overview will replace this note when retrieval and specialist review complete. |
QualityMax ReviewVerdict: COMMENT · Confidence: unavailable — no completed model review Files eligible: 1 · Files reviewed: 1 · Files with findings: 0 · Findings: 0 · Inline cards: 0 Priority findings
Review gates
Important files
Review lifecycleUse the inline cards to inspect evidence and suggested remediation. Re-run the QualityMax review after pushing a fix; unchanged cards are identified by their stable finding marker. Dismiss with a reason through the existing QualityMax/GitHub review feedback flow. 0 prior card(s) are stale/resolved on this head. Proof legend: VERIFIED independently judged patch · REPRODUCED verified finding · GROUNDED deterministic evidence · MODEL-ONLY model judgment. QualityMax project results are available in the configured project. Receipt · commit |
|
| Gate | Result |
|---|---|
| 🔍 AI diff review | ⏭️ Skipped — All changed files were excluded as non-code, generated, or binary content. · skipped · 0 eligible / 0 reviewed · All changed files were excluded as non-code, generated, or binary content. |
| 🔍 SAST | completed · 1 eligible / 1 reviewed |
| 🔍 Canonical PR review delivery | completed · 0 eligible / 0 reviewed · exact-head review #5009162460 and overview #5396933538 confirmed |
| 🧪 Repo Tests | ✅ 644/644 passed (go) |
| 🤖 AI Tests |
Powered by QualityMax — AI-Powered Test Automation
|
Merge evidence: this is a README-only badge change. Local |
What
Add a live cumulative GitHub release-download badge to the qmax-code README.
Acceptance criteria
Validation
go build -o /tmp/qmax-code-download-badge-check .— passed.go vet ./...— passed.go test ./...— all packages passed.git diff --check— passed.Deployment verification
README-only change. After merge, verify the badge renders on the repository homepage and links to the releases page.
Known unrelated/non-blocking failures
golangci-lintis not installed in the local environment; the repository CI lint job is authoritative.pre-commit run --all-filesis not applicable because this repository has no.pre-commit-config.yaml.