[ORCH-101] Set up apps/orchestrator structure #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create the directory structure for the orchestrator service in the monorepo using NestJS framework.
Acceptance Criteria
apps/orchestrator/src/{api,spawner,queue,monitor,git,killswitch,coordinator,valkey}apps/orchestrator/tests/{unit,integration}Dependencies
None (foundation work)
Technical Notes
See ORCHESTRATOR-MONOREPO-SETUP.md Section 2 for complete structure.
Framework: NestJS (replacing Fastify for better dependency injection and module organization)