Commit Graph
3 Commits
Author SHA1 Message Date
george-keygraphandClaude Opus 5 61abe5ecbe docs: frame SARIF as a standard rather than a GitHub feature
SARIF 2.1.0 is the OASIS interchange format for static analysis results.
The copy read as though it existed to feed GitHub code scanning, which
undersells it for anyone on another platform. GitHub Actions stays as the
worked example; the format is described as vendor-neutral.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-13 17:09:59 -07:00
george-keygraphandClaude Opus 5 e7edef49d7 docs: correct rating semantics stale since v2.2.0
v2.2.0 (feat(worker): record severity in analysis mode, #413) made every
finding carry a severity, and min_severity now applies in both modes
(prompt-manager.ts applies the severity filter unconditionally; only
min_confidence is gated to analysis-only runs).

configuration.md still described the pre-2.2.0 model: min_severity as
exploit-only, findings carrying one rating or the other but never both,
and analysis runs producing no severity at all.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-13 15:27:19 -07:00
george-keygraphandClaude Opus 5 6a83495182 docs: add CI/CD section, common questions, and provider-breadth framing
Lead the prerequisites with provider breadth and BYOK instead of Claude.

Add a Continuous Integration section after Quick Start with a working
GitHub Actions example, plus docs/ci-cd.md covering headless execution,
artifact paths, SARIF upload, merge-gating options, and runtime/cost
guidance.

Add three Key Capabilities bullets (machine-readable output, headless
CI/CD execution, BYOK/provider-agnostic) and a question-shaped Common
Questions section before Safety.

Regenerate llms-full.txt, which had drifted from docs/ai-providers.md.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-13 15:15:54 -07:00