Skip to content

v0.7.1 — MCP --repo-root wiring + PyPI rename + 5-case evidence

Choose a tag to compare

@zsxh1990 zsxh1990 released this 05 Jul 03:36

What's in v0.7.1

Distribution renameprgeniusprgenius-kb (PyPI name was already
taken by an unrelated 2024 GPT-3 PR-description tool; uploader, purpose,
maintainer all differ). Import path unchanged (prgenius.cli). README install
command updated.

MCP --repo-root flag now actually flowscli.py cmd_dump and
cli.py cmd_mcp_serve were parsing --repo-root but ignoring it; mcp.py
hardcoded REPO_ROOT as a module-level constant. Both fixed. All 4 tool
implementations now read the resolved repo_root from _load_tools(repo_root).

Cursor / Claude Code / Cline config snippets in prgenius/README.md
JSON ready to paste into ~/.claude/mcp.json, ~/.cursor/mcp.json, or
VS Code cline_mcp_settings.json.

validate.py --enforce-evidence convergence — 22 → 12 warnings. 5 PR
Case Studies now carry case-level verified_at / evidence_urls /
confidence (honcho#801, qdrant#143, uv#19685, mongodb#1309,
agentic#1382). --strict remains 0 errors.

CHANGELOG doc-drift fix — entries previously parked under [Unreleased]
are realigned to the release they landed in ([0.6.1] ← SECURITY /
DISCUSSIONS / Topics / .github / docs/INDEX / README.zh), and missing
segments [0.6.2] through [0.7.0] are filled in.

Stats

  • 12 profiles / 12 case studies / 11 lessons / 5 anti-patterns
  • validate.py --strict: 0 errors
  • validate.py --enforce-evidence: 12 warnings

Known issues (carried from upstream)

  • G. astral-sh-uv/pr-19685-sarif-audit.md: case frontmatter says
    status: merged but GH API returns state=closed, merged=False.
  • H. agentic-community-mcp-gateway-registry/pr-1382-auth-md-mermaid-token.md:
    case frontmatter says status: open but GH API returns merged=True.

Both pending next real upstream interaction.

Install

pip install prgenius-kb

Full quickstart: see prgenius/README.md.