This repository is an ACDS-first workspace.
acds/is the supported MVP product surface: API, admin UI, workers, policy/routing/runtime packages, and the GRITS release gate.process-swarm-gen2/is a secondary companion integration that demonstrates how ACDS can be used from a larger workflow engine.- ACDS requires Node
>=20.0.0andpnpm >=9.0.0.npm installis not a supported alternative because the workspace depends onworkspace:*linking.
Start with acds/README.md. That is the canonical product README for setup, operations, and supported scope.
From the repository root:
cd acds
corepack enable
corepack prepare pnpm@9.15.0 --activate
pnpm run bootstrapUse pnpm run verify:install any time you want to confirm the workspace links and typechecks cleanly.
- Product identity: ACDS-first
- License: MIT
- Canonical setup and usage: acds/README.md
- MVP boundary: acds/docs/MVP_BOUNDARY.md
- Operator path: acds/docs/operator/MVP_OPERATOR_GUIDE.md
- Runtime traceability: acds/docs/architecture/RUNTIME_TRACEABILITY.md
- Release checklist: docs/release/CHECKLIST.md
acds/- Adaptive Cognitive Dispatch Systemprocess-swarm-gen2/- Example companion integration for Process Swarm
- Initial MVP release notes: docs/release/v0.1.0.md