Skip to content

v1.2

Choose a tag to compare

@blackwell-systems blackwell-systems released this 05 Jun 20:14
· 983 commits to main since this release

edges [N] section header and edges=N header field

Comprehension eval showed LLMs miscounted edges because edge lines share the @ prefix with symbol lines. Adding [N] to the edges section header fixes this: GCF achieves 13/13 accuracy (was 12/13).

Changes

  • edges=N field added to graph profile header
  • Edge section header: ## edges [N] (e.g. ## edges [200])
  • Grammar updated: group-header allows [count] without field-decl
  • Encoder conformance: MUST emit edges header field and ## edges [N]
  • Decoder conformance: MUST parse ## edges [N] (strip bracket suffix)
  • All 11 conformance fixtures with edges updated
  • Swift and Kotlin added to implementations list (6 official)