azaharizaman/nexus-sourcing-operations

Nexus SourcingOperations Orchestrator - Cross-package workflow coordination for vendor sourcing and ecosystem management

Maintainers

Package info

github.com/azaharizaman/nexus-sourcing-operations

pkg:composer/azaharizaman/nexus-sourcing-operations

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha1 2026-05-05 02:28 UTC

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.