v1.2.0: Paper Completion, Smarter Pre-Commit Hook
New
- Paper: Related Work section — positions SWARM against market microstructure, multi-agent safety, and mechanism design literature
- Paper: Conclusion section — summarizes three-regime findings, governance implications, and future directions
- Paper: Appendix data — fills scenario parameter tables and detailed per-epoch breakdowns
Improvements
- Pre-commit hook skips pytest for non-code changes — staging only
.md,.yaml, or other non-code files no longer triggers the full 2200-test suite, cutting commit time from ~30s to <1s for docs-only changes
Quick Start
git clone https://github.com/swarm-ai-safety/swarm.git
cd swarm
pip install -e ".[dev,runtime]"
jupyter notebook examples/quickstart.ipynbFull Changelog: v1.1.2...v1.2.0