New Features
- Add sleep node type for workflow - pause execution for a specified duration (in milliseconds)
Improvements
- Fix obsidian-command node behavior - tab now remains open after command execution and waits 100ms for workspace to settle, enabling proper handling of async commands
like encryption - Add encryption workflow sample using sleep + close pattern