Commit graph

2 commits

Author SHA1 Message Date
dannystocker
9cb6fc4a7b Fix import references after renaming to agent_bridge_secure
Some checks failed
CI / Security Components Test (push) Has been cancelled
CI / Secret Scanning (push) Has been cancelled
CI / Code Quality (push) Has been cancelled
CI / All Checks Passed (push) Has been cancelled
- Updated test_bridge.py: import from agent_bridge_secure
- Updated test_security.py: import from agent_bridge_secure
- Updated bridge_cli.py: default DB path to /tmp/agent_bridge_secure.db
- Updated PRODUCTION.md: all references to agent_bridge_secure.py
- Updated RELEASE_NOTES.md: all references to agent_bridge_secure.py

Fixes ModuleNotFoundError when running tests after the rename.

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-14 01:28:57 +01:00
ggq-admin
0207e8091e Initial commit: Claude Code Bridge
Secure bridge for executing Claude Code commands remotely via Telegram or API.

Features:
- Secure token-based authentication
- Rate limiting and quota management
- Telegram integration
- YOLO mode for rapid iteration
- Comprehensive test suite

Files:
- claude_bridge_secure.py - Main bridge implementation
- bridge_cli.py - CLI interface
- yolo_mode.py - Rapid iteration mode
- test_bridge.py - Test suite
- demo_standalone.py - Standalone demo

Author: Danny Stocker (with Claude Code)
Date: 2025-10-26
2025-10-27 00:01:05 +01:00