Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: "3.12"
- name: Install signetry-reviewer
# Not published to PyPI; install from the pinned Git source.
run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.2.0"
run: pip install "signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0"
- name: Compute the PR diff
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semver.org/).

## [Unreleased]
## [0.4.0] — 2026-09-01

> First release **tagged in this repository**. The `0.3.0` entry below describes a
> release cut in the pre-move repo, whose tag did not survive the org move.

### Changed

Expand All @@ -16,8 +19,8 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve

- Naming: CLI `signetry`, env vars `SIGNETRY_*`, config `.signetry/`, import package
`signetry_core`, and prose/docs references use **Signetry**. Install pins now use
`signetry-core @ git+https://github.com/Signetry/core@v0.6.0` and
`signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.1.2`.
`signetry-core @ git+https://github.com/Signetry/core@v0.8.0` and
`signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.3.0`.
- **The CLA's fallback licence grant is now non-exclusive.** It previously granted the
Owner an *exclusive* licence where copyright assignment is not permitted by law, which
would have stripped contributors of the right to use their own contribution — directly
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To exercise a change locally, install the pinned engine (same command as the REA
prerequisite):

```bash
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0"
```

Then point Codex at the MCP server / guard as described in the [README](README.md) and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ with [signetry-core](https://github.com/Signetry/core).
## Prerequisite

```bash
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0"
```

Add a `.signetry/admission.yaml` to your repo (allowed/forbidden paths, diff budget,
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Signetry MCP server for Codex — add to ~/.codex/config.toml
# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"
# Requires: pip install "signetry-core @ git+https://github.com/Signetry/core@v0.8.0"

[mcp_servers.signetry]
command = "python"
Expand Down