Workspace Build Validation
Date: 2026-03-06
Workspace manager
- Root workspace manager:
npm workspaces
Resolving locale, route permissions, and workspace projection.
Current scope: Guest
Category: 90_stabilization | Version: v1.0.0
Owner: DOCUMENT_CUSTODIAN | Review cycle: 90 days
Approval authority: Unspecified
Documentation portal is read-only. Editing and mutation endpoints are disabled.
Kvary platform is originally created in Georgian. Where a Georgian version exists, Georgian is authoritative for platform UI, documentation, and legal interpretation.
Translations into other languages are provided for convenience. Some records may originate in other languages and carry their own source or legal locale for a specific flow, but where a Georgian version is available, the Georgian version prevails for platform-level wording and interpretation.
Metadata incomplete: Document ID, Version, Status, Owner Role, Last Review Date, Next Review Date, Change Log
Date: 2026-03-06
npm workspacespackage.json defines "workspaces": ["packages/*", "services/*", "apps/*"]package-lock.json also records workspace metadataRoot scripts now include:
build:packages
npm run build --workspace=@kvary/ai-layer && npm run build --workspace=@kvary/memory-layerpostinstall
npm run build:packagesEffect:
npm install at repo root will build:
@kvary/ai-layer@kvary/memory-layerValidation commands executed:
npm run build:packagesnpm exec -- node -e "import('./packages/ai-layer/dist/index.js')..."npm exec -- node -e "import('./packages/memory-layer/dist/index.js')..."Validation result:
@kvary/ai-layer build succeeded and packages/ai-layer/dist/index.js resolved@kvary/memory-layer build succeeded and packages/memory-layer/dist/index.js resolvedCurrent consumers detected:
apps/web/next.config.js
@kvary/ai-layer@kvary/memory-layerapps/web/lib/docsRagBootstrap.ts
@kvary/ai-layerapps/web/src/app/api/ai/audit/route.ts
@kvary/ai-layerapps/web/src/app/api/ai/audit/verify/route.ts
@kvary/ai-layerapps/web/src/app/api/ai/ask/route.ts
@kvary/ai-layer@kvary/memory-layerDependency graph note:
apps/web, not package-to-package build chainingNot handled by this workspace auto-build commit:
packages/core
packages/identity-infra
tsx src/index.tspackages/financial-layer
This commit does not: