Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/contribute/repos/resolver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 7
---

# `resolver`

[`resolver`](https://github.com/doc-detective/resolver) detects and resolves documentation into Doc Detective tests. It's installable via NPM (`npm i doc-detective-resolver`). This package parses documentation files to extract embedded test specifications and uses AI to automatically extract Doc Detective action steps from plain documentation text.

The analyzer supports multiple LLM providers (Anthropic, Google, OpenAI) and includes a local testing solution using llama.cpp, so you can generate tests without paid API keys.

This repo depends on [`doc-detective-common`](doc-detective-common) for JSON schema definitions and validation logic.
Loading