-
Notifications
You must be signed in to change notification settings - Fork 1
Development Guide
Mac Anderson edited this page Jul 16, 2026
·
2 revisions
Everything you need to develop on Stella locally: setup, standards, testing, and how changes get to main.
🚧 Starter page — fill in repo-specific commands and links.
- Clone the repo:
git clone <repo-url> - Install dependencies:
<command> - Configure secrets/API keys:
<where and how> - Run the dev loop:
<command> - Verify:
<smoke test command>
- Language/style:
<linter, formatter, config location> - Commit messages:
<convention, e.g. Conventional Commits> - Branch naming:
<convention>
| Layer | What it covers | Command |
|---|---|---|
| Unit | Pure logic, no LLM calls | <command> |
| Integration | Tool runtime + sandbox | <command> |
| Agent evals | End-to-end agent behavior | see Agent Design |
Describe review requirements, CI gates, and merge policy. Link the CONTRIBUTING.md in the main repo if one exists.
- Onboarding — first-week checklist
- Architecture — what you're building on
Stella Engineering Wiki · internal use only · How to contribute · Questions → #stella-eng · Sponsor me! https://github.com/macanderson - thanks!
Getting Started
Build
Operate
Reference
curl -fsSL https://raw.githubusercontent.com/oxageninc/stella/main/install.sh | sh
stella --version- Oxagen: https://oxagen.sh
- Stella Docs: https://stella.oxagen.sh
- X: https://x.com/macandersoncto
- LinkedIn: https://linkedin.com/in/macanderson
- Email: mac@oxagen.sh