Skip to content
/ jul Public

Continuous sync and prompt-level git blame for the agentic era

Notifications You must be signed in to change notification settings

lydakis/jul

Repository files navigation

Jul Monorepo

This repository hosts the Jul CLI, server, web UI, and infrastructure-as-code.

Layout

apps/
  cli/                 # Go CLI (jul)
  server/              # Server (API + git sidecar)
  web/                 # Frontend UI
infra/
  cloudformation/      # AWS CloudFormation templates

docs/                  # Design docs (specs, notes)

Getting started

  • CLI: cd apps/cli then go run ./cmd/jul --help
  • Server: cd apps/server then go run ./cmd/jul-server

Planning

  • Tracker: docs/tracker.md

Testing

  • Smoke tests: docs/smoke-tests.md
  • Coverage: ./scripts/coverage.sh (writes coverage.out in each app)

Releases

  • GoReleaser + Homebrew: docs/release.md

Note: Module paths in go.mod may need to be updated once the repo remote is set.

About

Continuous sync and prompt-level git blame for the agentic era

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages