Skip to content

allentic-labs/engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

276 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

engine

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.

Quick start

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

Workspace layout

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors