mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# TOON Specification
|
|
|
|
The TOON specification has moved to a dedicated repository: [github.com/toon-format/spec](https://github.com/toon-format/spec)
|
|
|
|
## Current Version
|
|
|
|
**Version 2.0** (2025-11-10)
|
|
|
|
## Quick Links
|
|
|
|
- **[Full Specification](https://github.com/toon-format/spec/blob/main/SPEC.md)** - Complete technical specification
|
|
- **[Changelog](https://github.com/toon-format/spec/blob/main/CHANGELOG.md)** - Version history
|
|
- **[Examples](https://github.com/toon-format/spec/tree/main/examples)** - Example TOON files
|
|
- **[Conformance Tests](https://github.com/toon-format/spec/tree/main/tests)** - Language-agnostic test fixtures for implementations
|
|
- **[Contributing](https://github.com/toon-format/spec/blob/main/CONTRIBUTING.md)** - How to propose spec changes
|
|
|
|
## Why a Separate Repo?
|
|
|
|
The specification has been moved to `toon-format/spec` to:
|
|
|
|
- Provide a canonical, language-agnostic source of truth
|
|
- Enable independent versioning of spec and implementations
|
|
- Support the growing community of TOON implementations across multiple languages
|
|
- Facilitate collaboration on spec evolution through a dedicated RFC process
|
|
|
|
## This Repository
|
|
|
|
This repository (`toon-format/toon`) remains the **reference implementation** in TypeScript/JavaScript. For specification discussions, issues, and contributions, please use the spec repository.
|