/** * HistoryCommand - Show session/summary history * DD §17. */ export function historyCommand(): void { console.log('Session History:') console.log(' (no history — TODO: load from .air/sessions/)') }