- ai/ai.go: replace architectural prose with concrete usage examples (AX-2) - ai/metrics.go: add usage examples to all exported/unexported functions; rename metricsWriteMutex (already was changed in round 1); drop redundant prose comment on the day-iteration loop - ai/metrics_bench_test.go: remove dead `dir` allocation and `_ = dir` suppression; rename `n` param → `count` in seedEvents; add usage examples to helpers (AX-1/AX-2) - ai/rag.go: rename qdrantCfg/ollamaCfg/queryCfg → qdrantConfig/ollamaConfig/queryConfig (AX-1) - cmd/metrics/cmd.go: rename local `n` → `count` in parseDuration (AX-1) - cmd/security/cmd_security.go: add usage example to checkGH and AlertSummary.Add (AX-2) - cmd/security/cmd_alerts.go: add usage-example comments to fetch* functions (AX-2) - cmd/security/cmd_jobs.go: rename `sb` → `builder` in buildJobIssueBody; add usage examples to createJobForTarget and buildJobIssueBody (AX-1/AX-2) - cmd/security/cmd_scan.go: remove redundant "Default if not specified" inline comment (AX-2) Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| .. | ||
| cmd.go | ||
| cmd_alerts.go | ||
| cmd_deps.go | ||
| cmd_jobs.go | ||
| cmd_scan.go | ||
| cmd_secrets.go | ||
| cmd_security.go | ||