Layer 1
Definition sync
The optional Laravel detector kit can sync named schedules and their timing configuration into LatidoFlow. This confirms that the definition was received; it does not claim that the scheduler invoked it.
Laravel scheduler monitoring
LatidoFlow keeps schedule discovery and execution proof as different facts. A synced command can still be waiting for its first real lifecycle event.
Layer 1
The optional Laravel detector kit can sync named schedules and their timing configuration into LatidoFlow. This confirms that the definition was received; it does not claim that the scheduler invoked it.
Layer 2
Lifecycle events record starts, explicit skips, successes, and failures for supported scheduled executions. A missing expected event can then open a missing-run incident.
Named schedules can be matched to a monitor without exposing command arguments as a public identity. Unnamed schedules remain waiting definitions until they have a safe name.
Supported foreground and background executions send lifecycle evidence around the command rather than treating sync as a successful run.
An explicit scheduler skip advances the expected window without fabricating a successful run. No event by the allowed deadline remains a missing-run condition.
Start with a named command whose absence would otherwise be discovered through stale data or a customer report.