Skip to content

Commit 9d538b4

Browse files
committed
docs: add coding agent quick start prompt to README and getting-started
1 parent 650dd27 commit 9d538b4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,18 @@ sh install.sh
4444

4545
Builds from source with `cargo build --release`.
4646

47-
## Quick Start
47+
## Quick Start with a Coding Agent
48+
49+
Already using Claude Code, Cursor, Windsurf, or another AI coding agent? Just paste this prompt:
50+
51+
```
52+
I want to add automated testing to this project using bugatti (https://bugatti.dev/llms.txt).
53+
Help me get it installed and configured, then interview me about what tests I want to create first.
54+
```
55+
56+
The agent will read the docs, install bugatti, set up your config, and walk you through writing your first tests.
57+
58+
## Quick Start (Manual)
4859

4960
Create a test file:
5061

docs/src/content/docs/getting-started.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ title: Getting Started
33
description: Install bugatti and run your first test in 3 minutes.
44
---
55

6+
## Quick start with a coding agent
7+
8+
Already using Claude Code, Cursor, Windsurf, or another AI coding agent? Just paste this prompt:
9+
10+
```
11+
I want to add automated testing to this project using bugatti (https://bugatti.dev/llms.txt).
12+
Help me get it installed and configured, then interview me about what tests I want to create first.
13+
```
14+
15+
The agent will read the docs, install bugatti, set up your config, and walk you through writing your first tests.
16+
617
## Install
718

819
### Pre-built binary (macOS arm64)

0 commit comments

Comments
 (0)