What's Changed
- chore: Release v3.9.0
- chore: Bump version to 3.9.0.dev0 for development
- docs: Reposition Sugar as memory-first with new tagline
- feat: Implement project-first search strategy with reserved guideline slots
- style: Fix black formatting for CI version compatibility
- style: Apply black formatting to global memory files
- feat: Add global memory layer for cross-project knowledge
- chore: Bump version to 3.8.1.dev0 for development
Installation
pip install sugarai==v3.9.0Or from source:
git clone https://github.com/roboticforce/sugar.git
cd sugar
git checkout v3.9.0
pip install -e .Docker
docker pull ghcr.io/roboticforce/sugar:v3.9.0