Story: Entity classification and drift baseline: ores.scheduler
Table of Contents
This page documents a story in Sprint 25. It captures the goal, current status, acceptance criteria, and the tasks that compose it.
Goal
Bring ores.scheduler to the same proven state as the ores.refdata pilot: every codegen-eligible entity bound to a profile or recorded as a genuine no-match, zero-diff regeneration verified, and any real gap the check surfaces fixed rather than skipped. Once trusted, scheduler-cpp is added to the CI regeneration-drift check.
Status
| Field | Value |
|---|---|
| State | BACKLOG |
| Parent sprint | Sprint 25 |
| Now | Not yet started. |
| Waiting on | Nothing. |
| Next | Break the story into tasks. |
| Last touched | 2026-08-04 |
Acceptance
- Every ores.scheduler entity is bound to a matching Variability Profile, or recorded as a genuine no-match with a documented reason.
- Every rebound entity is regenerated and diffed against its pre-rebind checked-in output; zero diff is the pass condition, and any non-zero diff is fixed, not worked around.
- Full local build clean, validate_schemas.sh green, full ctest suite green after regeneration.
- check_component_drift.py –components is extended to include scheduler-cpp, and the refdata-codegen-drift CI job is updated so future PRs touching ores.scheduler fail on any regeneration drift.
- The superseded ad hoc task 'Apply safe drift to scheduler-cpp' is marked ABANDONED, pointing here.
- The known starting-point wrinkles already recorded (service_find_prefix on job_definition; leftover hand-written generators/ directory conflicting with the template-generated generator/ directory) are resolved as part of reaching zero drift. This work runs on the current scheduler entity model (recently fixed for drift in this worktree's prior task) rather than a stale one.
Tasks
| Task | State | Start | End | Description |
|---|---|---|---|---|
| Bind ores.scheduler entities to profiles; verify zero-diff regen | BACKLOG | Implement profile binding for the scheduler-cpp catalogue entry, rebind every matching entity, regenerate, and confirm byte-identical output. Known starting point: set service_find_prefix on job_definition; delete leftover hand-written generators/ directory that conflicts with the new template-generated generator/ directory. |