1 Commits

Author SHA1 Message Date
dcd31469a5 feat(benchmark): add hook mode with baseline cache for pre-push checks
- Fix lint errors and LSP issues in benchmark.py
- Add --hook mode to compare against saved baseline
- Add --baseline flag to save results as baseline
- Add --threshold to configure degradation threshold (default 20%)
- Add benchmark step to pre-push hook in hk.pkl
- Update AGENTS.md with hk documentation links and benchmark runner docs
2026-03-15 22:57:55 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ This project uses:
mise run install mise run install
# Or equivalently: # Or equivalently:
uv sync --all-extras # includes mic support uv sync --all-extras # includes mic, websocket, sixel support
``` ```
### Available Commands ### Available Commands

View File

@@ -34,7 +34,7 @@ websocket = [
"websockets>=12.0", "websockets>=12.0",
] ]
sixel = [ sixel = [
"pysixel>=0.1.0", "Pillow>=10.0.0",
] ]
browser = [ browser = [
"playwright>=1.40.0", "playwright>=1.40.0",