-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Braden Seaborn edited this page Aug 23, 2026
·
3 revisions
HELVE is an Agentic Development Environment. The desktop shell hosts your development tools and the agents that drive them.
These pages tell you how to add a surface to HELVE.
- App or Tool — pick the correct shape.
- Build an App — the three edits that add one.
- The Bridge API — what an app frontend calls.
- The Rust Half — what answers those calls.
- Verify Your Work — the four checks, and how to run the app.
This wiki names files in the repository. Clone the repository first.
| Question | File |
|---|---|
| Which layer imports which |
STANDARDS.md §1 |
| App and tool boundaries | apps/README.md |
| The message contract | docs/tool-protocol.md |
| How the shell boots | docs/dev/architecture.md |
| What "done" means |
STANDARDS.md §9 |
These pages pass the repository linter at tools/ste_lint.py. The linter enforces plain technical English: short sentences, active voice, and no hedges. Lint your own edits before you push them:
python -X utf8 tools/ste_lint.py PATH --profile prose