feat(types): add omitempty to JSONL fields for smaller output

Add omitempty json tag to:
- Issue.Description: often empty for quick tasks
- Dependency.CreatedBy: often empty

This reduces JSONL file size when these fields are empty, leading to
faster syncs and smaller repository size.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-19 23:23:04 -08:00
parent 3405f0c684
commit 0d66aed954
2 changed files with 63 additions and 298 deletions

File diff suppressed because one or more lines are too long