This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-agentic/Routes
Snider c47c23406f
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
fix(api): use event-scoped route registration
Routes must go through $event->routes() so they only load for API
requests, not globally. LifecycleEventProvider adds /api prefix,
so Go client sets BaseURL to .../api.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 18:39:56 +00:00
..
admin.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00
api.php fix(api): use event-scoped route registration 2026-03-04 18:39:56 +00:00
console.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00
web.php feat: extract Brain operations into CorePHP Actions + API routes 2026-03-04 12:15:13 +00:00