Add intra-module pipeline for LLM validation
This commit is contained in:
@@ -27,7 +27,8 @@ The targeted concurrency gaps identified in this audit have now been addressed:
|
||||
- legacy `llm-concurrency` settings are preserved as compatibility aliases to total concurrency,
|
||||
- proposal and validation schedulers are composed with a global total-cap scheduler,
|
||||
- scheduler default behavior is FIFO with context-aware queued cancellation and reliable permit release,
|
||||
- runner proposal worker fan-out is aligned with effective proposal concurrency.
|
||||
- runner proposal worker fan-out is aligned with effective proposal concurrency,
|
||||
- intra-module execution now pipelines section validation so proposal and validation LLM work can overlap within a module while retaining deterministic module-level apply ordering.
|
||||
|
||||
## Audit Findings (Questions 1-14)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user