v3.2.2 — Full adapter prerequisite coverage
What's new
All 7 adapters now return structured prerequisite-check dicts so the smart installer can give precise per-provider guidance. Plus several artifacts that subagents had built but not committed in v3.2.1 are now in.
Added
check_prerequisites()on codex, gemini, generic-openai, openswarm, synapse-swarm adapters (claude-code + gemini-cli-free already had it in v3.2.1)sentinel/package — portable error-handling/self-healing daemon (3 detectors: silent-failure, model-stall, hallucination-drift)synapse_swarm.py— portable session daemon that's API-compatible with OpenSwarm but routes through the bundle's cascade (replaces OpenSwarm v2.0.8 which has a known modelID-routing bug)adapters/synapse-swarm/— drop-in replacement for the openswarm adapter, with graceful fallback when daemon is down
Notes
- The openswarm adapter now warns about the v2.0.8 modelID bug and recommends synapse-swarm
- Coverage: 7/7 adapters with
check_prerequisites()✓
🤖 Generated with Claude Code