Revise the architecture plan to reflect an input -> chunk -> process -> merge -> normalize -> output workflow

This commit is contained in:
2026-07-03 08:54:23 -05:00
parent 32be4ee85e
commit 88042174b3
10 changed files with 426 additions and 160 deletions

View File

@@ -25,8 +25,8 @@ In scope:
Out of scope:
- real input adapters;
- real extractors;
- real input modules;
- real process modules;
- LLM provider calls;
- prompt or response-schema assets;
- diagnostics run directory;
@@ -47,7 +47,7 @@ contract packages:
structured LLM interfaces used by later checkpoints.
The contracts should be proven with fake implementations in tests. Those tests
should demonstrate composition without real source adapters, real extractors,
should demonstrate composition without real input modules, real process modules,
LLM provider calls, prompt assets, or diagnostics infrastructure.
Implementation staging belongs in