Butkhuzi Root Dev Orchestration Status
Root Startup Paths Now Launching svc-butkhuzi
npm run dev: Now includessvc-butkhuzion port 4024 as BUTKHUZI service.npm run dev:core: Now includessvc-butkhuzion port 4024 as BUTKHUZI service.npm run dev:one: Inherits fromdev, so now launchessvc-butkhuzi.
API Target Now Used for Butkhuzi
- Normal root dev API env:
BUTKHUZI_SERVICE_URL=http://localhost:4024 - Updated scripts:
dev,dev:core,dev:api
What Changed
- Added
svc-butkhuzito concurrently lists indevanddev:core. - Changed
BUTKHUZI_SERVICE_URLfromhttp://localhost:4020tohttp://localhost:4024indev,dev:core,dev:api. - Port 4024 already included in dev port cleanup in
scripts/dev-bootstrap.js.
Remaining Fallback-Only Path
dev:api:butkhuzi-extracted: Already correctly targetshttp://localhost:4024(no change needed).- Manual override:
BUTKHUZI_SERVICE_URL=http://localhost:4020can still be used for fallback testing if needed.
Notes
svc-butkhuziis now the normal primary runtime in root dev orchestration.svc-tendersis no longer the normal Butkhuzi dev host.- Orchestration now matches the extracted-runtime reality for ICPI, Accommodations, and Vacancies.