Commit graph

4 commits

Author SHA1 Message Date
dannystocker
418ded42a9 Rename to agent-agnostic bridge with launcher shims
- Renamed claude_bridge_secure.py to agent_bridge_secure.py for broader agent support
- Added run_cli() function to agent_bridge_secure.py as reusable entry point
- Created Claude-branded launcher (claude_mcp_bridge_secure.py) for SEO/discoverability
- Created Codex-branded launcher (codex_mcp_bridge_secure.py) for SEO/discoverability
- Updated all documentation references (QUICKSTART.md, EXAMPLE_WORKFLOW.md, RELEASE_NOTES.md, YOLO_MODE.md)
- Updated pyproject.toml entry points for all three launchers
- Updated bridge_cli.py, test_bridge.py, test_security.py references

This allows the same codebase to be discovered by users searching for 'Claude MCP bridge' or 'Codex MCP bridge' while avoiding code duplication.

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-14 01:26:15 +01:00
ggq-admin
2a84cd2865 docs: switch to professional voice for recruiter optimization
Updated README and metadata for job-hunting focus:

- Lead with "Production-ready" (recruiter keyword)
- Feature-focused opening (not metaphor-focused)
- Organized sections: Security, Architecture, Support
- Professional tone throughout
- Technical depth emphasized
- Clear use cases and statistics

pyproject.toml description updated to match.

Positioning: serious engineer, production mindset, comprehensive docs.

LinkedIn/Medium will use different voice for different audiences.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 03:04:37 +01:00
ggq-admin
42c87ef3a2 docs: update README and metadata with cohesive voice
Updated copy to create seamless LinkedIn → GitHub experience:

- README hero section: "Because even AI agents need traffic lights"
- Narrative flow: context → problem → solution
- Restructured sections: "Under the hood", "Paperwork", "Works with"
- Updated pyproject.toml description to match tagline
- Subtle humor while staying professional
- Emphasizes traffic control/safety metaphor throughout

Voice is now consistent across all touchpoints.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 02:41:33 +01:00
ggq-admin
2791aebda9 chore: prepare for rename to mcp-multiagent-bridge
Updates for repository rename from claude-code-bridge to mcp-multiagent-bridge:

1. README.md:
   - Updated title to "MCP Multiagent Bridge"
   - Future-proof description (supports any LLM backends)
   - Emphasizes MCP ecosystem positioning
   - Removed Claude-specific wording

2. pyproject.toml (NEW):
   - Modern Python packaging metadata
   - Package name: mcp-multiagent-bridge
   - Keywords for SEO/discoverability
   - Console scripts for CLI tools
   - Ruff and Bandit configuration

3. scripts/update-repo-links.sh (NEW):
   - Automated script to update all repo references
   - Run after renaming repository on GitHub
   - Safe dry-run preview before replacement

Repository will be renamed to mcp-multiagent-bridge for:
- Better MCP ecosystem discoverability
- Future-proof (not tied to Claude/Codex/specific AI)
- Follows MCP naming conventions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 01:42:23 +01:00