Nick Sweeting
|
c7b2217cd6
|
tons of fixes with codex
|
2026-01-19 01:00:53 -08:00 |
|
Claude
|
09a1ca3134
|
Fix hook priority conflicts and standardize on_Binary naming
on_Snapshot priority fixes:
- redirects.bg.js stays at 31, staticfile.bg.js → 32
- headers.js stays at 55, readability.py → 56
- mercury.py → 57, htmltotext.py → 58
on_Binary hooks now have numeric priorities:
- 10: npm_install.py
- 11: pip_install.py
- 12: brew_install.py
- 13: apt_install.py
- 14: custom_install.py
- 15: env_install.py
|
2026-01-01 01:31:52 +00:00 |
|
Claude
|
9703a8e88c
|
Add tests for responses, staticfile, and env provider plugins
- responses: Tests network response capture during page load
- staticfile: Tests static file detection and download skip for HTML
- env: Tests PATH-based binary discovery (python3, bash)
|
2025-12-31 18:28:01 +00:00 |
|
Nick Sweeting
|
1e4d3ffd11
|
improve plugin tests and config
|
2025-12-29 00:45:23 -08:00 |
|
Nick Sweeting
|
50e527ec65
|
way better plugin hooks system wip
|
2025-12-28 03:39:59 -08:00 |
|
Nick Sweeting
|
1915333b81
|
wip major changes
|
2025-12-24 20:10:38 -08:00 |
|