Guides¶
Task-oriented walkthroughs. Each guide assumes you have already completed Getting Started.
New project? Start at the top. The order below mirrors the typical adoption path: prepare your repo, wire CI, understand the flow, then go deep on the day-to-day tasks.
Preparing an existing KMP project¶
Nine-step checklist that turns an arbitrary KMP repository into one that meets every prerequisite — before you touch the install guide.
Configuring GitHub Actions¶
Drop the workflow into a target repo, vendor the analyzer, enable GitHub Pages, set permissions.
Configuring Dependabot¶
30-second primer plus the biasing rules that keep the AFTER APK compiling.
How everything talks to each other¶
End-to-end walkthrough of the Dependabot → workflow → analyzer → report flow, with a sequence diagram.
Analyzing a bump locally¶
Run the analyzer against any KMP repository on your machine — static-only or with the dynamic phase.
Writing Scenarios¶
Author YAML scenarios with ground truth for benchmarks and regression suites.