Allentic engine — a domain-driven implementation engine. pnpm monorepo with an Express/GraphQL API, a React frontend, a per-useCase Forge IDE, and a deterministic commission pipeline that produces running implementations from canonical YAML artifacts.
See CLAUDE.md for the architectural overview, the load-bearing rules under .claude/rules/, and per-package CLAUDE.md files for package-specific docs.
pnpm install
cd apps/web-api && pnpm dev # API on :3002
cd apps/web-app && pnpm start # Web app on :4200
pnpm --filter @apps/forge-ide dev # Forge IDE on :4300 + :3003| Cluster | Role |
|---|---|
authoring/{anvil,forge,wire} |
Produce canonical YAMLs (useCase + directive editing primitives) |
commission/{orchestrator,assemble,audit,charter,mount,validate,…} |
Orchestrate deployment from canonical artifacts |
verification/* |
Observe deployed systems (probe, diagnostic, inspect, simulator, appraise, populator) |
apps/* |
Deployed apps (web-api, web-app, forge-ide) |
foundation/* |
Base type system (archetypes → definitions → artifacts) |
libs/{api,web,setup,utils,handshake,…} |
Runtime libraries |
data/* |
Canonical artifact tree (industries, networks, tenants) |
tests/*, tools/* |
E2E suites and dev automation |