import manifest from './module.json' with { type: 'json' }; export function createQualityModule() { return { manifest, source: 'builtin', lifecycle: { async start() {}, async stop() {}, async health() { return { ok: true, native: true, contracts: ['reports', 'ai-suggestions'] }; }, }, }; }