What is the fastest path for Code Radar trend history and badges?
Code Radar trend history and badges use local scan records to show score movement and publish a lightweight README signal without a hosted dashboard.
Docs
Track local score movement across scans, inspect recent history, and publish a lightweight README badge from local Radar data.
Direct answer
Track local score movement across scans, inspect recent history, and publish a lightweight README badge from local Radar data.
Code Radar trend history and badges use local scan records to show score movement and publish a lightweight README signal without a hosted dashboard.
Start with `radar trend`, `radar trend --limit 5 --json`, `radar badge`, and `radar badge --write assets/code-radar.svg --markdown`. These commands keep implementation proof close to the repository instead of turning the docs page into a generic product description.
Confirm local `.radar/history.jsonl` records, recent score movement, generated badge output, and a README-safe artifact. This evidence should be visible before moving from documentation to a paid or shared workflow.
Do not use the badge as proof of security by itself; it is a lightweight visibility signal for recent local results. Next step: Use reports or GitHub Actions when the team needs durable evidence rather than a badge.
Content decision bridge
Readers on Trend history and badges need a short route from answer-seeking to proof, rollout, and purchase evidence. Track local score movement across scans, inspect recent history, and publish a lightweight README badge from local Radar data.
Trend history and badges should lead to product proof, not only more reading. For this page, proof means SARIF, JSON, HTML, and terminal evidence that a reviewer can inspect.
Trend history and badges becomes useful when the reader can repeat the workflow from the guide on a real repository. Here, rollout means report artifacts that move through humans, GitHub code scanning, and automation.
Trend history and badges should create a purchase path only when the product owns the next repeated job. For this intent, buying is justified by repeat exports, CI evidence, and workflow ownership beyond Free Preview.
Terminal and TUI scans append compact score records to `.radar/history.jsonl`. Machine-readable report formats stay clean.
radar scan .
radar trend
radar trend --limit 5 --jsonGenerate a badge from the latest local history record. Use markdown for README files or write a local SVG asset.
radar badge
radar badge --write assets/code-radar.svg --markdownConfirm the command, expected evidence, failure boundary, and next workflow before treating the task as complete.
Code Radar trend history and badges use local scan records to show score movement and publish a lightweight README signal without a hosted dashboard.
Start with `radar trend`, `radar trend --limit 5 --json`, `radar badge`, and `radar badge --write assets/code-radar.svg --markdown`. These commands keep implementation proof close to the repository instead of turning the docs page into a generic product description.
Confirm local `.radar/history.jsonl` records, recent score movement, generated badge output, and a README-safe artifact. This evidence should be visible before moving from documentation to a paid or shared workflow.
Do not use the badge as proof of security by itself; it is a lightweight visibility signal for recent local results. Next step: Use reports or GitHub Actions when the team needs durable evidence rather than a badge.