- Add deduplication to handleCreateNoteImmediate to prevent rapid calls from creating multiple notes - Use pending set to track in-flight create operations - Tests: rapid triple-call dedup, default type, custom type - Refs: useNoteActions, useTabManagement, useVaultLoader updated