Update the architecture plan to standardize on input -> chunk -> extract -> merge -> normalize -> output naming conventions
This commit is contained in:
@@ -26,7 +26,7 @@ In scope:
|
||||
Out of scope:
|
||||
|
||||
- real input modules;
|
||||
- real process modules;
|
||||
- real extract 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 input modules, real process modules,
|
||||
should demonstrate composition without real input modules, real extract modules,
|
||||
LLM provider calls, prompt assets, or diagnostics infrastructure.
|
||||
|
||||
Implementation staging belongs in
|
||||
|
||||
Reference in New Issue
Block a user