From 0a2969952fd6cd60a364232371c0c18df084770b Mon Sep 17 00:00:00 2001 From: Yesol Heo | Creative Developer <86992002+Yesol-Pilot@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:25:00 +0900 Subject: [PATCH 1/2] document commit-msg hook installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6fbbc6c..5461db4 100644 --- a/README.md +++ b/README.md @@ -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 From 0bc6e51345e1b84aaf601bb756db30eba55b56bc Mon Sep 17 00:00:00 2001 From: Yesol Heo | Creative Developer <86992002+Yesol-Pilot@users.noreply.github.com> Date: Sun, 12 Jul 2026 13:25:01 +0900 Subject: [PATCH 2/2] align changelog with v0.1.0 release --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3173a..df9e06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`,