1.2.2
Internal
- Type-safety cleanup for Obsidian's plugin review: the entire
src/codebase now uses real TypeScript types (central interfaces, typed class fields and method signatures, a typed minimal interface for the Tasks plugin API). This eliminates all ~3,400 advisory type-safety warnings from the review report — the plugin's behavior is unchanged.