Coverage for src/moai_adk/templates/.claude/hooks/alfred/utils/__init__.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-19 20:11 +0900
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-19 20:11 +0900
1"""
2Utility modules for Alfred hooks.
4This package contains utility functions and configuration
5for Alfred hook scripts integration.
6"""
8__version__ = "1.0.0"
9__author__ = "MoAI-ADK Team"