v0.26.5 - strict migration policy
v0.26.5 is a patch release that enforces strict schema and storage migration policy.
Fixed:
- pk-doctor no longer treats legacy_known_* schema allowlists as accepted terminal vocabulary.
- Legacy closed-vocabulary drift now requires a data-fix Migration or explicit schema migration.
- TeamMember.default_role is back to canonical ROLE- validation.
- Mixed root/sharded layouts, placeholder IDs, mixed filename policies, and Binding filename drift now report as migration work.
- pk-doctor no longer reports accepted_policy_exception as a terminal machine-readable resolution.
- Event-log, migration-management, pk-doctor, skill-gate, decision-record, and cross-reference guidance now point to declared schema vocabulary and explicit migrations.
Verification:
- pk-doctor tests passed in context/ and src/context/.
- smoke-test-servers passed.
- src-context release audit passed with 0 errors and 0 warnings.
- release tarball checksum verified.
Closes #47.