feat: remove unused pr package

feat: remove main entrypoint
feat: remove agent communication module
feat: remove agent manager module
feat: remove agent roles module
feat: remove autonomous detection module
feat: remove autonomous mode module
feat: remove cache api module
feat: remove tool cache module
feat: remove command handlers module
feat: remove command help docs module
feat: remove command multiplexer commands module
feat: remove config file
feat: remove core module
This commit is contained in:
2025-11-07 18:42:32 +01:00
parent 6509ccc5d3
commit 86f98d0845
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