MaestroKit.psd1

@{
    RootModule           = 'MaestroKit.psm1'
    ModuleVersion        = '0.7.2'
    GUID                 = 'b7e3a9c4-5d18-4f6a-9c2e-1a0d8f4b7e33'
    Author               = 'Arthur Biazon Machado'
    Description          = 'MaestroKit - plan/implement/test/document workflow installer, validators and packaging for AI coding agents.'
    Copyright            = '(c) 2026 Arthur Biazon Machado. MIT licensed.'
    PowerShellVersion    = '7.0'
    CompatiblePSEditions = @('Core')
    FunctionsToExport    = @('Install-Maestro', 'Test-MaestroKit', 'Invoke-MaestroSmokeInstall')
    PrivateData          = @{
        PSData = @{
            Tags         = @('AgentSkills', 'AI', 'ClaudeCode', 'OpenCode', 'OhMyPi', 'Workflow')
            LicenseUri   = 'https://gitlab.com/arthur_b_machado/maestro/-/blob/main/LICENSE'
            ProjectUri   = 'https://gitlab.com/arthur_b_machado/maestro'
            ReleaseNotes = '## 0.8.1 — 2026-08-23 ### Added - *Project Overrides* now documents the overrides-file format with a minimal example (category headings, seeded-by line) and the explicit empty state.'
        }
    }
}