Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.108 Home All releases olderv1.0.107 v1.0.109newer

Complete YAML Processing Support

What: Added full YAML parsing, validation, and serialization capabilities How to use:

# Process YAML configuration files and documents
claude read config.yaml  # Now parses YAML into structured data

Details:

  • Supports YAML 1.2 specification
  • Handles all YAML data types (strings, numbers, dates, binary data)
  • Multi-document YAML support
  • Schema validation for YAML documents
  • Error reporting with precise line/column information
  • Evidence: j11() at line 248752, y11() at line 248788, RF() at line 248914

See this entry in the whole of v1.0.108 →