# 550 Task 03 Message Parity Harness 04c7e266

> Task 03: Message Parity Harness

- Skill: `tools-only/550-task-03-message-parity-harness-04c7e266` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/550-task-03-message-parity-harness-04c7e266`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/550-task-03-message-parity-harness-04c7e266/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/550-task-03-message-parity-harness-04c7e266

---

# Task 03: Message Parity Harness

## Summary
Parity validation between legacy message formats and canonical representations is incomplete. Without full parity coverage, there is limited confidence that adapter behavior matches real session data.

## Context
`tests/unit/types/test_adapter.py` includes limited parity checks and round-trip coverage, but `tests/parity/test_message_parity.py` does not exist. There is no validation against real historical session artifacts.

## Related Docs
- [PLAN.md](../../PLAN.md)
- [Architecture Refactor Status Research](../../memory-bank/research/2026-01-25_architecture-refactor-status.md)

