Thanks for helping improve lab.
bun install
bun dev- App runs on
http://localhost:5173 - Worker runs on
http://localhost:1337
High-signal contributions:
- Capability boundaries / sandbox correctness
- Chain + spawn ergonomics
- Trace schema clarity (for humans + machines)
- Docs that make self-hosting and integration obvious
| Command | What it does |
|---|---|
bun test |
Unit tests |
bun run lint |
oxlint (--deny-warnings) |
bun run check |
typecheck + svelte-check + package builds |
bun run dogfood:lab |
smoke run against LAB_URL (defaults to http://localhost:1337) |
- Keep changes small and reviewable
- Prefer shipping working, boring code over abstractions
- If you add a new capability surface:
- Update the capability registry + docs
- Include the security / boundary rationale
By participating, you agree to CODE_OF_CONDUCT.md.