docs: Remove outdated dynamic bonding section

This commit is contained in:
Steve Yegge
2025-12-26 23:39:24 -08:00
parent dbd99f4c8d
commit e024886af5

View File

@@ -241,19 +241,6 @@ Molecules survive crashes - any agent can continue where another left off.
| `squash` | Mol/Wisp → Digest | Condense to permanent record |
| `burn` | Wisp → ∅ | Discard without record |
### Dynamic Bonding
Patrol workflows can spawn children at runtime:
```bash
# Witness discovers 3 polecats, bonds an arm for each
for polecat in ace nux toast; do
bd mol bond mol-polecat-arm $PATROL_ID --var name=$polecat
done
```
Creates a "Christmas ornament" shape - trunk with dynamic arms.
---
## Prerequisites