# `Kinda.RootVerifier`
[🔗](https://github.com/beaver-lodge/kinda/blob/main/lib/kinda/root_verifier.ex#L1)

Verifies the root `kinda` repo, including bundled example surfaces.

# `command_runner`

```elixir
@type command_runner() :: Kinda.SystemCommandRunner.runner()
```

# `project_root`

```elixir
@spec project_root(keyword()) :: Path.t()
```

# `verify`

```elixir
@spec verify(keyword()) :: :ok | no_return()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
