Skip to content

v6.52.1

Choose a tag to compare

@github-actions github-actions released this 08 May 03:59
· 136 commits to main since this release

v6.52.1 (2026-05-08)

Refactoring

  • refactor(naming): rename BOM/POS orchestration classes to new naming convention (#237)

Rename map (no backward-compat shims):
BOMOrchestrationService → BOMWorkflow (bom_orchestration.py → bom_workflow.py)
BOMOrchestrationRequest → BOMRequest
BOMOrchestrationResult → BOMResult
BOMOrchestrationMode → BOMMode
POSOrchestrationService → POSWorkflow (pos_orchestration.py → pos_workflow.py)
POSOrchestrationRequest → POSRequest
POSOrchestrationResult → POSResult
POSOrchestrationMode → POSMode
.orchestrate() → .run()
_orchestrate_field_listing → _list_fields
_orchestrate_generation → _generate

Class names now reflect the promise (what is produced), not the mechanism.
src/WARP.md documents the naming convention for future reference.
All 1057 tests pass.

Co-Authored-By: Oz oz-agent@warp.dev (d0dc5ba)