Update the architecture plan to standardize on input -> chunk -> extract -> merge -> normalize -> output naming conventions
This commit is contained in:
@@ -27,7 +27,7 @@ Out of scope:
|
||||
|
||||
- real input parsing;
|
||||
- real input modules;
|
||||
- real process modules;
|
||||
- real extract modules;
|
||||
- real LLM calls;
|
||||
- prompt assets;
|
||||
- response schema assets;
|
||||
@@ -60,7 +60,7 @@ Implementation staging belongs in
|
||||
- `go test ./...` passes.
|
||||
- Fake adapter/extractor/validator registrations work in tests.
|
||||
- The runner operates on `SourceDocument`, not transcript-specific structures.
|
||||
- The runner does not import concrete D&D process module packages.
|
||||
- The runner does not import concrete D&D extract module packages.
|
||||
|
||||
## Review Questions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user