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
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ All notable changes to this project are documented here. The format follows

## [Unreleased]

## [0.1.0] - 2026-07-12

Initial public release.

### Added
- `.pre-commit-hooks.yaml` so the gate installs as a first-class pre-commit
repo (`neo-evidence-gate` for files, `neo-evidence-gate-commit-msg` for
commit messages). Documented `repo: https://github.com/Yesol-Pilot/neo-evidence-gate`
usage in the README.

## [0.1.0] - 2026-07-08

Initial public release.

### Added
- Core gate (`check_text`) that flags completion claims lacking nearby evidence.
- Claim / evidence / hedge pattern sets, with a `--strict` broader claim set.
- CLI `neo-evidence-gate` (files or stdin, `--json`, `--window`, `--back`,
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ repos:
- id: neo-evidence-gate
```

Install both Git hook types:

```bash
pre-commit install
pre-commit install --hook-type commit-msg
```

Or keep a local/system install if the CLI is already on `PATH`:

```yaml
Expand Down