shape-diagnostics 0.3.2

LLM-Structured Diagnostic Schema (LSDS) for the Shape compiler — primary diagnostic format per ADR-006 §9.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "shape-diagnostics"
version = "0.3.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "LLM-Structured Diagnostic Schema (LSDS) for the Shape compiler — primary diagnostic format per ADR-006 §9."

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }