6561c9fa98
Created CHANGELOG.md for beads-mcp documenting: - Breaking change: ready() and list() now return list[IssueMinimal] | CompactedResult - Migration guide for clients expecting list[Issue] - Context engineering optimization details (~80% context reduction) Assessment complete: Current approach is correct: - Type "mismatch" is intentional two-layer architecture - Client layer returns List[Issue], MCP layer converts to minimal - Adding full=True would defeat context optimization purpose - CONTEXT_ENGINEERING.md already has migration guide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>