v3.32.12

ruvnet/ruflov3.32.12Jul 27, 2026by ruvnet

AI Summary

Adds a permissions manifest for subagents and removes unverified speedup claims from documentation.

Key Highlights

  • Added `swarm init --with-permissions <preset>` flag to generate capability manifests.
  • Supports presets: strict, standard, and permissive with append-only audit trails.
  • Dropped unverified '2.49x-7.47x speedup' claims from Flash Attention documentation.

New Features

  • swarm init --with-permissions flag
  • Permission presets (strict, standard, permissive)
  • Documentation cleanup (Flash Attention)

Full Release Notes

Two dream-cycle items shipped together.

## Fixed / Added

- **#2768 SubagentPermissionDelegate** — new `swarm init --with-permissions <preset>` flag ships a per-role capability manifest to `.swarm/permissions.jsonl` and seeds an append-only audit trail at `.swarm/permission-audit.jsonl`. Presets: `strict`, `standard`, `permissive`. Metadata + audit layer only — Claude Code's Task tool owns runtime enforcement. E2E verified in a fresh scratch cwd: 3 role rows + 3 granted events written, state.json records the preset, bogus presets fail cleanly at parse time. Closes the ClawArena "privilege-granting is #1 orchestration bottleneck" gap from arXiv 2606.31174.

- **#2739 Flash Attention credibility cleanup** — dropped the "2.49x-7.47x speedup" claim from all 5 CLAUDE.md sites. It was inherited from upstream marketing and never reproduced in-tree. Every dream-cycle for 7+ nights flagged it as a credibility drag. Doc now reads "integration available; measured speedup pending benchmark" and explains WHY the number was dropped.

## Upgrade

```bash
npx ruflo@latest --version   # → 3.32.12
```

Refs: dream-cycles #2727 #2739 #2752 #2760 #2763 #2768 #2778 #2783 (Flash Attention flagged repeatedly), #2768 (ClawArena).