Problem
The graph consumer accepts published schema 3 as a compatibility snapshot, but edge validation currently accepts schema-5-only checker facts: overrides and member-level implements. The warning simultaneously says those facts predate schema 3 and are absent.
Acceptance
- Schema 3 rejects
overrides and member-level implements based on endpoint facts while retaining container heritage implements.
- Schema 5 accepts the checker-owned member relation forms.
- Add negative schema-3 and positive schema-5 controls.
- Keep the compatibility warning truthful.
Discovered during #96; implementation may land in PR #97.
Problem
The graph consumer accepts published schema 3 as a compatibility snapshot, but edge validation currently accepts schema-5-only checker facts:
overridesand member-levelimplements. The warning simultaneously says those facts predate schema 3 and are absent.Acceptance
overridesand member-levelimplementsbased on endpoint facts while retaining container heritageimplements.Discovered during #96; implementation may land in PR #97.