Contributing¶
Development Setup¶
git clone https://github.com/Cipher208/mcp-ariel-memory.git
cd mcp-ariel-memory
pip install -e ".[dev,binary]"
Running Tests¶
Code Style¶
- Lint:
ruff check . - Format:
ruff format . - Type check:
mypy --config-file pyproject.toml features/ shared/ mcp_server/ rag/ hooks/ wiki/ lifecycle/ graph/ core/
Pull Requests¶
- Fork and create branch
- Make changes
- Add tests
- Ensure all checks pass
- Submit PR