- Add MIT LICENSE - Add SECURITY.md with responsible disclosure policy * Vulnerability reporting guidelines * YOLO mode security considerations * Agentic AI threat model * Anthropic & OpenAI policy compliance * Security roadmap - Add CONTRIBUTING.md with guidelines * Bug reporting template * Feature request process * PR workflow and commit format * Development setup instructions - Update README.md with policy compliance * Beta software warning * YOLO mode safety notice * Anthropic Acceptable Use Policy * Anthropic Responsible Scaling Policy * Updated security features list - Pin dependencies to specific versions * mcp>=1.0.0,<2.0.0 Ready for public GitHub release.
19 lines
328 B
Text
19 lines
328 B
Text
# Claude Code Bridge Requirements
|
|
# Production dependencies
|
|
|
|
# MCP Server (pinned to specific version for stability)
|
|
mcp>=1.0.0,<2.0.0
|
|
|
|
# Python standard library (no installation needed):
|
|
# - asyncio
|
|
# - json
|
|
# - hmac
|
|
# - hashlib
|
|
# - secrets
|
|
# - re
|
|
# - sqlite3
|
|
# - subprocess
|
|
# - datetime
|
|
# - pathlib
|
|
# - typing
|
|
# - collections
|