Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 592 Bytes

File metadata and controls

23 lines (18 loc) · 592 Bytes

Quick start

git clone https://github.com/TamirCohen28/repo-bug-learner.git
cd repo-bug-learner
docker compose up -d
uv sync --extra dev
cp config/config.example.toml config/config.toml

Fill in Jira URL, project_key, GitHub org, and repos list.

export JIRA_USER=... JIRA_TOKEN=... GITHUB_TOKEN=... ANTHROPIC_API_KEY=...
python -m src.orchestrator schema
python -m src.orchestrator batch --repo backend --since 2024-06-01 --output out/

Review out/candidates/ then optionally:

python -m src.orchestrator ship --report out/validated/report.json