Skip to content

RepoGrammar v0.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 14:22
· 107 commits to main since this release
Immutable release. Only release title and notes can be modified.
21d6db4

RepoGrammar v0.2.2 is the first published stable-channel release in the
pre-1.0 line. It is a stable distribution channel, not a claim of 1.0 API
stability, production readiness, sound whole-program analysis, or measured
token savings.

Highlights

  • No-build native artifacts for macOS arm64/x86_64 and glibc Linux
    arm64/x86_64.
  • MCP and CLI onboarding with repository setup, indexed pattern-family
    queries, advisory conformance checks, and source-backed read plans.
  • Conservative typed UNKNOWN and PARTIAL_CONTEXT outcomes instead of
    unsupported certainty.
  • Managed coding-agent instructions and fail-closed native agent integration
    reconciliation.
  • Truthful autosync readiness with bounded startup proof and healthy-heartbeat
    coverage.
  • Exact Rust-host/Python-worker contract matching, including packaged Pydantic
    full and incremental sync regression coverage.

Install

Verify npm publication before using the pinned launcher:

npm view @sioyooo/repogrammar@0.2.2 version
npm view @sioyooo/repogrammar dist-tags --json
npx @sioyooo/repogrammar@0.2.2 setup --project /path/to/your/repo --target auto

The npm commands are available only after the exact 0.2.2 stage has been
approved and the registry query succeeds. Native users can download the
matching archive and checksum from this release.

Scope and limitations

  • Windows is not a supported release platform and no Windows artifact is
    published.
  • Python is the strongest supported analysis path; other documented languages
    remain bounded previews or discovery-only where stated.
  • The MCP API and non-Python analyzers remain experimental.
  • estimated_potential_token_savings is an estimate, not a measured result.

The immutable npm preview channel remains 0.2.0-preview.0. The retained
v0.2.0 and v0.2.1 tags were failed, unpublished stable candidates and are
not releases. See the repository CHANGELOG.md and stable v0.2.2 release
checklist for the full audited history and verification contract.