This workspace is the root for multiple independent TypeScript projects. Each
project lives under projects/, owns its own README.md, and may define its own
testing, build, deployment, and end-to-end workflow.
- Projects
- Architecture Principles
- TypeScript Standards
- Security and Vulnerability Scanning
- Testing and Deployment
- Project Template
- All application and library code is TypeScript.
- Every project documents its purpose, architecture, commands, and deployment
model in its own
README.md. - Projects use clean-code-friendly ESLint and Prettier settings.
- Security checks are run regularly enough to catch up with newly disclosed known vulnerabilities.
- Deployment tests run on demand and keep idle cost near zero.
- Projects are designed to start small, then scale vertically in compute, storage, networking, observability, and operational controls.
See projects/README.md for the project index. Each project README owns its implementation notes, commands, testing details, release steps, and planning history.