Goal 11, Task 0 — [11-0] · GEML Goals 6–12 (roadmap, README §5) · Size: L
Independence
Hard prerequisites (genuinely required): [10-1], [6-1]. These cannot be stubbed: it scales the merged corpus and pair pipelines to 10–100x — throughput engineering over real, merged machinery.
What can start early, before the prerequisites merge: claim the issue, write the config and the tiny-fixture smoke test — only the work that touches real merged code or production artifacts must wait.
- Exclusive write set — no other issue edits your owned paths, so your PR cannot conflict with parallel work.
- Branch:
issue/11-0-<short-slug>.
Objective
Scale the corpus and equivalence-pair pipelines to 10–100x (corpus v3 + pairs) with unchanged quality bars: determinism, dedup, splits, leakage checks, and QA at scale.
Exclusive file ownership
Owned paths — this branch may edit only these paths:
src/geml/experiments/goal11/corpus_v3.py
configs/goal11_corpus_v3.yaml
tests/experiments/test_goal11_corpus_smoke.py
Read-only dependencies:
- Corpus pipeline [1-4]–[1-8]/[10-1]
- pair pipeline [6-1]
Tasks
Acceptance criteria
Validation
Out of scope
- Do not train models or produce scaling curves.
PR checklist
Clean-room rule: Implement only from the current repository specifications and authoritative public sources. Use the v0 prototype only to understand what was measured and why — never as a code template. If an interface is ambiguous, stop and ask rather than modifying another issue's contract.
Goal 11, Task 0 —
[11-0]· GEML Goals 6–12 (roadmap, README §5) · Size:LIndependence
Hard prerequisites (genuinely required): [10-1], [6-1]. These cannot be stubbed: it scales the merged corpus and pair pipelines to 10–100x — throughput engineering over real, merged machinery.
What can start early, before the prerequisites merge: claim the issue, write the config and the tiny-fixture smoke test — only the work that touches real merged code or production artifacts must wait.
issue/11-0-<short-slug>.Objective
Scale the corpus and equivalence-pair pipelines to 10–100x (corpus v3 + pairs) with unchanged quality bars: determinism, dedup, splits, leakage checks, and QA at scale.
Exclusive file ownership
Owned paths — this branch may edit only these paths:
src/geml/experiments/goal11/corpus_v3.pyconfigs/goal11_corpus_v3.yamltests/experiments/test_goal11_corpus_smoke.pyRead-only dependencies:
Tasks
outputs/final/goal11/with full manifests.Acceptance criteria
Validation
python -m pytest tests/experiments/test_goal11_corpus_smoke.pyconfigs/goal11_corpus_v3.yaml.Out of scope
PR checklist