Thanks for your interest in deeploop!
git clone https://github.com/VOIDXAI/deeploop.git
cd deeploopRequirements:
- Python 3.9+
- bash
- jq (used by the Stop Hook)
No pip dependencies — the project uses only the Python standard library.
python3 -m unittest discover -s tests -p "test_*.py" -vshellcheck hooks/stop-hook.shSKILL.md # Protocol injected into Claude's prompt
references/ # Detailed specs (protocol.md, evals.md)
hooks/stop-hook.sh # Stop Hook that drives the loop
tests/ # Unit and integration tests
benchmarks/ # Optional benchmark scripts
- Keep changes focused — one concern per PR.
- Add or update tests for any behavioral change.
- Do not modify SKILL.md or references/ without also updating tests in
test_skill_contract.py. - The Stop Hook must remain fast (<100 ms) — it runs on every Claude turn.
Open an issue at https://github.com/VOIDXAI/deeploop/issues.