Skip to content

Releases: 0xLLM73/prlearn

prlearn v0.1.0

23 May 23:27

Choose a tag to compare

prlearn v0.1.0

Initial public release of prlearn, a local-first CLI that turns GitHub pull request feedback into reviewable learning cards and compact agent/editor memory.

Included

  • Local SQLite storage for PR evidence, learning candidates, accepted cards, reports, and exports.
  • Fixture-backed deterministic workflow for testing without GitHub credentials.
  • GitHub App sync for stable unattended use, with gh fallback.
  • Heuristic, Ollama, Codex OAuth, and direct OpenAI extraction paths.
  • Optional Telegram candidate review flow.
  • Raw GitHub payload encryption support.
  • Public setup, security, contributing, and release-readiness docs.
  • MIT license.

Install

python3 -m venv .venv
. .venv/bin/activate
python -m pip install "prlearn @ git+https://github.com/0xLLM73/prlearn.git@v0.1.0"

Notes

prlearn is not published to PyPI yet. GitHub tag installs are the supported distribution path until a trusted-publishing release workflow is added and tested.

Users must create their own GitHub App, optional Telegram bot, optional Codex/Ollama/OpenAI setup, and local passphrase. Maintainer credentials are not included.