Ecosystem
The SDIF ecosystem consists of official repositories maintained under the sdif-format GitHub organization.
Repositories
sdif (core)
Status: Stable
The reference Python implementation. Provides the parser, CLI, canonicalizer, schema validator, JSON conversion, and AI projection. This is the primary package.
Install: pip install sdif-format
sdif-benchmarks
Status: Available
A reproducible benchmark suite that compares SDIF and SDIF AI against JSON Compact, JSON Pretty, YAML, XML, and TOON on token efficiency, semantic density, and round-trip fidelity.
tree-sitter-sdif
Status: Available
A Tree-sitter grammar for SDIF source documents. Enables syntax highlighting in editors and tools that support Tree-sitter grammars.
sdif-docs
Status: Active
This documentation site.
Roadmap
See the Roadmap page for planned work, in-progress items, and what is explicitly out of scope for v1.