env('AGENTIC_PLAN_RETENTION_DAYS', 90), /* |-------------------------------------------------------------------------- | Forgejo Integration |-------------------------------------------------------------------------- | | Configuration for the Forgejo-based scan/dispatch/PR pipeline. | AGENTIC_SCAN_REPOS is a comma-separated list of owner/name repos. | */ 'scan_repos' => array_filter(explode(',', env('AGENTIC_SCAN_REPOS', ''))), 'forge_url' => env('FORGE_URL', 'https://forge.lthn.ai'), 'forge_token' => env('FORGE_TOKEN', ''), ];