Changelog¶
All notable changes to this project are documented here. The format follows Keep a Changelog and the project adheres to Semantic Versioning.
Unreleased¶
Added¶
- Demo recording (
docs/assets/demo.gif,.webm,.cast) and the script that regenerates it,scripts/demo/make_demo.py. - Scripted mode for the
fakeprovider throughGRIP_FAKE_SCRIPT, plusGRIP_FAKE_DELAYfor artificial latency. -
Providers that reuse a coding agent already installed and signed in, so no API key is needed:
claude-code(aliasclaude),codexandgemini. Each runs the CLI in non-interactive mode with tools disabled, in an empty scratch directory. -
Claude Code plugin, served from this repository as a marketplace (
/plugin marketplace add guilyx/grip):/grip:quizrelays the quiz through Claude and aPreToolUsehook blocksgit pushuntil the diff has passed. -
grip ask,grip grade,grip checkandgrip agent-hook: the quiz as non-interactive JSON steps so any coding agent can drive it. -
Launch assets under
docs/assets/launch/(Product Hunt image, icon, 1080p launch video) anddocs/assets/demo.mp4, generated byscripts/launch/make_launch.py; a Media page on the docs site.
Changed¶
- The demo now quizzes a ROS 2 change: a
cmd_velsafety filter gaining a lidar scan watchdog, instead of a payment refund. - Distribution:
install.sh(curl -fsSL .../install.sh | sh) downloads a prebuilt, checksum-verified binary from GitHub Releases into~/.local/bin. The release workflow builds binaries for Linux and macOS (x86_64 and arm64) with PyInstaller; nothing is published to PyPI anymore. modelnow defaults to empty, meaning the provider's own default (claude-opus-5for Anthropic, the CLI's default for coding agents).openaiandollamarequire it.- The score table uses rounded borders, matching the panels.
- The "blocked" message prints the report path relative to the working directory.
0.1.0 - 2026-09-20¶
Added¶
grip quiz: five questions about your staged, unpushed or ranged diff, graded to a Grip Score out of 100 with a configurable pass mark.grip hook pre-commit/grip hook pre-push: hook entry points, both for native git hooks and for the pre-commit framework (.pre-commit-hooks.yaml).grip install/grip uninstall/grip status/grip config/grip forget.- Providers: Anthropic (default,
claude-opus-5), any OpenAI-compatible API including Ollama, and an offlinefakeprovider for tests and demos. - Configuration through
.grip.toml,[tool.grip]inpyproject.toml,GRIP_*environment variables and command-line flags. - Passed diffs are remembered for a configurable time so you are not quizzed twice.
- Documentation site built with MkDocs Material and published to GitHub Pages.