Skip to content

v3.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:37
· 438 commits to main since this release
3aeb0e7

[3.8.0] — 2026-06-05 — "Graceful Deprecations"

Deprecated

  • projscan_explain / projscan explain → use projscan_file / projscan file (a strict superset: same purpose/imports/exports plus churn, risk, ownership, and related health).

  • projscan_graph → use projscan_semantic_graph (the stable v3 successor with the same nodes/edges behind a versioned contract).

    Both still work and are unchanged in 3.x; they are slated for removal in 4.0. Deprecated MCP tools carry a [DEPRECATED …] description prefix plus a structured deprecated field; the deprecated CLI command prints a one-line notice to stderr. See docs/MIGRATION-4.0.md.