Add comprehensive demo showing API changelog generation across two versions (v1.29.0 → v1.30.2):
- Mock TypeScript definitions for both versions
- Generated JSON snapshots showing structured API surface
- Generated changelog with breaking changes, additions, and modifications
- Detailed README explaining the system and benefits
The demo showcases:
✨ Detection of breaking changes (queuePrompt → queuePromptAsync)
✨ Tracking of new additions (ExtensionMetadata interface, WorkflowId type)
✨ Identification of modifications (NodeDef enhancements, NodeStatus enum extensions)
This demonstrates the automated system that will run on every release to document API changes for extension developers.
Also exclude demo-snapshots directory from ESLint checking.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>