Generates a Phoenix context module for the given domain, with CRUD
functions for every entity, authorization via can_* permissions,
and lifecycle hooks via on_*.
mix caravela.gen.context MyApp.Domains.LibraryFlags:
--dry-run— print the generated file without writing--output DIR— write underDIRinstead of the project root--force— overwrite existing files without prompting
Regeneration preserves content below the # --- CUSTOM --- marker.