; Attenuate `$config` by rewriting plain `require-service` assertions to `require-core-service` ; assertions. Allow all other assertions through. ; let ?sys = <* $config [ > ]> ; Give meaning to `require-core-service`: it is an ordinary `require-service`, plus a ; declaration that the `core` milestone depends on the service. ; ? [ > ] ; Load config in the `core` directory, using the wrapped `config` so that all plain services ; required are changed to be *core* services. ; > ; In addition, require the `core` milestone explicitly. ; >