v1.1.1: Hook Fix, New Slash Commands, Paper Expansion
Fixes
- Pre-commit hook exit code handling — capture pytest exit code explicitly and add
exit 0to prevent bash from misinterpreting trailing output underset -e - Missing agent frontmatter — add name field to
research_scoutagent
New
/warmupcommand — session opening sequence for fast orientation/check-ignorecommand — verify gitignore coverage for sensitive files/lint-fixcommand — auto-fix linting issues on staged files
Improvements
- Paper expanded — formal model section, marketplace/network results tables
- Hot mess theory reference — added Anthropic's variance-dominated failure framing to incoherence scaling section
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.0...v1.1.1