feat: remove entire pr package including agents, autonomous, cache, config, and core modules

Delete the pr/ directory and all its submodules: pr/__init__.py, pr/__main__.py, pr/agents/ (agent_communication.py, agent_manager.py, agent_roles.py), pr/autonomous/ (detection.py, mode.py), pr/cache/, pr/config/, pr/core/, and pr/tools/. Update the Makefile implode target to use python -m rp.implode instead of direct cp. Add changelog entry for version 1.13.0 documenting the switch to synchronous HTTP client.
This commit is contained in:
2025-11-07 17:42:32 +00:00
parent 4a8d2e7e60
commit d1d0bfdad1
85 changed files with 60 additions and 15177 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ serve:
implode: build
if [ -d /home/retoor/bin ]; then \
cp rp.py /home/retoor/bin/rp; \
python -m rp.implode rp.py -o /home/retoor/bin/rp; \
chmod +x /home/retoor/bin/rp; \
fi