Thanks for your interest in contributing. This project is young and contributions are welcome.
git clone https://github.com/codebloodedai/claude-cortex.git
cd claude-cortex
python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cortex init- Fork the repo
- Create a feature branch (
git checkout -b feature/your-feature) - Make your changes
- Run tests:
python -m pytest tests/ - Commit with a clear message
- Open a PR
- Bug fixes
- New storage backends (PostgreSQL, DuckDB, etc.)
- Improved cluster classification (ML-based instead of keyword matching)
- Better secret scrubbing patterns
- Documentation improvements
- Test coverage
- Python 3.9+ compatible
- No external linter enforced yet — just keep it readable
- Docstrings on public functions
- Type hints where they help
If you find a security vulnerability, please report it privately via GitHub Security Advisories instead of opening a public issue.
By contributing, you agree that your contributions will be licensed under the MIT License.