azaharizaman / nexus-sourcing-operations
Nexus SourcingOperations Orchestrator - Cross-package workflow coordination for vendor sourcing and ecosystem management
Package info
github.com/azaharizaman/nexus-sourcing-operations
pkg:composer/azaharizaman/nexus-sourcing-operations
v0.1.0-alpha1
2026-05-05 02:28 UTC
Requires
- php: ^8.3
- azaharizaman/nexus-sourcing: dev-main
- azaharizaman/nexus-sourcing-scoring: dev-main
- azaharizaman/nexus-vendor: dev-main
Requires (Dev)
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2026-05-05 03:36:31 UTC
README
Layer 2 orchestrator for RFQ lifecycle coordination in the sourcing domain.
Scope
- In scope: Tenant-scoped RFQ duplicate, draft save, bulk action, status transition, and invitation reminder coordination.
- Out of scope: Eloquent, Laravel controllers, HTTP validation, and synthetic response generation.
Depends On
| Package | Role |
|---|---|
azaharizaman/nexus-sourcing |
RFQ lifecycle vocabulary, bulk-action allowlist, and transition policy contract |
azaharizaman/nexus-vendor |
Shared vendor-related contracts used by the sourcing domain |
Testing
cd orchestrators/SourcingOperations
composer install
./vendor/bin/phpunit
Notes
- All coordinator methods require tenant-scoped ports.
- Duplicate creates a copy of the RFQ core record and line items only within the current Alpha slice.
- Bulk actions are limited to the Layer 1 allowlist (
close,cancel). - Invitation reminders must return real tenant-scoped results, not synthetic placeholders.