ID:WORK-105Status:done
Add dual-signature support to createComponentRenderable and update RuneDescriptor
Phase 1 of ADR-005. Update createComponentRenderable to accept either the current Type first argument or a new inline { rune: string, schemaOrgType?: string } form. Update RuneDescriptor and Rune class to carry typeName?: string and schemaOrgType?: string instead of type?: Type.
Both signatures must work simultaneously so Phase 2 migration can happen incrementally.
Priority:highComplexity:moderateMilestone:v1.0.0Source:ADR-005