Skip to content

Commit e357955

Browse files
committed
docs: add CI workflow status badge to README
1 parent 254d0b9 commit e357955

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**Torque** is a declarative, fully typesafe DSL for quickly building complex LLM synthetic datasets. Compose conversations like components, generate realistic variations with any model efficiently.
44

55
[![npm version](https://img.shields.io/npm/v/@qforge/torque.svg)](https://www.npmjs.com/package/@qforge/torque)
6+
[![CI](https://img.shields.io/github/actions/workflow/status/qforge-dev/torque/torque-compile-and-dry-run.yml?branch=main&label=CI)](https://github.com/qforge-dev/torque/actions/workflows/torque-compile-and-dry-run.yml)
67
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue.svg)](https://www.typescriptlang.org/)
78
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
89

@@ -175,6 +176,7 @@ await generateDataset(schema, {
175176
```
176177

177178
The ID combines the seed value with a deterministic hash, ensuring:
179+
178180
- **Reproducibility**: Same seed always generates the same ID
179181
- **Uniqueness**: Different seeds produce different IDs
180182
- **Traceability**: Easy to reference specific examples in logs or when combining datasets

0 commit comments

Comments
 (0)