Skip to content

Commit 6b175db

Browse files
perf: replace synchronous I/O with async I/O and fix README linting
Co-authored-by: AbstergoSweden <249910473+AbstergoSweden@users.noreply.github.com>
1 parent 29aee2d commit 6b175db

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111

1212
![VY Prompt Master](https://github.com/user-attachments/assets/64d110ca-e90d-4e7d-a821-13ff3b93162b)
1313

14-
**[📖 Documentation](docs/ABOUT.md)** | **[⚡ Quick Start](docs/QUICK-REFERENCE.md)** | **[🐛 Issues](docs/TODO-MASTER.md)** | **[🤝 Contributing](legal/CONTRIBUTING.md)**
14+
**[📖 Documentation](docs/ABOUT.md)** |
15+
**[⚡ Quick Start](docs/QUICK-REFERENCE.md)** |
16+
**[🐛 Issues](docs/TODO-MASTER.md)** |
17+
**[🤝 Contributing](legal/CONTRIBUTING.md)**
1518

1619
</div>
1720

1821
> **A comprehensive prompt engineering framework for safe, deterministic AI automation.**
19-
>
22+
>
2023
> **Authors**: [Faye Hakansdotter](https://github.com/Fayeblade1488) and [AbstergoSweden](https://github.com/AbstergoSweden)
2124
2225
---
@@ -37,7 +40,8 @@
3740

3841
## Overview
3942

40-
**VY Prompt Master** is a production-ready framework for generating VY (Vercept) automation prompt specifications. It transforms high-level task descriptions into detailed, executable YAML specs that ensure:
43+
**VY Prompt Master** is a production-ready framework for generating VY (Vercept) automation prompt specifications.
44+
It transforms high-level task descriptions into detailed, executable YAML specs that ensure:
4145

4246
| Feature | Description |
4347
| --------- | ------------- |
@@ -58,7 +62,8 @@ Every step follows the pattern: `locate → confirm_target → act → verify_ou
5862

5963
### 1. Use the AI Review Prompt
6064

61-
Copy the system message from [`docs/ai-review-prompt.md`](docs/ai-review-prompt.md) to your AI. For provider-specific instructions, see the [`providers/`](providers/) directory.
65+
Copy the system message from [`docs/ai-review-prompt.md`](docs/ai-review-prompt.md) to your AI.
66+
For provider-specific instructions, see the [`providers/`](providers/) directory.
6267

6368
### 2. Provide a Task Description
6469

@@ -138,10 +143,12 @@ npm run generate -- --iterations 5 "Your task here"
138143
### Configuration
139144

140145
You can customize the default behavior by creating a configuration file:
146+
141147
- `vy.config.json`
142148
- `.vyrc.json`
143149

144150
Example configuration:
151+
145152
```json
146153
{
147154
"defaultProvider": "anthropic",

0 commit comments

Comments
 (0)