| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| graphifyy-0.3.21-py3-none-any.whl | < 9 hours ago | 189.1 kB | |
| graphifyy-0.3.21.tar.gz | < 9 hours ago | 209.2 kB | |
| README.md | < 9 hours ago | 727 Bytes | |
| v0.3.21 source code.tar.gz | < 9 hours ago | 291.2 kB | |
| v0.3.21 source code.zip | < 9 hours ago | 346.4 kB | |
| Totals: 5 Items | 1.0 MB | 0 | |
What's new
- Fix: Codex hook JSON schema —
systemMessagenow placed at the top level of the hook output, not insidehookSpecificOutput. codex-cli 0.118.0+ usesadditionalProperties: falseon the inner object so the old placement caused a validation error (#138) - Fix: git hooks now use
#!/bin/shinstead of#!/bin/bash— Git for Windows shipssh.exe, not bash, so hooks were silently skipped after every commit on Windows (#140)
Install / upgrade
pip install --upgrade graphifyy
Then re-run graphify codex install to get the fixed hook, and graphify hook install to get the fixed git hook.
Full changelog: CHANGELOG.md