# El Foundation Engineering repository for El Foundation. ## About El Foundation builds institutions that outlast their founders. We create technology and organizations that compound in value over time. This repository is the source of truth for our engineering work. ## Getting Started 1. Read the [company charter](docs/company/charter.md) to understand why we exist. 2. Read the [operating model](docs/company/operating-model.md) to understand how decisions are made. 3. Read [CONTRIBUTING.md](CONTRIBUTING.md) before making any changes. ## Repository Layout ``` ├── .github/workflows/ # CI/CD definitions ├── docs/ │ ├── company/ # Founding documents (charter, org, etc.) │ ├── engineering/ # Engineering standards and decisions │ └── adrs/ # Architecture Decision Records ├── apps/ # Application code (TBD — created when product work begins) ├── packages/ # Shared libraries and packages └── scripts/ # Automation and utility scripts ``` ## Technology Stack See [docs/engineering/tech-stack.md](docs/engineering/tech-stack.md) for current choices and rationale. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). ## License Proprietary — All rights reserved.