Update feature roadmap to include a named pipeline profile configuration model

This commit is contained in:
2026-07-03 10:09:02 -05:00
parent b4ee4c64f0
commit c4da7bea1a
8 changed files with 333 additions and 66 deletions

View File

@@ -28,6 +28,8 @@ Out of scope:
- real input parsing;
- real input modules;
- real extract modules;
- pipeline-profile config loading;
- module capability validation;
- real LLM calls;
- prompt assets;
- response schema assets;
@@ -50,6 +52,10 @@ The runner should operate on already parsed source documents in this checkpoint.
Raw input parsing and concrete input module behavior remain deferred to the
Seriatim input module checkpoint.
Pipeline-profile resolution, module metadata, and capability validation are
deferred to checkpoint 3. This checkpoint only needs constructor registries and
minimal runner composition.
Implementation staging belongs in
[`implementation.md`](implementation.md).