bd38ba0532
- Parse code with acorn to detect single expression statements - Auto-wrap expressions with 'return await (...)' for implicit return - Exclude side-effects: assignments, updates (x++), delete operator - Update skill.md examples to remove console.log (keep await) - Add unit tests for shouldAutoReturn function