v1.3.2
GitHub ActionsとPHPStanの指摘を修正: - GitHub Actions: GITHUB_TOKEN権限を明示的に制限(contents: read) - Windows.php: 冗長な is_int() チェックを削除(PHPStan警告解消) 変更内容: - セキュリティ強化: 最小権限の原則に従いトークン権限を制限 - 型チェック最適化: Configuration クラスで型が保証されているため不要 - PHPStan レベル8 エラー解消 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>