Remove EL capsule from meta and add it to codebase as it really cannot evolve on its own.
Ideally we would like for EL events to be like mediawiki events and not have capsules. While the EL code is decoupled from event schemas (as it works and processes events regardless of the schema definition) the capsule is closely tied to the code, capsule fields are processed and expected to appear and the capsule is not optional.
This is a bigger problem in MYSQL storage as capsule is tied closely to table structure.