Thanks for your interest in contributing!
- Bun
>= 1.0.0
git clone https://github.com/softaworks/agenttrail.git
cd agenttrail
bun installbun run devOpen http://localhost:9847.
Run these before opening a PR:
bun run typecheck
bun run checkbun run build- Backend / CLI:
src/ - UI (static):
public/ - Detailed spec:
SPEC.md
If your change affects behavior or endpoints, please update SPEC.md accordingly.
- Keep PRs focused and small when possible.
- Prefer clear, user-facing behavior changes over refactors.
- Don’t add new dependencies unless there’s a strong reason.
Please include:
- What you expected vs what happened
- Steps to reproduce
- OS + Bun version
- A screenshot or console logs (if UI-related)