Drop 9 batch proposals that are superseded by the boocode-lift-analysis (boocontext-audit, conductor upgrades, self-healing/verify-gate skills): add-3tier-memory, import-llm-evaluator, import-pregel-engine, plugin-platform, conductor-evolution, code-intelligence-upgrade, dev-workflow, ui-overhaul, agent-reliability. Delete 11 stub archive files (49-66B each, 'Status: Shipped. Archived.' only) that provide zero documentation value over the existing CHANGELOG.md + git tags.
18 lines
852 B
Markdown
18 lines
852 B
Markdown
## ADDED Requirements
|
|
|
|
### Requirement: Six batch types
|
|
- **WHEN** guidelines are evaluated
|
|
- **THEN** they are processed through: Observational, Actionable, PreviouslyApplied, Disambiguation, ResponseAnalysis, and LowCriticality batches
|
|
|
|
### Requirement: Parallel batch execution
|
|
- **WHEN** independent batches are ready
|
|
- **THEN** they execute in parallel (observational + actionable run concurrently)
|
|
|
|
### Requirement: Structured LLM output per batch
|
|
- **WHEN** a batch calls the LLM
|
|
- **THEN** it uses a structured schema specific to the batch type (e.g., applies: boolean for actionable, was_followed: boolean for response analysis)
|
|
|
|
#### Scenario: Multi-rule evaluation
|
|
- **WHEN** an agent action matches 3 guidelines across different criticalities
|
|
- **THEN** the matcher returns all applicable matches with scores, with CRITICAL matches flagged
|