This repository hosts the Jul CLI, server, web UI, and infrastructure-as-code.
apps/
cli/ # Go CLI (jul)
server/ # Server (API + git sidecar)
web/ # Frontend UI
infra/
cloudformation/ # AWS CloudFormation templates
docs/ # Design docs (specs, notes)
- CLI:
cd apps/clithengo run ./cmd/jul --help - Server:
cd apps/serverthengo run ./cmd/jul-server
- Tracker:
docs/tracker.md
- Smoke tests:
docs/smoke-tests.md - Coverage:
./scripts/coverage.sh(writescoverage.outin each app)
- GoReleaser + Homebrew:
docs/release.md
Note: Module paths in go.mod may need to be updated once the repo remote is set.