feat(datagen): add reserve grid positions and batch codes to lab config

- introduce reserve grid positions for QA witness pattern
- add batch codes to run entries in lab configuration
- update schedule with run start time and track interval
- enhance validation checks for run-batch mapping
This commit is contained in:
administrator
2026-07-11 14:15:59 -04:00
parent b173ac82a9
commit e3359383c0
9 changed files with 770 additions and 8 deletions

1
common/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""Shared helpers for the pipeline tasks (see docs/rules/build-pipeline-tasks.md)."""