refactor(cli): re-use source constants

This commit is contained in:
Johann Schopplich
2025-10-30 21:33:08 +01:00
parent 7317b869b1
commit 66212285e5
2 changed files with 12 additions and 12 deletions

View File

@@ -40,10 +40,10 @@ users[2]{id,name,role}:
## Key Features
- 💸 **Token-efficient:** typically 3060% fewer tokens than JSON
- 🤿 **LLM-friendly guardrails:** explicit lengths and field lists help models validate output
- 🤿 **LLM-friendly guardrails:** explicit lengths and fields enable validation
- 🍱 **Minimal syntax:** removes redundant punctuation (braces, brackets, most quotes)
- 📐 **Indentation-based structure:** replaces braces with whitespace for better readability
- 🧺 **Tabular arrays:** declare keys once, then stream rows without repetition
- 📐 **Indentation-based structure:** like YAML, uses whitespace instead of braces
- 🧺 **Tabular arrays:** declare keys once, stream data as rows
## Benchmarks