Snider
3c4011bdcb
test(actions): add integration tests for scheduled actions flow
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:43:51 +00:00
Snider
633fbeb559
feat(actions): add ScheduleServiceProvider — wires DB-backed actions into scheduler
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:42:59 +00:00
Snider
d1598882bb
feat(actions): add schedule:sync command — persists #[Scheduled] to database
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:41:17 +00:00
Snider
9ffb756969
feat(actions): add ScheduledActionScanner — discovers #[Scheduled] classes
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:25:31 +00:00
Snider
ace48d57c2
feat(actions): add ScheduledAction model and migration
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:24:20 +00:00
Snider
8d0b2b64ec
feat(actions): add #[Scheduled] attribute for Action classes
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:23:33 +00:00
Snider
28d004ff61
feat: replace Go CLI with PHP framework
...
CI / PHP 8.4 (push) Failing after 1m54s
CI / PHP 8.3 (push) Failing after 1m58s
Go CLI commands moved to core/go-php. This repo now contains
the Laravel modular monolith framework (previously php-framework).
- Remove all Go files (now in core/go-php)
- Add PHP framework: event-driven module loading, lifecycle events
- Composer package: core/php
- core/php-framework remains as-is for backward compat
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 08:49:51 +00:00